coral icon indicating copy to clipboard operation
coral copied to clipboard

Remove catalog name from the coralRelNode TableScan

Open aastha25 opened this issue 2 years ago • 0 comments

Currently during hive -> spark/trino Sql translations, coral creates a relNode plan. The tableScan relNode has a representation: LogicalTableScan(table=[[hive, dbName, tableName]]). When this relNode is translated to a SqlNode, "hive" (catalog name) has to be removed explicitly.

Filing this issue to investigate if introducing the catalog name in the relNode can be avoided.

aastha25 avatar Jun 24 '22 00:06 aastha25