We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3778f34 commit 31fa46fCopy full SHA for 31fa46f
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
@@ -558,12 +558,6 @@ object QueryPlanSerde extends Logging with CometExprShim {
558
binding: Boolean,
559
conf: SQLConf): Option[AggExpr] = {
560
561
- if (aggExpr.isDistinct) {
562
- // https://github.com/apache/datafusion-comet/issues/1260
563
- withInfo(aggExpr, s"distinct aggregate not supported: $aggExpr")
564
- return None
565
- }
566
-
567
val fn = aggExpr.aggregateFunction
568
val cometExpr = aggrSerdeMap.get(fn.getClass)
569
cometExpr match {
0 commit comments