Skip to content

Commit

Permalink
#989 fixing registration of virtualised session table to table contai…
Browse files Browse the repository at this point in the history
…ner to use its unique name
  • Loading branch information
naleeha authored and chrisjstevo committed Feb 16, 2024
1 parent d130fc3 commit 7daab3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class TableContainer(val joinTableProvider: JoinTableProvider)(implicit val metr
}

def addTable(table: DataTable): Unit = {
tables.put(table.getTableDef.name, table)
tables.put(table.name, table)
}

def createAutoSubscribeTable(tableDef: TableDef): DataTable = {
Expand Down

0 comments on commit 7daab3c

Please sign in to comment.