coral
coral copied to clipboard
Integrate CoralRelToSqlNodeConverter in CoralRelNode to trino SQL translation path.
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