Skip to content

Commit 2731b49

Browse files
committed
chore: Output BaseAggregateExec accurate unsupported names
1 parent c908c7a commit 2731b49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,9 +1448,7 @@ object QueryPlanSerde extends Logging with CometExprShim {
14481448
}
14491449

14501450
if (emptyExprs.nonEmpty) {
1451-
withInfo(
1452-
op,
1453-
s"Not all grouping expressions are supported. Unsupported: ${emptyExprs.mkString(", ")}")
1451+
withInfo(op, s"Unsupported group expressions: ${emptyExprs.mkString(", ")}")
14541452
return None
14551453
}
14561454

0 commit comments

Comments
 (0)