forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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. Closes apache#48128 from George314159/SPARK-49491. Authored-by: George314159 <hua16732@gmail.com> Signed-off-by: Yuming Wang <yumwang@ebay.com>
- Loading branch information
1 parent
5334494
commit 1c79b54
Showing
3 changed files
with
216 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.