ibzib commented on a change in pull request #13364:
URL: https://github.com/apache/beam/pull/13364#discussion_r546874926
##########
File path:
sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/impl/BeamBuiltinMethods.java
##########
@@ -70,4 +70,7 @@
public static final Method DATE_METHOD =
Types.lookupMethod(DateFunctions.class, "date", Integer.class,
Integer.class, Integer.class);
+
+ public static final Method LOGICAL_AND =
Review comment:
LOGICAL_AND is added in SqlOperators as an aggregate function. This
version of LOGICAL_AND is a binary scalar function.
----------------------------------------------------------------
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]