spark
spark copied to clipboard
[SPARK-49491][SQL] Replace AnyRefMap with HashMap
What changes were proposed in this pull request?
Replace AnyRefMap with HashMap
Why are the changes needed?
HashMap has better performance in Scala 2.13: https://issues.apache.org/jira/browse/SPARK-49491
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing Unit Tests
Was this patch authored or co-authored using generative AI tooling?
No