Skip to content

Commit c04c7f7

Browse files
committed
scalastyle
1 parent 378bbe8 commit c04c7f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spark/src/main/scala/org/apache/spark/sql/comet/operators.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,8 @@ trait CometBaseAggregate {
10791079
_.aggregateFunction.isInstanceOf[BloomFilterAggregate])) {
10801080
withInfo(
10811081
aggregate,
1082-
"Cannot perform final aggregate in Comet because incompatible partial aggregate ran in Spark")
1082+
"Cannot perform final aggregate in Comet because " +
1083+
"incompatible partial aggregate ran in Spark")
10831084
return None
10841085
}
10851086
case _ =>

0 commit comments

Comments
 (0)