You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/08/29 11:11:00 UTC

[jira] [Created] (IMPALA-10894) Pushing down predicates in reading "original files" of ACID tables

Quanlong Huang created IMPALA-10894:
---------------------------------------

             Summary: Pushing down predicates in reading "original files" of ACID tables
                 Key: IMPALA-10894
                 URL: https://issues.apache.org/jira/browse/IMPALA-10894
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Quanlong Huang


“Original files” don't store special ACID columns. We generate the row id by using the row index of the file. The orc reader doesn't provide interfaces for retrieving the row index of a row in the file. When predicates are pushed down into the orc reader, the returned batch will skip some rows. So we can't calculate the actual row index in file using its index in the batch.

Currently we skip pushing down predicates in reading such files.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org