jayendra13 commented on a change in pull request #12596:
URL: https://github.com/apache/beam/pull/12596#discussion_r478838416
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLQueryPlanner.java
##########
@@ -187,6 +189,8 @@ private BeamRelNode convertToBeamRelInternal(String sql,
QueryParameters queryPa
return (BeamRelNode) plannerImpl.transform(0, desiredTraits, root.rel);
}
+ // TODO: Resolve later
+ @SuppressWarnings("nullness")
Review comment:
What should be replace with null for
`config.parserFactory(SqlParserImplFactory.class, null);`
----------------------------------------------------------------
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:
[email protected]