ibzib commented on a change in pull request #13200:
URL: https://github.com/apache/beam/pull/13200#discussion_r521687622
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/ExpressionConverter.java
##########
@@ -644,7 +649,7 @@ private RexNode convertResolvedFunctionCall(
throw new UnsupportedOperationException(
"Unsupported function: " + funName + ". Only support TUMBLE,
HOP, and SESSION now.");
}
- } else if (funGroup.equals("ZetaSQL")) {
+ } else if (funGroup.equals(ZETASQL_FUNCTION_GROUP_NAME)) {
Review comment:
Thanks, forgot about that. I fixed this part in #13309.
----------------------------------------------------------------
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]