Repository: hive Updated Branches: refs/heads/master d041cc441 -> f63124188
HIVE-18207: Fix the test failure for TestCliDriver#vector_complex_join (Colin Ma via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8ac91e73 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8ac91e73 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8ac91e73 Branch: refs/heads/master Commit: 8ac91e7317eebb3f36c12b84fa2b447de827dffb Parents: d041cc4 Author: Colin Ma <[email protected]> Authored: Tue Dec 5 10:40:43 2017 +0100 Committer: Zoltan Haindrich <[email protected]> Committed: Tue Dec 5 10:40:43 2017 +0100 ---------------------------------------------------------------------- ql/src/test/results/clientpositive/vector_complex_join.q.out | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/8ac91e73/ql/src/test/results/clientpositive/vector_complex_join.q.out ---------------------------------------------------------------------- diff --git a/ql/src/test/results/clientpositive/vector_complex_join.q.out b/ql/src/test/results/clientpositive/vector_complex_join.q.out index 7677697..2832096 100644 --- a/ql/src/test/results/clientpositive/vector_complex_join.q.out +++ b/ql/src/test/results/clientpositive/vector_complex_join.q.out @@ -229,6 +229,8 @@ STAGE PLANS: 0 a (type: int) 1 a[1] (type: int) Map Join Vectorization: + bigTableKeyExpressions: ListIndexColScalar(col 0:array<int>, col 1:int) -> 3:int + bigTableValueExpressions: col 0:array<int>, col 1:int className: VectorMapJoinOperator native: false nativeConditionsMet: hive.mapjoin.optimized.hashtable IS true, hive.vectorized.execution.mapjoin.native.enabled IS true, One MapJoin Condition IS true, No nullsafe IS true, Small table vectorizes IS true, Optimized Table and Supports Key Types IS true @@ -342,6 +344,8 @@ STAGE PLANS: 0 a (type: int) 1 a[index] (type: int) Map Join Vectorization: + bigTableKeyExpressions: ListIndexColColumn(col 0:array<int>, col 1:int) -> 3:int + bigTableValueExpressions: col 0:array<int>, col 1:int className: VectorMapJoinOperator native: false nativeConditionsMet: hive.mapjoin.optimized.hashtable IS true, hive.vectorized.execution.mapjoin.native.enabled IS true, One MapJoin Condition IS true, No nullsafe IS true, Small table vectorizes IS true, Optimized Table and Supports Key Types IS true
