kazuyukitanimura commented on code in PR #3796:
URL: https://github.com/apache/datafusion-comet/pull/3796#discussion_r3034010957
##########
spark/src/main/scala/org/apache/comet/serde/arrays.scala:
##########
@@ -305,7 +305,7 @@ object CometArrayRepeat extends
CometExpressionSerde[ArrayRepeat] {
object CometArrayCompact extends CometExpressionSerde[Expression] {
- override def getSupportLevel(expr: Expression): SupportLevel =
Incompatible(None)
+ override def getSupportLevel(expr: Expression): SupportLevel = Compatible()
Review Comment:
I think we can remove `getSupportLevel` entirely
--
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]