Skip to content

Commit 577880a

Browse files
committed
fix import
1 parent ef53e7a commit 577880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala/org/apache/spark/sql/comet/execution/shuffle/NativeBatchDecoderIterator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
package org.apache.spark.sql.comet.execution.shuffle
2121

22-
import java.io.{EOFException, InputStream, IOException}
22+
import java.io.{EOFException, InputStream}
2323
import java.nio.{ByteBuffer, ByteOrder}
2424
import java.nio.channels.{Channels, ReadableByteChannel}
2525

0 commit comments

Comments
 (0)