coral icon indicating copy to clipboard operation
coral copied to clipboard

Integrate CoralRelToSqlNodeConverter in CoralRelNode to trino SQL translation path.

Open aastha25 opened this issue 2 years ago • 0 comments

Update the CoralRelNode -> Trino SQL translation path to use CoralRelToSqlNodeConverter.

Added CoralSqlNodeToTrinoSqlNodeConverter to enable conversion from CoralSqlNode to TrinoSqlNode.

Testing: (1) Updated / Added tests in HiveToTrinoConverterTest to validate hive -> trino SQL translations via new code path

Pending: Migrate RelToTrinoConverterTest to use hive SQL as input. Update expected trino SQLs in TrinoToRelConverterTest

aastha25 avatar Oct 19 '22 18:10 aastha25