amaliujia commented on a change in pull request #13309:
URL: https://github.com/apache/beam/pull/13309#discussion_r521728459



##########
File path: 
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/SqlOperators.java
##########
@@ -82,58 +83,85 @@
           new UdafImpl<>(new StringAgg.StringAggString()));
 
   public static final SqlOperator START_WITHS =
-      createUdfOperator("STARTS_WITH", BeamBuiltinMethods.STARTS_WITH_METHOD);
+      createUdfOperator(

Review comment:
       for these `ZETASQL_FUNCTION_GROUP_NAME`, eventually I think we will 
migrate it off from `createUdfOperator`. 




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


Reply via email to