apilloud commented on a change in pull request #13898: URL: https://github.com/apache/beam/pull/13898#discussion_r577274667
########## File path: sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLQueryPlanner.java ########## @@ -81,6 +89,13 @@ "nullness" // TODO(https://issues.apache.org/jira/browse/BEAM-10402) }) public class ZetaSQLQueryPlanner implements QueryPlanner { + public enum Calc { Review comment: I was trying not to add the ability to select arbitrary rules to the public API, but I'll do that instead. ---------------------------------------------------------------- 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]
