amaliujia commented on a change in pull request #12169: URL: https://github.com/apache/beam/pull/12169#discussion_r450616651
########## File path: sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLPlannerImpl.java ########## @@ -211,7 +212,7 @@ public RelRoot rel(String sql, QueryParameters params) { RelNode convertedNode = QueryStatementConverter.convertRootQuery(context, (ResolvedQueryStmt) statement); - + LOG.info("SQLPlan>\n" + RelOptUtil.toString(convertedNode)); Review comment: oops. This is a line that was not added intentionally. Have removed it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org