cloud-fan commented on code in PR #55844:
URL: https://github.com/apache/spark/pull/55844#discussion_r3231492205
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileScanRDD.scala:
##########
@@ -26,6 +26,7 @@ import org.apache.hadoop.security.AccessControlException
import org.apache.spark.{Partition => RDDPartition, TaskContext}
import org.apache.spark.deploy.SparkHadoopUtil
+import org.apache.spark.memory.MemoryMode
import org.apache.spark.internal.LogKeys.{CURRENT_FILE, PATH}
Review Comment:
nit: import order — `memory` should come after `internal` in the
alphabetical block under `org.apache.spark.*`.
```suggestion
import org.apache.spark.internal.LogKeys.{CURRENT_FILE, PATH}
import org.apache.spark.memory.MemoryMode
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]