flipp5b commented on issue #57220: URL: https://github.com/apache/spark/issues/57220#issuecomment-4965291951
Hey, @pan3793! Sure, I'll submit the PR in a few hours. On July 14, 2026 06:04:03 GMT+03:00, Cheng Pan ***@***.***> wrote: >pan3793 left a comment (apache/spark#57220) > >So this is a perf regression for Scala 2.12 -> 2.13 > >Root cause of the difference: in Scala 2.13 `toSeq`/`immutable.Seq` defaults to `List`, whereas Scala 2.12's `toSeq` produced a `Vector`. > >@flipp5b, your proposal looks correct. Do you want to raise a PR to fix it? > >also cc @LuciferYang, as he did much work on the Scala 2.13 migration. > >-- >Reply to this email directly or view it on GitHub: >https://github.com/apache/spark/issues/57220#issuecomment-4964993974 >You are receiving this because you were mentioned. > >Message ID: ***@***.***> -- 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]
