lyy-pineapple commented on code in PR #5420:
URL: https://github.com/apache/incubator-gluten/pull/5420#discussion_r1574089990
##########
shims/common/src/main/scala/org/apache/gluten/expression/ExpressionNames.scala:
##########
@@ -246,6 +246,8 @@ object ExpressionNames {
final val ARRAY_REPEAT = "array_repeat"
final val ARRAY_REMOVE = "array_remove"
final val FILTER = "filter"
+ final val ALL_MATCH = "all_match"
+ final val ANY_MATCH = "any_match"
Review Comment:
Fixed
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]