Skip to content

Commit a51bc8b

Browse files
committed
Fix scalastyle.
1 parent 96424a7 commit a51bc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • common/src/main/scala/org/apache/spark/sql/comet/util

common/src/main/scala/org/apache/spark/sql/comet/util/Utils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ object Utils extends CometTypeShim with Logging {
279279
// since merging dictionaries across batches is not supported.
280280
if (hasDictionary) {
281281
logInfo(
282-
s"Broadcast coalesce falling back to per-batch serialization due to " +
282+
"Broadcast coalesce falling back to per-batch serialization due to " +
283283
s"dictionary-encoded vectors (${decoded.length} batches)")
284284
return decoded.flatMap { batch =>
285285
serializeBatches(Iterator(batch)).map(_._2)

0 commit comments

Comments
 (0)