You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by mm...@apache.org on 2016/07/24 08:23:24 UTC

[4/4] hive git commit: HIVE-14214: ORC Schema Evolution and Predicate Push Down do not work together (no rows returned) (Matt McCline, reviewed by Prasanth Jayachandran/Owen O'Malley)

HIVE-14214: ORC Schema Evolution and Predicate Push Down do not work together (no rows returned) (Matt McCline, reviewed by Prasanth Jayachandran/Owen O'Malley)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b28ec7fd
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b28ec7fd
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b28ec7fd

Branch: refs/heads/master
Commit: b28ec7fdd8317b47973c6c8f7cdfe805dc20a806
Parents: 9eb070a
Author: Matt McCline <mm...@hortonworks.com>
Authored: Sun Jul 24 01:23:03 2016 -0700
Committer: Matt McCline <mm...@hortonworks.com>
Committed: Sun Jul 24 01:23:03 2016 -0700

----------------------------------------------------------------------
 data/files/unique_1.txt                         | 5000 ++++++++++++++++++
 data/files/unique_2.txt                         | 5000 ++++++++++++++++++
 .../test/resources/testconfiguration.properties |    4 +
 .../org/apache/orc/impl/RecordReaderImpl.java   |   31 +-
 .../org/apache/orc/impl/SchemaEvolution.java    |  101 +-
 .../apache/orc/impl/TestSchemaEvolution.java    |  107 +
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java   |  167 +-
 .../hive/ql/io/orc/OrcNewInputFormat.java       |    2 +-
 .../hive/ql/io/orc/TestInputOutputFormat.java   |   16 +-
 .../hive/ql/io/orc/TestOrcSplitElimination.java |    3 +
 .../clientpositive/orc_ppd_schema_evol_1a.q     |   42 +
 .../clientpositive/orc_ppd_schema_evol_1b.q     |   60 +
 .../clientpositive/orc_ppd_schema_evol_2a.q     |   43 +
 .../clientpositive/orc_ppd_schema_evol_2b.q     |   62 +
 .../clientpositive/orc_ppd_schema_evol_1a.q.out |   70 +
 .../clientpositive/orc_ppd_schema_evol_1b.q.out |  124 +
 .../clientpositive/orc_ppd_schema_evol_2a.q.out |   70 +
 .../clientpositive/orc_ppd_schema_evol_2b.q.out |  124 +
 .../tez/orc_ppd_schema_evol_1a.q.out            |   70 +
 .../tez/orc_ppd_schema_evol_1b.q.out            |  124 +
 .../tez/orc_ppd_schema_evol_2a.q.out            |   70 +
 .../tez/orc_ppd_schema_evol_2b.q.out            |  124 +
 22 files changed, 11333 insertions(+), 81 deletions(-)
----------------------------------------------------------------------