Skip to content

Commit f687918

Browse files
author
Sital Kedia
committed
cleanup
1 parent d42000f commit f687918

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeSorterSpillReader.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
package org.apache.spark.util.collection.unsafe.sort;
1919

20+
import java.io.*;
21+
2022
import com.google.common.io.ByteStreams;
2123
import com.google.common.io.Closeables;
2224
import org.apache.spark.SparkEnv;
@@ -29,12 +31,6 @@
2931
import org.slf4j.Logger;
3032
import org.slf4j.LoggerFactory;
3133

32-
import java.io.Closeable;
33-
import java.io.DataInputStream;
34-
import java.io.File;
35-
import java.io.IOException;
36-
import java.io.InputStream;
37-
3834
/**
3935
* Reads spill files written by {@link UnsafeSorterSpillWriter} (see that class for a description
4036
* of the file format).

0 commit comments

Comments
 (0)