coderfender commented on code in PR #4111:
URL: https://github.com/apache/datafusion-comet/pull/4111#discussion_r3163220566
##########
spark/src/main/scala/org/apache/comet/serde/aggregates.scala:
##########
@@ -205,8 +205,6 @@ object CometAverage extends
CometAggregateExpressionSerde[Average] {
object CometSum extends CometAggregateExpressionSerde[Sum] {
- override def getIncompatibleReasons(): Seq[String] = Seq("Falls back to
Spark in ANSI mode.")
-
Review Comment:
we support ansi mode so no need to fallback to spark
--
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]