Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20014#discussion_r157817356
--- Diff: core/src/main/java/org/apache/spark/memory/MemoryConsumer.java ---
@@ -17,11 +17,11 @@
package org.apache.spark.memory;
-import java.io.IOException;
-
import org.apache.spark.unsafe.array.LongArray;
import org.apache.spark.unsafe.memory.MemoryBlock;
+import java.io.IOException;
--- End diff --
java import should comes first, please keep the previous code.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]