gengliangwang commented on code in PR #46390: URL: https://github.com/apache/spark/pull/46390#discussion_r1591907044
########## core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeSorterSpillReader.java: ########## @@ -17,21 +17,22 @@ package org.apache.spark.util.collection.unsafe.sort; +import java.io.*; Review Comment: Since there is no log migration in this file, why we need to change the import order here? ########## core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeSorterSpillReader.java: ########## @@ -17,21 +17,22 @@ package org.apache.spark.util.collection.unsafe.sort; +import java.io.*; Review Comment: Since there is no log migration in this file, why do we need to change the import order here? -- 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]
