You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/08/10 16:43:00 UTC

[jira] [Created] (ARROW-6194) [Java] Make DictionaryEncoder non-static making it easy to extend and reuse

Ji Liu created ARROW-6194:
-----------------------------

             Summary: [Java] Make DictionaryEncoder non-static making it easy to extend and reuse
                 Key: ARROW-6194
                 URL: https://issues.apache.org/jira/browse/ARROW-6194
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


As discussed inĀ [https://github.com/apache/arrow/pull/4994].

Current static DictionaryEncoder has some limitation for extension and reuse.

Slightly change the APIs and migrate static method to object based approach.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)