Skip to content

Commit bfd3f6b

Browse files
committed
Spotless.
1 parent c2da31e commit bfd3f6b

1 file changed

Lines changed: 1 addition & 0 deletions

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ object Utils extends CometTypeShim with Logging {
320320
val outCodec = CompressionCodec.createCodec(SparkEnv.get.conf)
321321
val cbbos = new ChunkedByteBufferOutputStream(1024 * 1024, ByteBuffer.allocate)
322322
val out = new DataOutputStream(outCodec.compressedOutputStream(cbbos))
323+
// null provider is safe here — we assert no dictionary-encoded columns above
323324
val writer = new ArrowStreamWriter(targetRoot, null, Channels.newChannel(out))
324325
try {
325326
writer.start()

0 commit comments

Comments
 (0)