You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2016/08/10 23:38:20 UTC

[jira] [Created] (HIVE-14516) OrcInputFormat.SplitGenerator.callInternal() can be optimized

Eugene Koifman created HIVE-14516:
-------------------------------------

             Summary: OrcInputFormat.SplitGenerator.callInternal() can be optimized
                 Key: HIVE-14516
                 URL: https://issues.apache.org/jira/browse/HIVE-14516
             Project: Hive
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 2.2.0
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman


callIntenal() has 
        // We can't eliminate stripes if there are deltas because the
        // deltas may change the rows making them match the predicate.

but in Acid 2.0, the deltas only have delete events thus eliminating stripes from  "base" of split should be safe.

cc [~gopalv]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)