HIVE-20126: OrcInputFormat does not pass conf to orc reader options (Prasanth Jayachandran reviewed by Sergey Shelukhin)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/a2fde02b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/a2fde02b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/a2fde02b Branch: refs/heads/branch-3 Commit: a2fde02b10c4ea83f3dfe10b48d5f3e9f7927bed Parents: ab6d891 Author: Prasanth Jayachandran <[email protected]> Authored: Tue Jul 10 00:45:21 2018 -0700 Committer: Prasanth Jayachandran <[email protected]> Committed: Tue Jul 10 00:46:11 2018 -0700 ---------------------------------------------------------------------- data/files/studenttab10k | 10000 +++++++++++++++++ .../test/resources/testconfiguration.properties | 1 + .../hadoop/hive/ql/io/orc/OrcInputFormat.java | 6 +- .../ql/io/orc/VectorizedOrcInputFormat.java | 2 +- .../clientpositive/orc_schema_evol_quoted.q | 42 + .../llap/orc_schema_evol_quoted.q.out | 258 + .../clientpositive/orc_schema_evol_quoted.q.out | 258 + 7 files changed, 10563 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
