Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] DictionaryEncoder can decode without building a DictionaryHashTable #14873

Closed
gf2121 opened this issue Dec 7, 2022 · 0 comments · Fixed by #14874
Closed

[Java] DictionaryEncoder can decode without building a DictionaryHashTable #14873

gf2121 opened this issue Dec 7, 2022 · 0 comments · Fixed by #14874

Comments

@gf2121
Copy link
Contributor

gf2121 commented Dec 7, 2022

Describe the enhancement requested

Today DictionaryEncoder always forces the building of a DictionaryHashTable in the constructor. It can be avoided in scenarios where only decoding is required.

Component(s)

Java

lidavidm pushed a commit that referenced this issue Dec 8, 2022
…ionaryHashTable (#14874)

Today DictionaryEncoder always forces the building of a DictionaryHashTable in the constructor. It can be avoided in scenarios where only decoding is required.

see: #14873
* Closes: #14873

Authored-by: 郭峰 <guofeng.my@bytedance.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
@lidavidm lidavidm added this to the 11.0.0 milestone Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants