andygrove commented on code in PR #2136:
URL: https://github.com/apache/datafusion-comet/pull/2136#discussion_r2353529272
##########
spark/src/main/scala/org/apache/comet/serde/arithmetic.scala:
##########
@@ -88,11 +88,7 @@ trait MathBase {
object CometAdd extends CometExpressionSerde[Add] with MathBase {
override def getSupportLevel(expr: Add): SupportLevel = {
Review Comment:
There is no need to override `getSupportLevel` now since the default
implementation already returns `Compatible(None)`
--
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]