comphead commented on code in PR #4067:
URL: https://github.com/apache/datafusion-comet/pull/4067#discussion_r3140024848
##########
spark/src/main/scala/org/apache/comet/serde/aggregates.scala:
##########
@@ -245,6 +247,10 @@ object CometSum extends CometAggregateExpressionSerde[Sum]
{
}
object CometFirst extends CometAggregateExpressionSerde[First] {
+
+ override def getCompatibleNotes(): Seq[String] = Seq(
Review Comment:
whats the difference between `getCompatibleNotes` and
`getIncompatibleReasons` and `getUnsupportedReasons`. I can think of diff
between 2 and 3, but 1 is confusing
--
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]