Skip to content

[hotfix][client] Use more efficient EnumMap in ConverterCommons#1882

Merged
polyzos merged 1 commit intoapache:mainfrom
snuyanzin:enummap
Oct 30, 2025
Merged

[hotfix][client] Use more efficient EnumMap in ConverterCommons#1882
polyzos merged 1 commit intoapache:mainfrom
snuyanzin:enummap

Conversation

@snuyanzin
Copy link
Copy Markdown
Contributor

Purpose

Since there is a map with enum elements as key then it would be more efficient to use EnumMap, the PR does that

Brief change log

HashMap -> EnumMap for one particular case

Tests

existing

API and Format

Documentation

@snuyanzin snuyanzin changed the title [hotfix][client] Use more efficient EnumMap [hotfix][client] Use more efficient EnumMap in ConverterCommons Oct 29, 2025
@snuyanzin
Copy link
Copy Markdown
Contributor Author

cc @polyzos

@polyzos polyzos merged commit c2a785f into apache:main Oct 30, 2025
5 checks passed
wuchong pushed a commit that referenced this pull request Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants