LuciferYang commented on code in PR #43569: URL: https://github.com/apache/spark/pull/43569#discussion_r1375414815
########## core/src/main/scala/org/apache/spark/util/collection/ExternalSorter.scala: ########## @@ -20,6 +20,7 @@ package org.apache.spark.util.collection import java.io._ import java.util.Comparator +import scala.collection.BufferedIterator Review Comment: Change the used `scala#BufferedIterator` to `scala.collection.BufferedIterator`. ########## sql/core/src/main/scala/org/apache/spark/sql/execution/GroupedIterator.scala: ########## @@ -17,6 +17,8 @@ package org.apache.spark.sql.execution +import scala.collection.BufferedIterator Review Comment: ditto -- 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]
