amaliujia commented on a change in pull request #12169: URL: https://github.com/apache/beam/pull/12169#discussion_r450520293
########## File path: sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLPlannerImpl.java ########## @@ -171,6 +178,18 @@ public RelRoot rel(String sql, QueryParameters params) { SqlAnalyzer.USER_DEFINED_FUNCTIONS, String.join(".", createFunctionStmt.getNamePath())); Review comment: Ah you mean use a List<> than joined name? I think they are equivalent but have a common way to use function name is a good idea. ---------------------------------------------------------------- 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: us...@infra.apache.org