Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger committed Oct 28, 2023
1 parent 5143b51 commit 136c49c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public Void visit(SqrlAssignment assignment, Void context) {
normalizeTablePath, validator.getParameters().get(assignment), framework.getUniquePkId());
Result result = sqrlToSql.rewrite(node, materializeSelf, parentPath);

System.out.println(planner.sqlToString(Dialect.CALCITE, result.getSqlNode()));
RelNode relNode = planner.plan(Dialect.CALCITE, result.getSqlNode());
RelNode expanded = planner.expandMacros(relNode);

Expand Down

0 comments on commit 136c49c

Please sign in to comment.