Commits


gf2121 authored and GitHub committed 9c686559532
GH-14873: [Java] DictionaryEncoder can decode without building a DictionaryHashTable (#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: https://github.com/apache/arrow/issues/14873 * Closes: #14873 Authored-by: 郭峰 <guofeng.my@bytedance.com> Signed-off-by: David Li <li.davidm96@gmail.com>