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/28 18:53:48 UTC

[24/25] 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/05784725
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/05784725
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/05784725

Branch: refs/heads/branch-2.1
Commit: 05784725b887573a58db94e99e1d2d491680eaf6
Parents: 25e7c9d
Author: Matt McCline <mm...@hortonworks.com>
Authored: Sun Jul 24 01:23:03 2016 -0700
Committer: Matt McCline <mm...@hortonworks.com>
Committed: Thu Jul 28 11:45:34 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(-)
----------------------------------------------------------------------