apilloud commented on a change in pull request #14729:
URL: https://github.com/apache/beam/pull/14729#discussion_r698830593



##########
File path: 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/SqlTransform.java
##########
@@ -223,7 +223,8 @@ private void registerFunctions(BeamSqlEnvBuilder 
sqlEnvBuilder) {
    * <p>Any available implementation of {@link QueryPlanner} can be used as 
the query planner in
    * {@link SqlTransform}. An implementation can be specified globally for the 
entire pipeline with
    * {@link BeamSqlPipelineOptions#getPlannerName()}. The global planner can 
be overridden
-   * per-transform with {@link #withQueryPlannerClass(Class<? extends 
QueryPlanner>)}.
+   * per-transform with {@link #withQueryPlannerClass(Class) 
#withQueryPlannerClass(Class<? extends

Review comment:
       Changed to `#withQueryPlannerClass(Class)`




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to