dpcollins-google commented on a change in pull request #14014:
URL: https://github.com/apache/beam/pull/14014#discussion_r578920316
##########
File path:
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamSqlEnv.java
##########
@@ -225,13 +225,8 @@ public BeamSqlEnvBuilder autoLoadBuiltinFunctions() {
return this;
}
- public BeamSqlEnvBuilder setQueryPlannerClassName(String name) {
Review comment:
This would be nice to do, but is impossible as long as 1) we cannot
mutate the options and 2) the options are passed down to BeamSqlEnv.
----------------------------------------------------------------
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]