panbingkun commented on PR #46161: URL: https://github.com/apache/spark/pull/46161#issuecomment-2071119544
> +1, LGTM. > > BTW, do you know why this is not detected by `UnusedImport` rule? After this PR (which should be after `scala 2.13`), we see that `scala.collection.immutable.IndexedSeq` has been added to `src/library/scala/package.scala`, and this class means that we do not need to explicitly import when using `IndexedSeq` https://github.com/scala/scala/commit/457dfd07449a8b7943b2a6c614fb57ea2a7b452e#diff-4b7ff743cb5f9fa1d39314acc17d6d0eebd6b9d74ce333dd6c5549cca13de731 <img width="1224" alt="image" src="https://github.com/apache/spark/assets/15246973/8fa2c595-7f80-4081-877f-12a039bf34ab"> <img width="645" alt="image" src="https://github.com/apache/spark/assets/15246973/a16136a5-c3e6-4b7c-bb0b-7db141581265"> -- 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]
