HIVE-10855: with vectorization enabled join operation involving interval_day_time fails (Matt McCline reviewed by Gunther Hagleitner)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f3ab5fda Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f3ab5fda Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/f3ab5fda Branch: refs/heads/branch-1.2 Commit: f3ab5fda6af57afff31c29ad048d906fd095d5fb Parents: 92013be Author: Matt McCline <[email protected]> Authored: Tue Jun 2 20:39:12 2015 -0700 Committer: Matt McCline <[email protected]> Committed: Tue Jun 2 20:39:12 2015 -0700 ---------------------------------------------------------------------- data/files/vectortab_a_1k | 1000 ++++++++++++++++++ data/files/vectortab_b_1k | 1000 ++++++++++++++++++ .../test/resources/testconfiguration.properties | 1 + .../hive/ql/exec/vector/ColumnVector.java | 10 + .../ql/exec/vector/VectorColumnSetInfo.java | 42 +- .../hive/ql/exec/vector/VectorCopyRow.java | 35 +- .../ql/exec/vector/VectorizationContext.java | 46 + .../mapjoin/VectorMapJoinCommonOperator.java | 50 +- .../clientpositive/vector_interval_mapjoin.q | 87 ++ .../tez/vector_interval_mapjoin.q.out | 281 +++++ .../vector_interval_mapjoin.q.out | 281 +++++ 11 files changed, 2797 insertions(+), 36 deletions(-) ----------------------------------------------------------------------
