andygrove commented on code in PR #3885:
URL: https://github.com/apache/datafusion-comet/pull/3885#discussion_r3030182187


##########
spark/src/main/scala/org/apache/comet/serde/arrays.scala:
##########
@@ -622,7 +622,8 @@ object CometArrayFilter extends 
CometExpressionSerde[ArrayFilter] {
   override def getSupportLevel(expr: ArrayFilter): SupportLevel = {
     expr.function.children.headOption match {
       case Some(_: IsNotNull) => Compatible()
-      case _ => Unsupported()
+      case _ =>
+        Unsupported("Only array_compact (ArrayFilter with IsNotNull) is 
supported")

Review Comment:
   This was previously not reported



-- 
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]

Reply via email to