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.
BaseAggregateExec
1 parent c908c7a commit 2731b49Copy full SHA for 2731b49
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
@@ -1448,9 +1448,7 @@ object QueryPlanSerde extends Logging with CometExprShim {
1448
}
1449
1450
if (emptyExprs.nonEmpty) {
1451
- withInfo(
1452
- op,
1453
- s"Not all grouping expressions are supported. Unsupported: ${emptyExprs.mkString(", ")}")
+ withInfo(op, s"Unsupported group expressions: ${emptyExprs.mkString(", ")}")
1454
return None
1455
1456
0 commit comments