You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/10/19 22:33:00 UTC

[jira] [Updated] (HIVE-17854) LlapRecordReader should have getRowNumber() like org.apache.orc.RecordReader

     [ https://issues.apache.org/jira/browse/HIVE-17854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene Koifman updated HIVE-17854:
----------------------------------
    Description: 
getRowNumber() is required to read data in non-acid tables that were converted to acid.

Currently when VectorizedOrcAcidRowBatchReader is used from LlapRecordReader this functionality is not available making it impossible to vectorize reads/updates of non-aicd-to-acid tables with LLAP (until major compaction) in the presence of any deletes.

cc [~t3rmin4t0r], [~sershe], [~teddy.choi]

  was:
getRowNumber() is required to read data in non-acid tables that were converted to acid.

Currently when VectorizedOrcAcidRowBatchReader is used from LlapRecordReader this functionality is not available making it impossible to vectorize reads/updates of non-aicd-to-acid tables with LLAP (until major compaction) in the presence of any deletes.


> LlapRecordReader should have getRowNumber() like org.apache.orc.RecordReader
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-17854
>                 URL: https://issues.apache.org/jira/browse/HIVE-17854
>             Project: Hive
>          Issue Type: Bug
>          Components: llap, Transactions
>    Affects Versions: 3.0.0
>            Reporter: Eugene Koifman
>
> getRowNumber() is required to read data in non-acid tables that were converted to acid.
> Currently when VectorizedOrcAcidRowBatchReader is used from LlapRecordReader this functionality is not available making it impossible to vectorize reads/updates of non-aicd-to-acid tables with LLAP (until major compaction) in the presence of any deletes.
> cc [~t3rmin4t0r], [~sershe], [~teddy.choi]



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