You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Norbert Luksa (Jira)" <ji...@apache.org> on 2020/03/25 20:09:00 UTC

[jira] [Created] (ORC-615) Refactor decompression streams to common base class

Norbert Luksa created ORC-615:
---------------------------------

             Summary: Refactor decompression streams to common base class
                 Key: ORC-615
                 URL: https://issues.apache.org/jira/browse/ORC-615
             Project: ORC
          Issue Type: Improvement
            Reporter: Norbert Luksa
            Assignee: Norbert Luksa


ZlibDecompressionStream and BlockDecompressionStream share a great number of members and functionality. Had to do a lot of copy/paste when worked on ORC-614.

It would be much more convenient if these two classes would share a common base class, eg. DecompressionStream.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)