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/09100831 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/09100831 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/09100831 Branch: refs/heads/llap Commit: 09100831adff7589ee48e735a4beac6ebb25cb3e Parents: 24d3307 Author: Matt McCline <mmccl...@hortonworks.com> Authored: Tue Jun 2 20:32:14 2015 -0700 Committer: Matt McCline <mmccl...@hortonworks.com> Committed: Tue Jun 2 20:32:14 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(-) ----------------------------------------------------------------------