We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378bbe8 commit c04c7f7Copy full SHA for c04c7f7
1 file changed
spark/src/main/scala/org/apache/spark/sql/comet/operators.scala
@@ -1079,7 +1079,8 @@ trait CometBaseAggregate {
1079
_.aggregateFunction.isInstanceOf[BloomFilterAggregate])) {
1080
withInfo(
1081
aggregate,
1082
- "Cannot perform final aggregate in Comet because incompatible partial aggregate ran in Spark")
+ "Cannot perform final aggregate in Comet because " +
1083
+ "incompatible partial aggregate ran in Spark")
1084
return None
1085
}
1086
case _ =>
0 commit comments