Skip to content

Commit

Permalink
temp commit for integ testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aastha Agrrawal committed Jan 10, 2023
1 parent caf0fce commit 59b61be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public String convertDash(RelNode relNode) {
System.out.println("New coralSqlNode for trino: " + coralSqlNode);

SqlNode trinoSqlNode = coralSqlNode.accept(new CoralSqlNodeToTrinoSqlNodeConverter());
System.out.println("New trinoSqlNode for trino: " + trinoSqlNode);

SqlNode rewrittenTrinoSqlNode = trinoSqlNode.accept(new TrinoSqlRewriter());
return rewrittenTrinoSqlNode.toSqlString(TrinoSqlDialect.INSTANCE).toString();
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version of the produced binaries.
# The version is inferred by shipkit-auto-version Gradle plugin (https://github.com/shipkit/shipkit-auto-version)
version=2.0.*
version=30.0.*

0 comments on commit 59b61be

Please sign in to comment.