-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Coral-Trino] Migrate cast transformation from RelNode layer to SqlNo…
…de layer (#491) * Initial commit for migrating Cast * add type derivation changes * type derivation enhance and test debug * remove testing files * spotlessapply + comment out failing unit test * update unit tests * fix regression by TypeDerivationUtil on casts with join on simple aliases * generalize case of casting with join on simple aliases * remove extraneous input to dummy select * temporary removal of type util postprocessor for i-test * revert * spotless checks * update calcite version for linkedin-calcite #98/#99 * remove Calcite2TrinoUDFConverter * clean up tests * unused imports * spotless * improve javadoc/documentation * fix javadoc * improve javadoc * grammar * refactor + clean up --------- Co-authored-by: aastha25 <[email protected]>
- Loading branch information
Showing
11 changed files
with
137 additions
and
228 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
coral-common/src/main/java/com/linkedin/coral/common/ToRelConverter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
210 changes: 0 additions & 210 deletions
210
coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/Calcite2TrinoUDFConverter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/main/java/com/linkedin/coral/trino/rel2trino/transformers/AsOperatorTransformer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.