LuciferYang commented on PR #38427: URL: https://github.com/apache/spark/pull/38427#issuecomment-1296155612
> In long term, given we have to move to IndexedSeq for 2.13 - unless there are alternatives we are yet to consider - perhaps moving to toIndexedSeq is fine @LuciferYang ? @mridulm Since `Seq` represents `scala.collection.Seq` in Scala 2.13, maybe we can consider using `mutable.ArraySeq` instead, which is may better than using `buffer.toIndexedSeq`. -- 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]
