You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/11/02 19:52:00 UTC

[jira] [Created] (IMPALA-6146) Rethink HdfsTextScanner::FillByteBuffer() extension point

Tim Armstrong created IMPALA-6146:
-------------------------------------

             Summary: Rethink HdfsTextScanner::FillByteBuffer() extension point
                 Key: IMPALA-6146
                 URL: https://issues.apache.org/jira/browse/IMPALA-6146
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Tim Armstrong
            Priority: Minor


The HDFS text scanner allows extension via subclassing and overriding FillByteBuffer(). FillByteBuffer() is poorly encapsulated from the rest of the text scanner implementation - it modifies several member variables, which makes it hard to fix bugs like IMPALA-6137. We should come up a better defined interface.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)