rubenada commented on code in PR #4202:
URL: https://github.com/apache/calcite/pull/4202#discussion_r1971195625
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java:
##########
@@ -1508,21 +1508,21 @@ private static RelDataType
arrayCompactReturnType(SqlOperatorBinding opBinding)
OperandTypes.AT_LEAST_ONE_SAME_VARIADIC);
/** The "ARRAY_CONTAINS(array, element)" function. */
- @LibraryOperator(libraries = {SPARK})
+ @LibraryOperator(libraries = {SPARK, HIVE})
Review Comment:
Thanks for checking @xuzifu666 , has a ticket been created for that bug in
Spark?
--
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]