You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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>
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
The text was updated successfully, but these errors were encountered: