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


##########
spark/src/main/scala/org/apache/comet/serde/arrays.scala:
##########
@@ -386,7 +386,7 @@ object CometArrayJoin extends 
CometExpressionSerde[ArrayJoin] {
 
 object CometArrayInsert extends CometExpressionSerde[ArrayInsert] {
 
-  override def getSupportLevel(expr: ArrayInsert): SupportLevel = 
Incompatible(None)
+  override def getSupportLevel(expr: ArrayInsert): SupportLevel = Compatible()

Review Comment:
   I should have just removed the method, but don't want to wait for another CI 
run at this point. Will remove in a future PR along with others like this



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