diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SetHashGroupByMinReduction.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SetHashGroupByMinReduction.java index ebed040b5f..df3707a738 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SetHashGroupByMinReduction.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SetHashGroupByMinReduction.java @@ -30,6 +30,7 @@ import org.apache.hadoop.hive.ql.plan.ColStatistics; import org.apache.hadoop.hive.ql.plan.GroupByDesc; import org.apache.hadoop.hive.ql.plan.GroupByDesc.Mode; +import org.apache.hadoop.hive.ql.plan.Statistics; import org.apache.hadoop.hive.ql.plan.Statistics.State; import org.apache.hadoop.hive.ql.stats.StatsUtils; import org.slf4j.Logger; @@ -65,14 +66,15 @@ public Object process(Node nd, Stack stack, colStats.add( groupByOperator.getStatistics().getColumnStatisticsFromColName(ci.getInternalName())); } + Statistics parentStats = groupByOperator.getParentOperators().get(0).getStatistics(); long ndvProduct = StatsUtils.computeNDVGroupingColumns( - colStats, groupByOperator.getParentOperators().get(0).getStatistics(), true); + colStats, parentStats, true); // if ndvProduct is 0 then column stats state must be partial and we are missing if (ndvProduct == 0) { return null; } - long numRows = groupByOperator.getStatistics().getNumRows(); + long numRows = parentStats.getNumRows(); if (ndvProduct > numRows) { ndvProduct = numRows; } diff --git a/ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out b/ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out index e5a7a269cf..d5e852fe16 100644 --- a/ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out +++ b/ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out @@ -689,7 +689,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: ROW__ID (type: struct) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_join0.q.out b/ql/src/test/results/clientpositive/llap/auto_join0.q.out index d8ed197ab4..94dda42564 100644 --- a/ql/src/test/results/clientpositive/llap/auto_join0.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_join0.q.out @@ -87,7 +87,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col0,_col1,_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_join1.q.out b/ql/src/test/results/clientpositive/llap/auto_join1.q.out index f721f41647..211e4f54cd 100644 --- a/ql/src/test/results/clientpositive/llap/auto_join1.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_join1.q.out @@ -94,7 +94,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 75145 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_join30.q.out b/ql/src/test/results/clientpositive/llap/auto_join30.q.out index 6003a34d9d..1eab5386d4 100644 --- a/ql/src/test/results/clientpositive/llap/auto_join30.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_join30.q.out @@ -76,7 +76,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,7 +181,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -319,7 +319,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -464,7 +464,7 @@ STAGE PLANS: Statistics: Num rows: 1251 Data size: 222678 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -635,7 +635,7 @@ STAGE PLANS: Statistics: Num rows: 1251 Data size: 222678 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -778,7 +778,7 @@ STAGE PLANS: Statistics: Num rows: 1251 Data size: 222678 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -973,7 +973,7 @@ STAGE PLANS: Statistics: Num rows: 1251 Data size: 222678 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1134,7 +1134,7 @@ STAGE PLANS: Statistics: Num rows: 1251 Data size: 222678 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out b/ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out index 9024549721..2e2303fe24 100644 --- a/ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out @@ -100,7 +100,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -220,7 +220,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,7 +242,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -387,7 +387,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,7 +434,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -614,7 +614,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -740,7 +740,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -888,7 +888,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1026,7 +1026,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1161,7 +1161,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1272,7 +1272,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1428,7 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1561,7 +1561,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1733,7 +1733,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1488 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -1755,7 +1755,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE @@ -2022,7 +2022,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1488 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -2037,7 +2037,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2090,7 +2090,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out index 3c699540c6..2697fc9d60 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out @@ -155,7 +155,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,7 +283,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out index 7a0de7b83c..ceb1e98204 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out @@ -133,7 +133,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE @@ -159,7 +159,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2848 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -429,7 +429,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,7 +455,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2848 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -725,7 +725,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE @@ -751,7 +751,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2848 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out index 0799a41aa8..cbd5dbf479 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out @@ -88,7 +88,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 280 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9714286 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,7 +194,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 1768 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out index c2809d3025..19054c3b2e 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out @@ -88,7 +88,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 280 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9714286 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -173,7 +173,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out index 72a3a3a17e..ad664c1b2f 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out @@ -185,7 +185,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -343,7 +343,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -501,7 +501,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,7 +640,7 @@ STAGE PLANS: Statistics: Num rows: 1305 Data size: 10440 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -779,7 +779,7 @@ STAGE PLANS: Statistics: Num rows: 1361 Data size: 10888 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -937,7 +937,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1095,7 +1095,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1234,7 +1234,7 @@ STAGE PLANS: Statistics: Num rows: 1305 Data size: 10440 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1373,7 +1373,7 @@ STAGE PLANS: Statistics: Num rows: 1361 Data size: 10888 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1531,7 +1531,7 @@ STAGE PLANS: Statistics: Num rows: 1343 Data size: 10744 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out index 8f12a4bbc9..838087d71e 100644 --- a/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out +++ b/ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out @@ -100,7 +100,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,7 +214,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -346,7 +346,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -368,7 +368,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -513,7 +513,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -560,7 +560,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -740,7 +740,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -866,7 +866,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1014,7 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1152,7 +1152,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1287,7 +1287,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1398,7 +1398,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1508,7 +1508,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1666,7 +1666,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1799,7 +1799,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1923,7 +1923,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2037,7 +2037,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2169,7 +2169,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2191,7 +2191,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2336,7 +2336,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2383,7 +2383,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2563,7 +2563,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2689,7 +2689,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2837,7 +2837,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2975,7 +2975,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3087,7 +3087,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3197,7 +3197,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3355,7 +3355,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3488,7 +3488,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket3.q.out b/ql/src/test/results/clientpositive/llap/bucket3.q.out index 47f172845e..fdcc22a0cd 100644 --- a/ql/src/test/results/clientpositive/llap/bucket3.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket3.q.out @@ -155,7 +155,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket5.q.out b/ql/src/test/results/clientpositive/llap/bucket5.q.out index a3e179044f..443e480912 100644 --- a/ql/src/test/results/clientpositive/llap/bucket5.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket5.q.out @@ -193,7 +193,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,7 +283,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket6.q.out b/ql/src/test/results/clientpositive/llap/bucket6.q.out index 12d6f7c5d4..dda539e13a 100644 --- a/ql/src/test/results/clientpositive/llap/bucket6.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket6.q.out @@ -77,7 +77,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket_groupby.q.out b/ql/src/test/results/clientpositive/llap/bucket_groupby.q.out index db64999e15..04e6f1452c 100644 --- a/ql/src/test/results/clientpositive/llap/bucket_groupby.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket_groupby.q.out @@ -82,7 +82,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -222,7 +222,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -336,7 +336,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,7 +430,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -525,7 +525,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,7 +640,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -750,7 +750,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.684 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1144,7 +1144,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.684 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1272,7 +1272,7 @@ STAGE PLANS: aggregations: count() bucketGroup: true keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1387,7 +1387,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1610,7 +1610,7 @@ STAGE PLANS: aggregations: count() bucketGroup: true keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket_many.q.out b/ql/src/test/results/clientpositive/llap/bucket_many.q.out index 4db0c223f7..c14132f177 100644 --- a/ql/src/test/results/clientpositive/llap/bucket_many.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket_many.q.out @@ -156,7 +156,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out b/ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out index 48076e55b5..91f29de701 100644 --- a/ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out +++ b/ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out @@ -1188,7 +1188,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,7 +1280,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1377,7 +1377,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 22022 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE @@ -1490,7 +1490,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 22022 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE @@ -1699,7 +1699,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 1936 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1823,7 +1823,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 1936 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out index 6192053b94..e30f97ab88 100644 --- a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out +++ b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out @@ -179,7 +179,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -402,7 +402,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9655172 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -649,7 +649,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9655172 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -900,7 +900,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -1133,7 +1133,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -1366,7 +1366,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out index c5e280cb71..64848a4739 100644 --- a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out +++ b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out @@ -170,7 +170,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -411,7 +411,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,7 +652,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -828,7 +828,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -1010,7 +1010,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -1269,7 +1269,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -1538,7 +1538,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(key2, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9285714 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out index f90b2d6cbc..82554822b9 100644 --- a/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out +++ b/ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out @@ -157,7 +157,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -382,7 +382,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out b/ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out index 0575bf7c20..697e45f666 100644 --- a/ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out +++ b/ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out @@ -345,7 +345,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(year) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -417,7 +417,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(month) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -561,7 +561,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(month) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -951,7 +951,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(year) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/constraints_optimization.q.out b/ql/src/test/results/clientpositive/llap/constraints_optimization.q.out index c32f30f857..7e7933cbfb 100644 --- a/ql/src/test/results/clientpositive/llap/constraints_optimization.q.out +++ b/ql/src/test/results/clientpositive/llap/constraints_optimization.q.out @@ -919,7 +919,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1008,7 +1008,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1221,7 +1221,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1345,7 +1345,7 @@ STAGE PLANS: Group By Operator aggregations: sum(key1) keys: key1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1450,7 +1450,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int), j (type: int), d_year (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1607,7 +1607,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int), j (type: int), d_year (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1727,7 +1727,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1842,7 +1842,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out b/ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out index ac6e6ada83..31d812705c 100644 --- a/ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out +++ b/ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out @@ -206,7 +206,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -422,7 +422,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out b/ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out index f21e33a434..f0eface6d5 100644 --- a/ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out +++ b/ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out @@ -84,7 +84,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,7 +109,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,7 +242,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,7 +267,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -392,7 +392,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,7 +419,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -533,7 +533,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -558,7 +558,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -583,7 +583,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -697,7 +697,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -722,7 +722,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -747,7 +747,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -876,7 +876,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -901,7 +901,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1030,7 +1030,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1055,7 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1184,7 +1184,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE @@ -1209,7 +1209,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1338,7 +1338,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE @@ -1363,7 +1363,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1489,7 +1489,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string), _col3 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE @@ -1631,7 +1631,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string), _col3 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE @@ -1776,7 +1776,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9703154 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE @@ -1801,7 +1801,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1930,7 +1930,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9703154 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE @@ -1955,7 +1955,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2084,7 +2084,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9684601 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2109,7 +2109,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2238,7 +2238,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9684601 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2263,7 +2263,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2388,7 +2388,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96985817 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2413,7 +2413,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2538,7 +2538,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96985817 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2563,7 +2563,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2688,7 +2688,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96985817 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2713,7 +2713,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2838,7 +2838,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96985817 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2863,7 +2863,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9411765 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3022,7 +3022,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94736844 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3181,7 +3181,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94736844 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3314,7 +3314,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3339,7 +3339,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3472,7 +3472,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3497,7 +3497,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out b/ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out index 2f6282ea28..2d3bc071d4 100644 --- a/ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out +++ b/ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out @@ -43,7 +43,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -67,7 +67,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,7 +109,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2268 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -203,7 +203,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -227,7 +227,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -269,7 +269,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2268 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -363,7 +363,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -387,7 +387,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -429,7 +429,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 26112 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -523,7 +523,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -547,7 +547,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,7 +589,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 26112 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -683,7 +683,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -707,7 +707,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -749,7 +749,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 3491 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -843,7 +843,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -867,7 +867,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -909,7 +909,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 3491 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1005,7 +1005,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1029,7 +1029,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1073,7 +1073,7 @@ STAGE PLANS: Statistics: Num rows: 274 Data size: 2457 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1184,7 +1184,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1208,7 +1208,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1252,7 +1252,7 @@ STAGE PLANS: Statistics: Num rows: 274 Data size: 2457 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1363,7 +1363,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1387,7 +1387,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1431,7 +1431,7 @@ STAGE PLANS: Statistics: Num rows: 274 Data size: 2457 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1542,7 +1542,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1566,7 +1566,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1610,7 +1610,7 @@ STAGE PLANS: Statistics: Num rows: 274 Data size: 2457 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1723,7 +1723,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1745,7 +1745,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1783,7 +1783,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95255476 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -1808,7 +1808,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1921,7 +1921,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1943,7 +1943,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1981,7 +1981,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95255476 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2006,7 +2006,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2119,7 +2119,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2141,7 +2141,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2179,7 +2179,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95255476 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2204,7 +2204,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2317,7 +2317,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2339,7 +2339,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2377,7 +2377,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95255476 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2402,7 +2402,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2522,7 +2522,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2573,7 +2573,7 @@ STAGE PLANS: Statistics: Num rows: 29 Data size: 7801 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9655172 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -2694,7 +2694,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2760,7 +2760,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 7532 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96428573 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -2880,7 +2880,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2931,7 +2931,7 @@ STAGE PLANS: Statistics: Num rows: 29 Data size: 7801 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9655172 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -3052,7 +3052,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -3118,7 +3118,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 7532 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2), sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96428573 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out b/ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out index 15aa1ea5ca..e031a5b99d 100644 --- a/ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out +++ b/ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out @@ -138,7 +138,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -175,7 +175,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -366,7 +366,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -403,7 +403,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -532,7 +532,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,7 +589,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -813,7 +813,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -850,7 +850,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1037,7 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1074,7 +1074,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1238,7 +1238,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1295,7 +1295,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 7137 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), sum(_col1), sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out b/ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out index 69e73d2658..7a28a5ff2e 100644 --- a/ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out +++ b/ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out @@ -130,7 +130,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -187,7 +187,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -386,7 +386,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -443,7 +443,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -573,7 +573,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -631,7 +631,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -811,7 +811,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -961,7 +961,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1172,7 +1172,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1363,7 +1363,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1536,7 +1536,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1749,7 +1749,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -2009,7 +2009,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2253,7 +2253,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2458,7 +2458,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2702,7 +2702,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2880,7 +2880,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2904,7 +2904,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2964,7 +2964,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), sum(_col3) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -3127,7 +3127,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3151,7 +3151,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -3211,7 +3211,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), sum(_col3) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -3458,7 +3458,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3726,7 +3726,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3913,7 +3913,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5897436 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out b/ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out index 4297f20de6..4d01b07435 100644 --- a/ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out +++ b/ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out @@ -30,7 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -51,7 +51,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -123,7 +123,7 @@ STAGE PLANS: Group By Operator aggregations: max(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,7 +217,7 @@ STAGE PLANS: Group By Operator aggregations: max(key), min(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE @@ -311,7 +311,7 @@ STAGE PLANS: Group By Operator aggregations: max(key), min(key), sum(key), count(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col3, _col4, _col5 Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,7 +409,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,7 +515,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(key), max(value), max(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col4, _col5 Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -621,7 +621,7 @@ STAGE PLANS: Group By Operator aggregations: count(), sum(_col2), sum(_col1), count(_col0) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col3, _col4, _col5 Statistics: Num rows: 250 Data size: 29750 Basic stats: COMPLETE Column stats: COMPLETE @@ -746,7 +746,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0), count(_col0), max(_col0), min(_col0), sum(_col2), sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col4, _col5, _col6, _col7 Statistics: Num rows: 250 Data size: 146000 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/cross_prod_1.q.out b/ql/src/test/results/clientpositive/llap/cross_prod_1.q.out index e34a6b44a6..4e77fda63b 100644 --- a/ql/src/test/results/clientpositive/llap/cross_prod_1.q.out +++ b/ql/src/test/results/clientpositive/llap/cross_prod_1.q.out @@ -1761,7 +1761,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -2083,7 +2083,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out b/ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out index b6d75659a7..17740a84a1 100644 --- a/ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out +++ b/ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out @@ -344,7 +344,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -471,7 +471,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 8700 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -540,7 +540,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,7 +634,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out b/ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out index f0e44fa43c..47e0b971f0 100644 --- a/ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out +++ b/ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out @@ -291,7 +291,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1720 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -458,7 +458,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 8600 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -527,7 +527,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -563,7 +563,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1720 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/ctas.q.out b/ql/src/test/results/clientpositive/llap/ctas.q.out index c1bc97f665..3cd102248d 100644 --- a/ql/src/test/results/clientpositive/llap/ctas.q.out +++ b/ql/src/test/results/clientpositive/llap/ctas.q.out @@ -96,7 +96,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,7 +292,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -488,7 +488,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1920 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -748,7 +748,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -946,7 +946,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dpp.q.out b/ql/src/test/results/clientpositive/llap/dpp.q.out index 0a07470637..431df21495 100644 --- a/ql/src/test/results/clientpositive/llap/dpp.q.out +++ b/ql/src/test/results/clientpositive/llap/dpp.q.out @@ -209,7 +209,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,7 +242,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -303,7 +303,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9166667 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out b/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out index 6f1f20f174..88bc0be9e0 100644 --- a/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out +++ b/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out @@ -79,7 +79,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -116,7 +116,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -343,7 +343,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -472,7 +472,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -633,7 +633,7 @@ STAGE PLANS: Statistics: Num rows: 64 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,7 +765,7 @@ STAGE PLANS: Statistics: Num rows: 64 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -967,7 +967,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1142,7 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1317,7 +1317,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1446,7 +1446,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1602,7 +1602,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1731,7 +1731,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1888,7 +1888,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2036,7 +2036,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2168,7 +2168,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2300,7 +2300,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2461,7 +2461,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2563,7 +2563,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2586,7 +2586,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2738,7 +2738,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1096000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2899,7 +2899,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3044,7 +3044,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3170,7 +3170,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3296,7 +3296,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3475,7 +3475,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3745,7 +3745,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3766,7 +3766,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3788,7 +3788,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3824,7 +3824,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3862,7 +3862,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3972,7 +3972,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3993,7 +3993,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4016,7 +4016,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4053,7 +4053,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4091,7 +4091,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4183,7 +4183,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4205,7 +4205,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4223,7 +4223,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4245,7 +4245,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4268,7 +4268,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4366,7 +4366,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4490,7 +4490,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4645,7 +4645,7 @@ STAGE PLANS: Statistics: Num rows: 64 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4797,7 +4797,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4986,7 +4986,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5152,7 +5152,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5294,7 +5294,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5436,7 +5436,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5721,7 +5721,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5844,7 +5844,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5965,7 +5965,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6058,7 +6058,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6383,7 +6383,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6405,7 +6405,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6426,7 +6426,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6464,7 +6464,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6502,7 +6502,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6644,7 +6644,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6678,7 +6678,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -6694,7 +6694,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out b/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out index e799ad49a0..8d0b44598b 100644 --- a/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out +++ b/ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out @@ -1160,7 +1160,7 @@ STAGE PLANS: Statistics: Num rows: 2000000 Data size: 16000000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out b/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out index ba8e5ee2a4..0143e62c7f 100644 --- a/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out +++ b/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out @@ -495,7 +495,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.842 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -3641,7 +3641,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=10) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -3842,7 +3842,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=10) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out b/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out index b8d5e94785..dc1d393ee9 100644 --- a/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out +++ b/ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out @@ -920,7 +920,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 4350 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=49) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out b/ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out index a955b58584..180efb723d 100644 --- a/ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out +++ b/ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out @@ -208,7 +208,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -346,7 +346,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -706,7 +706,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -844,7 +844,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1597,7 +1597,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1709,7 +1709,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1994,7 +1994,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE @@ -2112,7 +2112,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE @@ -2548,7 +2548,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 5 Data size: 8500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2868,7 +2868,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 645 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94736844 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3099,7 +3099,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 645 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94736844 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out b/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out index ec00ea5521..37a3652ee9 100644 --- a/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out +++ b/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out @@ -4168,7 +4168,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0077519417 + minReductionHashAggr: 0.6363636 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE @@ -4308,7 +4308,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -4432,7 +4432,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0077519417 + minReductionHashAggr: 0.6363636 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE @@ -4552,7 +4552,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(si, 'hll'), compute_stats(i, 'hll'), compute_stats(b, 'hll'), compute_stats(f, 'hll') keys: ds (type: string), t (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -4714,7 +4714,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(i, 'hll') keys: s (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE @@ -4740,7 +4740,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(i, 'hll') keys: s (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out b/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out index 7b47e457d4..c4f018b55f 100644 --- a/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out +++ b/ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out @@ -1793,7 +1793,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1833,7 +1833,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') keys: day (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1970,7 +1970,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2010,7 +2010,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll') keys: day (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out b/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out index 94829a04fa..f080a674ed 100644 --- a/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out +++ b/ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out @@ -291,7 +291,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67250 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -907,7 +907,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67250 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -1521,7 +1521,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 66250 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2170,7 +2170,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9879518 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2199,7 +2199,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(j, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2356,7 +2356,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9879518 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2385,7 +2385,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(j, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2708,7 +2708,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 82000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(de, 'hll'), compute_stats(vc, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE @@ -3234,7 +3234,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 82000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(de, 'hll'), compute_stats(vc, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE @@ -3547,7 +3547,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(j, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -3579,7 +3579,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 27224 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(de, 'hll'), compute_stats(vc, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9879518 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE @@ -3862,7 +3862,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') keys: p1 (type: string), p2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 2 Data size: 2822 Basic stats: COMPLETE Column stats: COMPLETE @@ -4064,7 +4064,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') keys: 'yesterday' (type: string), 3 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 1417 Basic stats: COMPLETE Column stats: COMPLETE @@ -4095,7 +4095,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll'), compute_stats(j, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -5878,7 +5878,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(i, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/except_distinct.q.out b/ql/src/test/results/clientpositive/llap/except_distinct.q.out index bc98b284c0..bba1a8d6b0 100644 --- a/ql/src/test/results/clientpositive/llap/except_distinct.q.out +++ b/ql/src/test/results/clientpositive/llap/except_distinct.q.out @@ -742,7 +742,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -764,7 +764,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -800,7 +800,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), sum(_col2) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -858,7 +858,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), sum(_col2) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/filter_union.q.out b/ql/src/test/results/clientpositive/llap/filter_union.q.out index 145e947c5b..ef94551cef 100644 --- a/ql/src/test/results/clientpositive/llap/filter_union.q.out +++ b/ql/src/test/results/clientpositive/llap/filter_union.q.out @@ -61,7 +61,7 @@ STAGE PLANS: Group By Operator aggregations: count(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,7 +142,7 @@ STAGE PLANS: Group By Operator aggregations: count(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,7 +345,7 @@ STAGE PLANS: Group By Operator aggregations: count(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,7 +438,7 @@ STAGE PLANS: Group By Operator aggregations: count(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/groupby_resolution.q.out b/ql/src/test/results/clientpositive/llap/groupby_resolution.q.out index 0d5757ad60..cc8a487262 100644 --- a/ql/src/test/results/clientpositive/llap/groupby_resolution.q.out +++ b/ql/src/test/results/clientpositive/llap/groupby_resolution.q.out @@ -298,7 +298,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,7 +365,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -433,7 +433,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,7 +516,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -695,7 +695,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/having.q.out b/ql/src/test/results/clientpositive/llap/having.q.out index 21cb8f0aef..69c02566ee 100644 --- a/ql/src/test/results/clientpositive/llap/having.q.out +++ b/ql/src/test/results/clientpositive/llap/having.q.out @@ -30,7 +30,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,7 +126,7 @@ STAGE PLANS: Group By Operator aggregations: max(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -509,7 +509,7 @@ STAGE PLANS: Group By Operator aggregations: max(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -790,7 +790,7 @@ STAGE PLANS: Group By Operator aggregations: max(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE @@ -997,7 +997,7 @@ STAGE PLANS: Group By Operator aggregations: max(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1274,7 +1274,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out b/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out index 5b2289dd37..1bbe6bf473 100644 --- a/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out +++ b/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out @@ -64,7 +64,7 @@ STAGE PLANS: Statistics: Num rows: 24737 Data size: 197896 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -192,7 +192,7 @@ STAGE PLANS: Statistics: Num rows: 24737 Data size: 197896 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -318,7 +318,7 @@ STAGE PLANS: Statistics: Num rows: 13785 Data size: 110280 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -442,7 +442,7 @@ STAGE PLANS: Statistics: Num rows: 13785 Data size: 110280 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -562,7 +562,7 @@ STAGE PLANS: Statistics: Num rows: 18466 Data size: 147728 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -682,7 +682,7 @@ STAGE PLANS: Statistics: Num rows: 18466 Data size: 147728 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out b/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out index 9f742fdfd4..4bc4d84289 100644 --- a/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out +++ b/ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out @@ -101,7 +101,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -259,7 +259,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,7 +455,7 @@ STAGE PLANS: Statistics: Num rows: 1582 Data size: 12656 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -644,7 +644,7 @@ STAGE PLANS: Statistics: Num rows: 1582 Data size: 12656 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -840,7 +840,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -912,7 +912,7 @@ STAGE PLANS: Statistics: Num rows: 263 Data size: 2104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -932,7 +932,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -966,7 +966,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1130,7 +1130,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1202,7 +1202,7 @@ STAGE PLANS: Statistics: Num rows: 263 Data size: 2104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1222,7 +1222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1256,7 +1256,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1433,7 +1433,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 320 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.975 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1664,7 +1664,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 320 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.975 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/insert_into1.q.out b/ql/src/test/results/clientpositive/llap/insert_into1.q.out index 05aa613fe3..0c284c47d1 100644 --- a/ql/src/test/results/clientpositive/llap/insert_into1.q.out +++ b/ql/src/test/results/clientpositive/llap/insert_into1.q.out @@ -78,7 +78,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 9500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,7 +243,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 9500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -408,7 +408,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -823,7 +823,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/insert_into2.q.out b/ql/src/test/results/clientpositive/llap/insert_into2.q.out index cbef1c095d..317ae2b732 100644 --- a/ql/src/test/results/clientpositive/llap/insert_into2.q.out +++ b/ql/src/test/results/clientpositive/llap/insert_into2.q.out @@ -83,7 +83,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -301,7 +301,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -484,7 +484,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,7 +640,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/intersect_all.q.out b/ql/src/test/results/clientpositive/llap/intersect_all.q.out index 73363403bd..348ea746db 100644 --- a/ql/src/test/results/clientpositive/llap/intersect_all.q.out +++ b/ql/src/test/results/clientpositive/llap/intersect_all.q.out @@ -1588,7 +1588,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1610,7 +1610,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1638,7 +1638,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1), count(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1695,7 +1695,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1), count(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/intersect_distinct.q.out b/ql/src/test/results/clientpositive/llap/intersect_distinct.q.out index feb2423b46..e57e6b52c9 100644 --- a/ql/src/test/results/clientpositive/llap/intersect_distinct.q.out +++ b/ql/src/test/results/clientpositive/llap/intersect_distinct.q.out @@ -1190,7 +1190,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1212,7 +1212,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1240,7 +1240,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1290,7 +1290,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/intersect_merge.q.out b/ql/src/test/results/clientpositive/llap/intersect_merge.q.out index d32b7f7439..eceaf4c274 100644 --- a/ql/src/test/results/clientpositive/llap/intersect_merge.q.out +++ b/ql/src/test/results/clientpositive/llap/intersect_merge.q.out @@ -73,7 +73,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -97,7 +97,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,7 +121,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,7 +145,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -169,7 +169,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -193,7 +193,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -215,7 +215,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -237,7 +237,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -282,7 +282,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -304,7 +304,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -361,7 +361,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -385,7 +385,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,7 +409,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -433,7 +433,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -457,7 +457,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -479,7 +479,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -524,7 +524,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -546,7 +546,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -604,7 +604,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -628,7 +628,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,7 +652,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -676,7 +676,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -700,7 +700,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -724,7 +724,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -746,7 +746,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -768,7 +768,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -813,7 +813,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -835,7 +835,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -893,7 +893,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -917,7 +917,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -941,7 +941,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -965,7 +965,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -989,7 +989,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1013,7 +1013,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1035,7 +1035,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1057,7 +1057,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1102,7 +1102,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1124,7 +1124,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1182,7 +1182,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1206,7 +1206,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1230,7 +1230,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1254,7 +1254,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1278,7 +1278,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1302,7 +1302,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1324,7 +1324,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1346,7 +1346,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1391,7 +1391,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1413,7 +1413,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.71428573 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1469,7 +1469,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1493,7 +1493,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1517,7 +1517,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1541,7 +1541,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1586,7 +1586,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1608,7 +1608,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1664,7 +1664,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1688,7 +1688,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1712,7 +1712,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1736,7 +1736,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col2), count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1788,7 +1788,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col2), count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1810,7 +1810,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col2), count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1867,7 +1867,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1897,7 +1897,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int), value (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1921,7 +1921,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col2), count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1973,7 +1973,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2008,7 +2008,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col2), count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2030,7 +2030,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col2) keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/jdbc_handler.q.out b/ql/src/test/results/clientpositive/llap/jdbc_handler.q.out index 645c885975..3c043f544f 100644 --- a/ql/src/test/results/clientpositive/llap/jdbc_handler.q.out +++ b/ql/src/test/results/clientpositive/llap/jdbc_handler.q.out @@ -260,7 +260,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 125 Data size: 10875 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/join1.q.out b/ql/src/test/results/clientpositive/llap/join1.q.out index 114b727fcf..797043c4a4 100644 --- a/ql/src/test/results/clientpositive/llap/join1.q.out +++ b/ql/src/test/results/clientpositive/llap/join1.q.out @@ -103,7 +103,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 75145 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/join32_lessSize.q.out b/ql/src/test/results/clientpositive/llap/join32_lessSize.q.out index 067e42bffe..ef1699287d 100644 --- a/ql/src/test/results/clientpositive/llap/join32_lessSize.q.out +++ b/ql/src/test/results/clientpositive/llap/join32_lessSize.q.out @@ -302,7 +302,7 @@ STAGE PLANS: Statistics: Num rows: 63 Data size: 16884 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984127 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -940,7 +940,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 26334 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.989899 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -1482,7 +1482,7 @@ STAGE PLANS: Statistics: Num rows: 63 Data size: 16758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984127 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2014,7 +2014,7 @@ STAGE PLANS: Statistics: Num rows: 104 Data size: 27664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2436,7 +2436,7 @@ STAGE PLANS: Statistics: Num rows: 63 Data size: 16758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984127 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2730,7 +2730,7 @@ STAGE PLANS: Statistics: Num rows: 63 Data size: 16758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984127 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/leftsemijoin.q.out b/ql/src/test/results/clientpositive/llap/leftsemijoin.q.out index 187c8bc92d..10aaf51e34 100644 --- a/ql/src/test/results/clientpositive/llap/leftsemijoin.q.out +++ b/ql/src/test/results/clientpositive/llap/leftsemijoin.q.out @@ -217,7 +217,7 @@ STAGE PLANS: Statistics: Num rows: 676 Data size: 81796 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96301776 mode: hash outputColumnNames: _col0 Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/limit_pushdown.q.out b/ql/src/test/results/clientpositive/llap/limit_pushdown.q.out index 7e977ddc74..041bb28f3a 100644 --- a/ql/src/test/results/clientpositive/llap/limit_pushdown.q.out +++ b/ql/src/test/results/clientpositive/llap/limit_pushdown.q.out @@ -219,7 +219,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -325,7 +325,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,7 +434,7 @@ STAGE PLANS: top n: 20 Group By Operator keys: cdouble (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.55013025 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -868,7 +868,7 @@ STAGE PLANS: Group By Operator aggregations: sum(key) keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -997,7 +997,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1016,7 +1016,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out b/ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out index eb5bab5f11..2d2b6eb173 100644 --- a/ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out +++ b/ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out @@ -220,7 +220,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -340,7 +340,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,7 +463,7 @@ STAGE PLANS: top n: 20 Group By Operator keys: cdouble (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.55013025 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -951,7 +951,7 @@ STAGE PLANS: Group By Operator aggregations: sum(key) keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/list_bucket_dml_10.q.out b/ql/src/test/results/clientpositive/llap/list_bucket_dml_10.q.out index 3849ba854a..89e63eeab8 100644 --- a/ql/src/test/results/clientpositive/llap/list_bucket_dml_10.q.out +++ b/ql/src/test/results/clientpositive/llap/list_bucket_dml_10.q.out @@ -90,7 +90,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), hr (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out b/ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out index 34666b0df0..969868d3f8 100644 --- a/ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out +++ b/ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out @@ -142,7 +142,7 @@ STAGE PLANS: top n: 2 Group By Operator keys: cdecimal1 (type: decimal(10,2)), cdecimal2 (type: decimal(38,5)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE @@ -248,7 +248,7 @@ STAGE PLANS: top n: 2 Group By Operator keys: cdecimal1 (type: decimal(10,2)), cdecimal2 (type: decimal(38,5)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/llap_nullscan.q.out b/ql/src/test/results/clientpositive/llap/llap_nullscan.q.out index 0df829281e..c76d790e49 100644 --- a/ql/src/test/results/clientpositive/llap/llap_nullscan.q.out +++ b/ql/src/test/results/clientpositive/llap/llap_nullscan.q.out @@ -305,7 +305,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/llap_partitioned.q.out b/ql/src/test/results/clientpositive/llap/llap_partitioned.q.out index 6bfa53d6c4..7377fbe284 100644 --- a/ql/src/test/results/clientpositive/llap/llap_partitioned.q.out +++ b/ql/src/test/results/clientpositive/llap/llap_partitioned.q.out @@ -2011,7 +2011,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2396,7 +2396,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out b/ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out index 05f65f00f3..24a8bc5796 100644 --- a/ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out +++ b/ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out @@ -81,7 +81,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -268,7 +268,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/llapdecider.q.out b/ql/src/test/results/clientpositive/llap/llapdecider.q.out index e32450ad6b..dea3d31441 100644 --- a/ql/src/test/results/clientpositive/llap/llapdecider.q.out +++ b/ql/src/test/results/clientpositive/llap/llapdecider.q.out @@ -31,7 +31,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,7 +122,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -202,7 +202,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,7 +292,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1171,7 +1171,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1238,7 +1238,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1304,7 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1370,7 +1370,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out b/ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out index 8b7576b88f..4d4463c6bb 100644 --- a/ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out +++ b/ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out @@ -107,7 +107,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), hr (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,7 +139,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: '2008-12-31' (type: string), hr (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out b/ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out index cc25d54f9f..c1a50dfd70 100644 --- a/ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out +++ b/ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out @@ -98,7 +98,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), hr (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out b/ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out index c1e07f2c48..6c79524812 100644 --- a/ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out +++ b/ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out @@ -60,7 +60,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll') keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 132750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mapreduce1.q.out b/ql/src/test/results/clientpositive/llap/mapreduce1.q.out index bc717538b7..a95871f01d 100644 --- a/ql/src/test/results/clientpositive/llap/mapreduce1.q.out +++ b/ql/src/test/results/clientpositive/llap/mapreduce1.q.out @@ -84,7 +84,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(ten, 'hll'), compute_stats(one, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mapreduce2.q.out b/ql/src/test/results/clientpositive/llap/mapreduce2.q.out index fe1e14a3d4..5246377fe2 100644 --- a/ql/src/test/results/clientpositive/llap/mapreduce2.q.out +++ b/ql/src/test/results/clientpositive/llap/mapreduce2.q.out @@ -81,7 +81,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(ten, 'hll'), compute_stats(one, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out index 5ac1836dc6..587123c81d 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out @@ -367,7 +367,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 450 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: b (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -564,7 +564,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: a (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out index 66b9bff23c..215809fb9a 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out @@ -146,7 +146,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,7 +177,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -412,7 +412,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -551,7 +551,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,7 +575,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,7 +594,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -841,7 +841,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1136,7 +1136,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out index 7d39e4d0de..ce8105f6ba 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out @@ -146,7 +146,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -385,7 +385,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -615,7 +615,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -869,7 +869,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE @@ -1150,7 +1150,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -1435,7 +1435,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -1840,7 +1840,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3) keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out index 4091dd36d6..9044c4dcdf 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out @@ -297,7 +297,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -567,7 +567,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -793,7 +793,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -1023,7 +1023,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out index 7f295933f6..7f2849a233 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out @@ -146,7 +146,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,7 +177,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -412,7 +412,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -551,7 +551,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,7 +575,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,7 +594,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -841,7 +841,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1136,7 +1136,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out index bb63d4da2a..c90dde16ac 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out @@ -146,7 +146,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,7 +177,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE @@ -387,7 +387,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 580 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -670,7 +670,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -694,7 +694,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col2 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -713,7 +713,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: decimal(10,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out index a4d385e5c2..531cd68791 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out @@ -71,7 +71,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(col1, 'hll') keys: col2 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5090909 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE @@ -644,7 +644,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(value, 'hll') keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE @@ -1004,7 +1004,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(value, 'hll') keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out index 784c26aee5..54d749fcff 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out @@ -64,7 +64,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(col1, 'hll') keys: col2 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5090909 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out index c0f9a1521e..4a58aee647 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out @@ -759,7 +759,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -861,7 +861,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 273 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE @@ -964,7 +964,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out index b97b876070..442d8880b0 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out @@ -316,7 +316,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_c1), sum(a) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out index 7b9f3dca51..91ba0cafa0 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out @@ -547,7 +547,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -681,7 +681,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out index 3bf2cb3a7c..509c5d980b 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out @@ -184,7 +184,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c), sum(s) keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 212 Basic stats: COMPLETE Column stats: COMPLETE @@ -374,7 +374,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0), sum(_col1) keys: _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -499,7 +499,7 @@ STAGE PLANS: Group By Operator aggregations: sum(s) keys: deptno (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,7 +623,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -800,7 +800,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -960,7 +960,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int), _col3 (type: int), _col2 (type: float) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out index 65df7ea38d..c7e4c26cb6 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out @@ -572,7 +572,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out index b2a1708f44..b3d27e234a 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out @@ -204,7 +204,7 @@ STAGE PLANS: Group By Operator aggregations: sum(s) keys: salary (type: float) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out index ee96d28362..e93ea763df 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out @@ -277,7 +277,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -378,7 +378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,7 +664,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -727,7 +727,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out index 484575590b..67e0fbfea4 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out @@ -331,7 +331,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c), sum(s) keys: deptno (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out index 3c234f7761..7d5493e7d9 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out @@ -224,7 +224,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,7 +388,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -735,7 +735,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1376 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE @@ -858,7 +858,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -992,7 +992,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1440 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out index 9d59abf116..3c51db6489 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out @@ -224,7 +224,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,7 +664,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1376 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE @@ -787,7 +787,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -921,7 +921,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1440 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: name (type: varchar(256)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out index 5ddb415316..85b61ec01a 100644 --- a/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out +++ b/ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out @@ -578,7 +578,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -603,7 +603,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -756,7 +756,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 390 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/merge1.q.out b/ql/src/test/results/clientpositive/llap/merge1.q.out index f5b7de2160..f902da3c58 100644 --- a/ql/src/test/results/clientpositive/llap/merge1.q.out +++ b/ql/src/test/results/clientpositive/llap/merge1.q.out @@ -45,7 +45,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,7 +84,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,7 +553,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,7 +664,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/merge2.q.out b/ql/src/test/results/clientpositive/llap/merge2.q.out index 735b107e65..28755a6e07 100644 --- a/ql/src/test/results/clientpositive/llap/merge2.q.out +++ b/ql/src/test/results/clientpositive/llap/merge2.q.out @@ -45,7 +45,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,7 +84,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,7 +553,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,7 +664,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mergejoin.q.out b/ql/src/test/results/clientpositive/llap/mergejoin.q.out index 6872f9d3b3..264dac5c4b 100644 --- a/ql/src/test/results/clientpositive/llap/mergejoin.q.out +++ b/ql/src/test/results/clientpositive/llap/mergejoin.q.out @@ -134,7 +134,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -454,7 +454,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1563,7 +1563,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1701,7 +1701,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1910,7 +1910,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2128,7 +2128,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2232,7 +2232,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=25) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2255,7 +2255,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984375 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2551,7 +2551,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2821,7 +2821,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3028,7 +3028,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3244,7 +3244,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3348,7 +3348,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=25) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3371,7 +3371,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.984375 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3717,7 +3717,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3943,7 +3943,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mm_all.q.out b/ql/src/test/results/clientpositive/llap/mm_all.q.out index 3bb8195ce4..6cb34e2c79 100644 --- a/ql/src/test/results/clientpositive/llap/mm_all.q.out +++ b/ql/src/test/results/clientpositive/llap/mm_all.q.out @@ -102,7 +102,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll') keys: key_mm (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 1284 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mm_bhif.q.out b/ql/src/test/results/clientpositive/llap/mm_bhif.q.out index 223a936ec5..b1e0b3d892 100644 --- a/ql/src/test/results/clientpositive/llap/mm_bhif.q.out +++ b/ql/src/test/results/clientpositive/llap/mm_bhif.q.out @@ -85,7 +85,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/mrr.q.out b/ql/src/test/results/clientpositive/llap/mrr.q.out index 0cfd2d12e9..6c8c41542b 100644 --- a/ql/src/test/results/clientpositive/llap/mrr.q.out +++ b/ql/src/test/results/clientpositive/llap/mrr.q.out @@ -31,7 +31,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1333,7 +1333,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1363,7 +1363,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out b/ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out index 1bd571d1ee..078ed9657d 100644 --- a/ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out +++ b/ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out @@ -551,7 +551,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -789,7 +789,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -850,7 +850,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,7 +882,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -1041,7 +1041,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1102,7 +1102,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1134,7 +1134,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -1293,7 +1293,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1324,7 +1324,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1356,7 +1356,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1528,7 +1528,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.94871795 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1559,7 +1559,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52 mode: hash outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1591,7 +1591,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1788,7 +1788,7 @@ STAGE PLANS: Statistics: Num rows: 42 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.97619045 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1954,7 +1954,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -1995,7 +1995,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6005057 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out b/ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out index a51ddae278..54ba93a130 100644 --- a/ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out +++ b/ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out @@ -53,7 +53,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: varchar(10)), _col2 (type: int), 0L (type: bigint) - minReductionHashAggr: 0.2777778 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 18 Data size: 1628 Basic stats: COMPLETE Column stats: COMPLETE @@ -78,7 +78,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1628 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(_col0), count(_col1), count(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9444444 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -200,7 +200,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: varchar(10)), _col1 (type: int), _col2 (type: int), 0L (type: bigint) - minReductionHashAggr: 0.56666666 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 30 Data size: 2654 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,7 +225,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 2654 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(_col0), count(_col1), count(_col2), count(_col3), count(_col4) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96666664 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/multi_insert.q.out b/ql/src/test/results/clientpositive/llap/multi_insert.q.out index 1e892918e3..46bc2edcc9 100644 --- a/ql/src/test/results/clientpositive/llap/multi_insert.q.out +++ b/ql/src/test/results/clientpositive/llap/multi_insert.q.out @@ -73,7 +73,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,7 +102,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9818182 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -294,7 +294,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,7 +323,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9818182 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,7 +515,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -544,7 +544,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9818182 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -736,7 +736,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,7 +765,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9818182 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -975,7 +975,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 12994 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98630136 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1005,7 +1005,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1206,7 +1206,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 12994 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98630136 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1236,7 +1236,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1437,7 +1437,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 12994 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98630136 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1467,7 +1467,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1668,7 +1668,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 12994 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98630136 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1698,7 +1698,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9583333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1883,7 +1883,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1908,7 +1908,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1944,7 +1944,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1969,7 +1969,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2184,7 +2184,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2209,7 +2209,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2245,7 +2245,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2270,7 +2270,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2485,7 +2485,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2510,7 +2510,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2546,7 +2546,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2571,7 +2571,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2786,7 +2786,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2811,7 +2811,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2847,7 +2847,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2872,7 +2872,7 @@ STAGE PLANS: Statistics: Num rows: 111 Data size: 19758 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out b/ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out index 9c11802842..81ce104eca 100644 --- a/ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out +++ b/ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out @@ -99,7 +99,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 5420 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,7 +135,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 5420 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,7 +170,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 5420 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -206,7 +206,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 5420 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -412,7 +412,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -435,7 +435,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -457,7 +457,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -480,7 +480,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -519,7 +519,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2710 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,7 +569,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2710 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -745,7 +745,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -768,7 +768,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col5) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -816,7 +816,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2710 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -871,7 +871,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 542 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,7 +906,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 542 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1130,7 +1130,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col0) keys: _col5 (type: double), _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1152,7 +1152,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col0) keys: _col5 (type: double), _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1173,7 +1173,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col0) keys: _col5 (type: double), _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1195,7 +1195,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col0) keys: _col5 (type: double), _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1349,7 +1349,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1375 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1603,7 +1603,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col5) keys: _col0 (type: string), _col5 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1625,7 +1625,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col5) keys: _col0 (type: string), _col5 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1646,7 +1646,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col5) keys: _col0 (type: string), _col5 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1668,7 +1668,7 @@ STAGE PLANS: Group By Operator aggregations: sum(DISTINCT _col5) keys: _col0 (type: string), _col5 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1714,7 +1714,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2710 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1764,7 +1764,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2710 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1819,7 +1819,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 550 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1854,7 +1854,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 550 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/offset_limit.q.out b/ql/src/test/results/clientpositive/llap/offset_limit.q.out index e9e8881fe2..f3437294f9 100644 --- a/ql/src/test/results/clientpositive/llap/offset_limit.q.out +++ b/ql/src/test/results/clientpositive/llap/offset_limit.q.out @@ -38,7 +38,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out b/ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out index 7120a5d6dc..1e0aa93123 100644 --- a/ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out +++ b/ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out @@ -221,7 +221,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -328,7 +328,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,7 +438,7 @@ STAGE PLANS: top n: 30 Group By Operator keys: cdouble (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.55013025 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -876,7 +876,7 @@ STAGE PLANS: Group By Operator aggregations: sum(key) keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/optimize_nullscan.q.out b/ql/src/test/results/clientpositive/llap/optimize_nullscan.q.out index a6949b2c15..8945b7a478 100644 --- a/ql/src/test/results/clientpositive/llap/optimize_nullscan.q.out +++ b/ql/src/test/results/clientpositive/llap/optimize_nullscan.q.out @@ -671,7 +671,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_llap.q.out b/ql/src/test/results/clientpositive/llap/orc_llap.q.out index 3b12b00c2a..ba7ec3a911 100644 --- a/ql/src/test/results/clientpositive/llap/orc_llap.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_llap.q.out @@ -181,7 +181,7 @@ STAGE PLANS: Statistics: Num rows: 225 Data size: 1800 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -276,7 +276,7 @@ STAGE PLANS: Statistics: Num rows: 30577 Data size: 365240 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,7 +354,7 @@ STAGE PLANS: Statistics: Num rows: 30577 Data size: 7696590 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -432,7 +432,7 @@ STAGE PLANS: Statistics: Num rows: 13653 Data size: 1019300 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -535,7 +535,7 @@ STAGE PLANS: Statistics: Num rows: 122880 Data size: 18412870 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -647,7 +647,7 @@ STAGE PLANS: Statistics: Num rows: 159130 Data size: 26936864 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -760,7 +760,7 @@ STAGE PLANS: Statistics: Num rows: 61153 Data size: 730452 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -838,7 +838,7 @@ STAGE PLANS: Statistics: Num rows: 61153 Data size: 15392750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -916,7 +916,7 @@ STAGE PLANS: Statistics: Num rows: 27306 Data size: 2038500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1019,7 +1019,7 @@ STAGE PLANS: Statistics: Num rows: 245760 Data size: 36825550 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1131,7 +1131,7 @@ STAGE PLANS: Statistics: Num rows: 636522 Data size: 114343414 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_merge1.q.out b/ql/src/test/results/clientpositive/llap/orc_merge1.q.out index 35699bf273..5ff578741d 100644 --- a/ql/src/test/results/clientpositive/llap/orc_merge1.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_merge1.q.out @@ -91,7 +91,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,7 +228,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -405,7 +405,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_merge10.q.out b/ql/src/test/results/clientpositive/llap/orc_merge10.q.out index 15637a0794..22b4371fda 100644 --- a/ql/src/test/results/clientpositive/llap/orc_merge10.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_merge10.q.out @@ -84,7 +84,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,7 +229,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,7 +419,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_merge3.q.out b/ql/src/test/results/clientpositive/llap/orc_merge3.q.out index 0513bac9c0..b33c528187 100644 --- a/ql/src/test/results/clientpositive/llap/orc_merge3.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_merge3.q.out @@ -99,7 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 95000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_merge4.q.out b/ql/src/test/results/clientpositive/llap/orc_merge4.q.out index 42df4448b7..f50b49bce5 100644 --- a/ql/src/test/results/clientpositive/llap/orc_merge4.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_merge4.q.out @@ -117,7 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 95000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out b/ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out index 5899d3fc68..25c0e09860 100644 --- a/ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out @@ -84,7 +84,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,7 +229,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,7 +419,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string), part (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out b/ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out index b64378be20..f4c56dd740 100644 --- a/ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out +++ b/ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out @@ -144,7 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 4188 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -207,7 +207,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 4188 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,7 +345,7 @@ STAGE PLANS: Statistics: Num rows: 116 Data size: 464 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -418,7 +418,7 @@ STAGE PLANS: Statistics: Num rows: 116 Data size: 464 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/parallel.q.out b/ql/src/test/results/clientpositive/llap/parallel.q.out index 75d99d4405..5a4add3c20 100644 --- a/ql/src/test/results/clientpositive/llap/parallel.q.out +++ b/ql/src/test/results/clientpositive/llap/parallel.q.out @@ -108,7 +108,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,7 +135,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/parallel_colstats.q.out b/ql/src/test/results/clientpositive/llap/parallel_colstats.q.out index 17809adf68..4594be81fb 100644 --- a/ql/src/test/results/clientpositive/llap/parallel_colstats.q.out +++ b/ql/src/test/results/clientpositive/llap/parallel_colstats.q.out @@ -108,7 +108,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,7 +135,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out b/ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out index 73eea1cc56..700be27235 100644 --- a/ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out +++ b/ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out @@ -136,7 +136,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 4188 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,7 +199,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 4188 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/partialdhj.q.out b/ql/src/test/results/clientpositive/llap/partialdhj.q.out index 54278b0715..34822d8307 100644 --- a/ql/src/test/results/clientpositive/llap/partialdhj.q.out +++ b/ql/src/test/results/clientpositive/llap/partialdhj.q.out @@ -120,7 +120,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE @@ -384,7 +384,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/partition_ctas.q.out b/ql/src/test/results/clientpositive/llap/partition_ctas.q.out index 1321340162..6aca46b8bf 100644 --- a/ql/src/test/results/clientpositive/llap/partition_ctas.q.out +++ b/ql/src/test/results/clientpositive/llap/partition_ctas.q.out @@ -56,7 +56,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(col1, 'hll') keys: col2 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5090909 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/partition_multilevels.q.out b/ql/src/test/results/clientpositive/llap/partition_multilevels.q.out index 778da927a4..d2e3d84d2b 100644 --- a/ql/src/test/results/clientpositive/llap/partition_multilevels.q.out +++ b/ql/src/test/results/clientpositive/llap/partition_multilevels.q.out @@ -1007,7 +1007,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: level2 (type: string), level3 (type: string) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE @@ -1615,7 +1615,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: level2 (type: string), level3 (type: string) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.962963 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/ptf.q.out b/ql/src/test/results/clientpositive/llap/ptf.q.out index 7d4086a8b3..d2e2679446 100644 --- a/ql/src/test/results/clientpositive/llap/ptf.q.out +++ b/ql/src/test/results/clientpositive/llap/ptf.q.out @@ -3157,7 +3157,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6214 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(s, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE @@ -3283,7 +3283,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6422 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(s2, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(cud, 'hll'), compute_stats(fv1, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out b/ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out index c6059fe673..17d653784e 100644 --- a/ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out +++ b/ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out @@ -100,7 +100,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 99000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll'), compute_stats(col3, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out b/ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out index 747ada982d..846441e34c 100644 --- a/ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out +++ b/ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out @@ -99,7 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 95000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out b/ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out index e3abe107a6..512daa2c84 100644 --- a/ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out +++ b/ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out @@ -99,7 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 95000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out b/ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out index 877554e77c..2bacc42f87 100644 --- a/ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out +++ b/ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out @@ -53,7 +53,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT key), count(DISTINCT name) keys: id (type: int), key (type: int), name (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 2 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE @@ -136,7 +136,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: id (type: int), key (type: int), name (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -158,7 +158,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT _col1), count(DISTINCT _col2) keys: _col0 (type: int), _col1 (type: int), _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,7 +239,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: id (type: int), key (type: int), name (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,7 +261,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT _col2), count(DISTINCT _col1) keys: _col0 (type: int), _col2 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,7 +342,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: id (type: int), key (type: int), name (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -364,7 +364,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT _col1), count(DISTINCT _col2) keys: _col0 (type: int), _col1 (type: int), _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -445,7 +445,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: id (type: int), key (type: int), name (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -467,7 +467,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT _col2), count(DISTINCT _col1) keys: _col0 (type: int), _col2 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out b/ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out index a4db9eaf71..95f9487fdf 100644 --- a/ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out +++ b/ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out @@ -229,7 +229,7 @@ STAGE PLANS: Group By Operator aggregations: sum(key) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,7 +342,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 19 Data size: 3534 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out b/ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out index 1df1792621..7aa358e3f7 100644 --- a/ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out +++ b/ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out @@ -192,7 +192,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=4) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -215,7 +215,7 @@ STAGE PLANS: Statistics: Num rows: 49382 Data size: 197528 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_1.q.out b/ql/src/test/results/clientpositive/llap/results_cache_1.q.out index f45ef7c180..a822411304 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_1.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_1.q.out @@ -73,7 +73,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -215,7 +215,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,7 +345,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_2.q.out b/ql/src/test/results/clientpositive/llap/results_cache_2.q.out index 5bc9d554ea..7ad8da39e4 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_2.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_2.q.out @@ -157,7 +157,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -251,7 +251,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83/1 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out b/ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out index 4ca29e024d..ef595eccc4 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out @@ -160,7 +160,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 125 Data size: 11875 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,7 +243,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out b/ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out index 54a34517e7..19cd22778a 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out @@ -74,7 +74,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out b/ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out index 3b806aa448..61ac9576be 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out @@ -32,7 +32,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out b/ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out index 82c28dfaa0..bebf0a451f 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out @@ -70,7 +70,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -144,7 +144,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -262,7 +262,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,7 +434,7 @@ STAGE PLANS: Statistics: Num rows: 167 Data size: 14529 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -580,7 +580,7 @@ STAGE PLANS: Statistics: Num rows: 792 Data size: 6336 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -692,7 +692,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -811,7 +811,7 @@ STAGE PLANS: Statistics: Num rows: 794 Data size: 6352 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out b/ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out index 6d1492a3a3..0b6864f030 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out @@ -216,7 +216,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -335,7 +335,7 @@ STAGE PLANS: Statistics: Num rows: 2373 Data size: 18984 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out b/ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out index f313800c9c..2dc475e9e5 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out @@ -92,7 +92,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out b/ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out index 65d059d176..599c62e055 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out @@ -61,7 +61,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 95000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(_c1), max(int), max(col 3), max(col`4) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out b/ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out index 8d0d09438e..a26e4002e0 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out @@ -67,7 +67,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -212,7 +212,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -317,7 +317,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -392,7 +392,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -510,7 +510,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,7 +629,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out b/ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out index adab630f6f..312f456cd5 100644 --- a/ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out +++ b/ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out @@ -44,7 +44,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 41 Data size: 492 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,7 +125,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 41 Data size: 492 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/sample1.q.out b/ql/src/test/results/clientpositive/llap/sample1.q.out index 7b19093c16..f9c39d9262 100644 --- a/ql/src/test/results/clientpositive/llap/sample1.q.out +++ b/ql/src/test/results/clientpositive/llap/sample1.q.out @@ -90,7 +90,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll'), compute_stats(dt, 'hll'), compute_stats(hr, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1744 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/sample10.q.out b/ql/src/test/results/clientpositive/llap/sample10.q.out index cfee9ad5ac..20c38ace70 100644 --- a/ql/src/test/results/clientpositive/llap/sample10.q.out +++ b/ql/src/test/results/clientpositive/llap/sample10.q.out @@ -83,7 +83,7 @@ STAGE PLANS: Group By Operator aggregations: count(1) keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/sample10_mm.q.out b/ql/src/test/results/clientpositive/llap/sample10_mm.q.out index fea3fd42ee..7b0e6625e6 100644 --- a/ql/src/test/results/clientpositive/llap/sample10_mm.q.out +++ b/ql/src/test/results/clientpositive/llap/sample10_mm.q.out @@ -266,7 +266,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1700 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/semijoin.q.out b/ql/src/test/results/clientpositive/llap/semijoin.q.out index ca7a33d445..0b66d5e5f0 100644 --- a/ql/src/test/results/clientpositive/llap/semijoin.q.out +++ b/ql/src/test/results/clientpositive/llap/semijoin.q.out @@ -175,7 +175,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -293,7 +293,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -525,7 +525,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,7 +652,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -750,7 +750,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -985,7 +985,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1118,7 +1118,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1249,7 +1249,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1385,7 +1385,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1662,7 +1662,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1688,7 +1688,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1842,7 +1842,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2020,7 +2020,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2190,7 +2190,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2355,7 +2355,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2528,7 +2528,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2703,7 +2703,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2890,7 +2890,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3071,7 +3071,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -3179,7 +3179,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3226,7 +3226,7 @@ STAGE PLANS: Statistics: Num rows: 41666 Data size: 7416548 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.76018816 + minReductionHashAggr: 0.88009405 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 20833 Data size: 3708274 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/semijoin6.q.out b/ql/src/test/results/clientpositive/llap/semijoin6.q.out index 7a0ba0819e..18c46a7dae 100644 --- a/ql/src/test/results/clientpositive/llap/semijoin6.q.out +++ b/ql/src/test/results/clientpositive/llap/semijoin6.q.out @@ -94,7 +94,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -191,7 +191,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -293,7 +293,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -628,7 +628,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.25 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/semijoin7.q.out b/ql/src/test/results/clientpositive/llap/semijoin7.q.out index cedc018906..5c4446f144 100644 --- a/ql/src/test/results/clientpositive/llap/semijoin7.q.out +++ b/ql/src/test/results/clientpositive/llap/semijoin7.q.out @@ -90,7 +90,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -187,7 +187,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -285,7 +285,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -608,7 +608,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.25 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out b/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out index b606cc2654..4001abbb5e 100644 --- a/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out +++ b/ql/src/test/results/clientpositive/llap/semijoin_hint.q.out @@ -537,7 +537,7 @@ STAGE PLANS: Statistics: Num rows: 4110 Data size: 715140 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -660,7 +660,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 1287800 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=3000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -825,7 +825,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1091,7 +1091,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1651,7 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 4110 Data size: 715140 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1773,7 +1773,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=3000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1950,7 +1950,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -2208,7 +2208,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -2678,7 +2678,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -2878,7 +2878,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 1287800 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=3000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -3011,7 +3011,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=5000) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/sharedwork.q.out b/ql/src/test/results/clientpositive/llap/sharedwork.q.out index e3bf830a18..a3ba5a5f55 100644 --- a/ql/src/test/results/clientpositive/llap/sharedwork.q.out +++ b/ql/src/test/results/clientpositive/llap/sharedwork.q.out @@ -690,7 +690,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col1) keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -867,7 +867,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/skewjoin.q.out b/ql/src/test/results/clientpositive/llap/skewjoin.q.out index f912661b27..3b7fc3b958 100644 --- a/ql/src/test/results/clientpositive/llap/skewjoin.q.out +++ b/ql/src/test/results/clientpositive/llap/skewjoin.q.out @@ -167,7 +167,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 75145 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -805,7 +805,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2)), sum(hash(_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -939,7 +939,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2)), sum(hash(_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1111,7 +1111,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col0)), sum(hash(_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9818182 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out b/ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out index ec296ecc2b..f3661356d4 100644 --- a/ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out +++ b/ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out @@ -359,7 +359,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.85714287 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -473,7 +473,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.85714287 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out b/ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out index 302162a898..49bda58d1e 100644 --- a/ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out +++ b/ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out @@ -100,7 +100,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,7 +217,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -363,7 +363,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.625 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -385,7 +385,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -506,7 +506,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,7 +632,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -780,7 +780,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -918,7 +918,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1053,7 +1053,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9375 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1164,7 +1164,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1272,7 +1272,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1428,7 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1561,7 +1561,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out b/ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out index 57a252d95a..619252ed40 100644 --- a/ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out +++ b/ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out @@ -442,7 +442,7 @@ STAGE PLANS: Statistics: Num rows: 196 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,7 +622,7 @@ STAGE PLANS: Statistics: Num rows: 196 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -938,7 +938,7 @@ STAGE PLANS: Statistics: Num rows: 326 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out b/ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out index 0dcabbcd60..184e8de3b2 100644 --- a/ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out +++ b/ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out @@ -291,7 +291,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out b/ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out index aa6fd9b1ec..88187ae921 100644 --- a/ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out +++ b/ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out @@ -129,7 +129,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 156750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(v1, 'hll'), compute_stats(k2, 'hll'), compute_stats(v2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE @@ -1334,7 +1334,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 156750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(v1, 'hll'), compute_stats(k2, 'hll'), compute_stats(v2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out b/ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out index 33a728c994..c38d3d237f 100644 --- a/ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out +++ b/ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out @@ -821,7 +821,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE @@ -1102,7 +1102,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE @@ -1383,7 +1383,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE @@ -1664,7 +1664,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(a, 'hll'), compute_stats(b, 'hll'), compute_stats(c, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/stats_only_external.q.out b/ql/src/test/results/clientpositive/llap/stats_only_external.q.out index e311321759..1abf0639e4 100644 --- a/ql/src/test/results/clientpositive/llap/stats_only_external.q.out +++ b/ql/src/test/results/clientpositive/llap/stats_only_external.q.out @@ -111,7 +111,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,7 +196,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_ALL.q.out b/ql/src/test/results/clientpositive/llap/subquery_ALL.q.out index f0a9db0692..76c8f4b1f4 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_ALL.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_ALL.q.out @@ -86,7 +86,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,7 +101,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(p_partkey) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -148,7 +148,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 836 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -521,7 +521,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_partkey), count(), count(p_partkey) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -541,7 +541,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -556,7 +556,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -617,7 +617,7 @@ STAGE PLANS: Statistics: Num rows: 42 Data size: 1916 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.97619045 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -668,7 +668,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_exists.q.out b/ql/src/test/results/clientpositive/llap/subquery_exists.q.out index 1d30c83a54..30bae8aad5 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_exists.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_exists.q.out @@ -282,7 +282,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -382,7 +382,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1194,7 +1194,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1222,7 +1222,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1358,7 +1358,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_in.q.out b/ql/src/test/results/clientpositive/llap/subquery_in.q.out index cd31afbd20..d773bbc560 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_in.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_in.q.out @@ -60,7 +60,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -380,7 +380,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 2960 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.875 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,7 +569,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -593,7 +593,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE @@ -836,7 +836,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -1125,7 +1125,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -1151,7 +1151,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -1339,7 +1339,7 @@ STAGE PLANS: Group By Operator aggregations: sum(l_quantity), count(l_quantity) keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1381,7 +1381,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1643,7 +1643,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1695,7 +1695,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1783,7 +1783,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_partkey) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1835,7 +1835,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1939,7 +1939,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2032,7 +2032,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_retailprice) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2084,7 +2084,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2566,7 +2566,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2734,7 +2734,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2759,7 +2759,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -2785,7 +2785,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5012285 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 203 Data size: 19285 Basic stats: COMPLETE Column stats: COMPLETE @@ -2991,7 +2991,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3017,7 +3017,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5012658 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 197 Data size: 18715 Basic stats: COMPLETE Column stats: COMPLETE @@ -3195,7 +3195,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3259,7 +3259,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3348,7 +3348,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3416,7 +3416,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3504,7 +3504,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5192308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -3530,7 +3530,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5192308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4414,7 +4414,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -4426,7 +4426,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4595,7 +4595,7 @@ STAGE PLANS: Group By Operator aggregations: sum(p_size), count(p_size) keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -4768,7 +4768,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -4816,7 +4816,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8839286 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -4933,7 +4933,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -4945,7 +4945,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4958,7 +4958,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -5189,7 +5189,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5212,7 +5212,7 @@ STAGE PLANS: Group By Operator aggregations: sum(p_size), count(p_size) keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -5836,7 +5836,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -5884,7 +5884,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1) keys: _col2 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -6044,7 +6044,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6106,7 +6106,7 @@ STAGE PLANS: Statistics: Num rows: 364 Data size: 39312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: int) - minReductionHashAggr: 0.5879121 + minReductionHashAggr: 0.79395604 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 182 Data size: 19656 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_in_having.q.out b/ql/src/test/results/clientpositive/llap/subquery_in_having.q.out index b5326999c6..ca42b9724a 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_in_having.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_in_having.q.out @@ -80,7 +80,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -96,7 +96,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,7 +166,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -582,7 +582,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,7 +597,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -725,7 +725,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -815,7 +815,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -830,7 +830,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -915,7 +915,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -1068,7 +1068,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -1131,7 +1131,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_multi.q.out b/ql/src/test/results/clientpositive/llap/subquery_multi.q.out index 10858c2515..c78898cba6 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_multi.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_multi.q.out @@ -1276,7 +1276,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 10 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2029,7 +2029,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col2) keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2179,7 +2179,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -2538,7 +2538,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col2) keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2713,7 +2713,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(p_type) keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -3119,7 +3119,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -3162,7 +3162,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(l_quantity), count(l_quantity) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3254,7 +3254,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3429,7 +3429,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3514,7 +3514,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -3546,7 +3546,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -3951,7 +3951,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -3993,7 +3993,7 @@ STAGE PLANS: Statistics: Num rows: 338 Data size: 76050 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.46745563 + minReductionHashAggr: 0.7337278 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 169 Data size: 38025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4134,7 +4134,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(i) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4298,7 +4298,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4311,7 +4311,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -4331,7 +4331,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4404,7 +4404,7 @@ STAGE PLANS: Statistics: Num rows: 631 Data size: 65521 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_notin.q.out b/ql/src/test/results/clientpositive/llap/subquery_notin.q.out index c92dd35dd3..9a5b1496b9 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_notin.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_notin.q.out @@ -62,7 +62,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -76,7 +76,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -457,7 +457,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col0) keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -741,7 +741,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 2960 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.875 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -779,7 +779,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 2960 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.875 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1058,7 +1058,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 2960 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 4 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE @@ -1098,7 +1098,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1139,7 +1139,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1513,7 +1513,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5060241 mode: hash outputColumnNames: _col0 Statistics: Num rows: 41 Data size: 7544 Basic stats: COMPLETE Column stats: COMPLETE @@ -1531,7 +1531,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1697,7 +1697,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -1895,7 +1895,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1981,7 +1981,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1992,7 +1992,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2116,7 +2116,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_partkey) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2190,7 +2190,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2201,7 +2201,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2335,7 +2335,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(p_partkey) keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 1781 Basic stats: COMPLETE Column stats: COMPLETE @@ -2372,7 +2372,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2432,7 +2432,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 660 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9791667 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2575,7 +2575,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_retailprice) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2653,7 +2653,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2668,7 +2668,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2779,7 +2779,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(p_name) keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -3147,7 +3147,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3360,7 +3360,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3378,7 +3378,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3471,7 +3471,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col0) keys: _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 8 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -3631,7 +3631,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3646,7 +3646,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3662,7 +3662,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3714,7 +3714,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6515987 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -3919,7 +3919,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 25750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3963,7 +3963,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -4013,7 +4013,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.82155603 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4224,7 +4224,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -4310,7 +4310,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -4321,7 +4321,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4446,7 +4446,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -4536,7 +4536,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.53846157 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -4547,7 +4547,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4663,7 +4663,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9807692 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4688,7 +4688,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5192308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4714,7 +4714,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5192308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4736,7 +4736,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(_col0) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9807692 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5397,7 +5397,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(p_type) keys: p_brand (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5434,7 +5434,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_size (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5494,7 +5494,7 @@ STAGE PLANS: Statistics: Num rows: 53 Data size: 780 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9811321 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5685,7 +5685,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(c1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6160,7 +6160,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(a) keys: b (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6386,7 +6386,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(i) keys: j (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6423,7 +6423,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: j (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7020,7 +7020,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7035,7 +7035,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(i) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -7171,7 +7171,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7195,7 +7195,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(i) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -7390,7 +7390,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7463,7 +7463,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9819273 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out b/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out index 5817f9811c..ed4453cde1 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_scalar.q.out @@ -838,7 +838,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -848,7 +848,7 @@ STAGE PLANS: value expressions: _col0 (type: int) Group By Operator aggregations: sum(p_size), count(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1194,7 +1194,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(p_partkey) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1336,7 +1336,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_partkey) keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,7 +1364,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1479,7 +1479,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_partkey) keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1503,7 +1503,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2171,7 +2171,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(p_brand) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -2481,7 +2481,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2493,7 +2493,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -2516,7 +2516,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(value) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -2670,7 +2670,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2759,7 +2759,7 @@ STAGE PLANS: Group By Operator aggregations: sum(p_retailprice) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2782,7 +2782,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_retailprice) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2924,7 +2924,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(p_name) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2945,7 +2945,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(p_brand) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2967,7 +2967,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col1) keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3036,7 +3036,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col1) keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3239,7 +3239,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col0) keys: _col3 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -3342,7 +3342,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -3357,7 +3357,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(p_name) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3589,7 +3589,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -3604,7 +3604,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), count(p_name) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3855,7 +3855,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -3882,7 +3882,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4071,7 +4071,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -4098,7 +4098,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4303,7 +4303,7 @@ STAGE PLANS: Group By Operator aggregations: sum(l_quantity), count(l_quantity) keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4350,7 +4350,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4491,7 +4491,7 @@ STAGE PLANS: Group By Operator aggregations: min(p_brand) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -4539,7 +4539,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1575 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 675 Basic stats: COMPLETE Column stats: COMPLETE @@ -4797,7 +4797,7 @@ STAGE PLANS: Group By Operator aggregations: count(deptno) keys: name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -4931,7 +4931,7 @@ STAGE PLANS: Group By Operator aggregations: min(name) keys: deptno (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -5060,7 +5060,7 @@ STAGE PLANS: Group By Operator aggregations: count(deptno) keys: name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -5076,7 +5076,7 @@ STAGE PLANS: Group By Operator aggregations: count(name) keys: deptno (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5256,7 +5256,7 @@ STAGE PLANS: Group By Operator aggregations: sum(deptno) keys: name (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -5279,7 +5279,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(name) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5444,7 +5444,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -5461,7 +5461,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5603,7 +5603,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -5619,7 +5619,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5803,7 +5803,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5826,7 +5826,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -5930,7 +5930,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6016,7 +6016,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6039,7 +6039,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -6219,7 +6219,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6274,7 +6274,7 @@ STAGE PLANS: Group By Operator aggregations: count(_col1) keys: _col2 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -6443,7 +6443,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6498,7 +6498,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -6619,7 +6619,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: i (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6667,7 +6667,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0), count(_col0) keys: _col2 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -7039,7 +7039,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7051,7 +7051,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -7075,7 +7075,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7249,7 +7249,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7266,7 +7266,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7283,7 +7283,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_select.q.out b/ql/src/test/results/clientpositive/llap/subquery_select.q.out index d58905cea3..7d6f226e34 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_select.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_select.q.out @@ -47,7 +47,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -61,7 +61,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,7 +244,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,7 +260,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -452,7 +452,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -466,7 +466,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -641,7 +641,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -663,7 +663,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -689,7 +689,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -924,7 +924,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1068,7 +1068,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -1210,7 +1210,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1354,7 +1354,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -1498,7 +1498,7 @@ STAGE PLANS: Group By Operator aggregations: count(p_name) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -1642,7 +1642,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_name) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -1775,7 +1775,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1938,7 +1938,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -1979,7 +1979,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 45650 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 83 Data size: 22825 Basic stats: COMPLETE Column stats: COMPLETE @@ -2093,7 +2093,7 @@ STAGE PLANS: Group By Operator aggregations: max(key) keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2759,7 +2759,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2899,7 +2899,7 @@ STAGE PLANS: Group By Operator aggregations: count(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -3200,7 +3200,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3223,7 +3223,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(p_name) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3475,7 +3475,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -3621,7 +3621,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -3879,7 +3879,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3925,7 +3925,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.875 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4127,7 +4127,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4146,7 +4146,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4297,7 +4297,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(p_size), count(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4519,7 +4519,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4529,7 +4529,7 @@ STAGE PLANS: value expressions: _col0 (type: int) Group By Operator aggregations: min(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4539,7 +4539,7 @@ STAGE PLANS: value expressions: _col0 (type: int) Group By Operator aggregations: sum(p_size), count(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4549,7 +4549,7 @@ STAGE PLANS: value expressions: _col0 (type: bigint), _col1 (type: bigint) Group By Operator aggregations: sum(p_size) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4839,7 +4839,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96428573 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4987,7 +4987,7 @@ STAGE PLANS: Group By Operator aggregations: sum(p_size) keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5031,7 +5031,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5130,7 +5130,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96875 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5288,7 +5288,7 @@ STAGE PLANS: Group By Operator aggregations: sum(p_size) keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5352,7 +5352,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5364,7 +5364,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5376,7 +5376,7 @@ STAGE PLANS: value expressions: _col1 (type: bigint) Group By Operator keys: p_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5556,7 +5556,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96875 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5696,7 +5696,7 @@ STAGE PLANS: Group By Operator aggregations: max(p_size) keys: p_type (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/subquery_views.q.out b/ql/src/test/results/clientpositive/llap/subquery_views.q.out index 945ec44949..f5cc52aa2e 100644 --- a/ql/src/test/results/clientpositive/llap/subquery_views.q.out +++ b/ql/src/test/results/clientpositive/llap/subquery_views.q.out @@ -213,7 +213,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -387,7 +387,7 @@ STAGE PLANS: Statistics: Num rows: 304 Data size: 26448 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.97039473 mode: hash outputColumnNames: _col0 Statistics: Num rows: 9 Data size: 783 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_dml.q.out b/ql/src/test/results/clientpositive/llap/tez_dml.q.out index 4b475af407..3525b4d546 100644 --- a/ql/src/test/results/clientpositive/llap/tez_dml.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_dml.q.out @@ -36,7 +36,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: value (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -505,7 +505,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(c, 'hll') keys: d (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98381877 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 2220 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,7 +980,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c, 'hll'), compute_stats(d, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -1009,7 +1009,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c, 'hll'), compute_stats(d, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out b/ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out index 4530a3e112..4e47226ca2 100644 --- a/ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out @@ -221,7 +221,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -359,7 +359,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: smallint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49950933 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_input_counters.q.out b/ql/src/test/results/clientpositive/llap/tez_input_counters.q.out index 9aa6a211d8..6a7be66a92 100644 --- a/ql/src/test/results/clientpositive/llap/tez_input_counters.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_input_counters.q.out @@ -2258,7 +2258,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 188000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.697 mode: hash outputColumnNames: _col0 Statistics: Num rows: 303 Data size: 1212 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_join_hash.q.out b/ql/src/test/results/clientpositive/llap/tez_join_hash.q.out index c3a2060a21..1e44e1ba58 100644 --- a/ql/src/test/results/clientpositive/llap/tez_join_hash.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_join_hash.q.out @@ -93,7 +93,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 6328 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,7 +292,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.536193 + minReductionHashAggr: 0.7680965 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 11936 Data size: 2220096 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out b/ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out index 9bbb181468..63142735ca 100644 --- a/ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out @@ -95,7 +95,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,7 +119,7 @@ STAGE PLANS: Group By Operator aggregations: count(value) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -626,7 +626,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -649,7 +649,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(c1) keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -661,7 +661,7 @@ STAGE PLANS: value expressions: _col1 (type: bigint), _col2 (type: bigint) Group By Operator keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -849,7 +849,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -872,7 +872,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(c1) keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -884,7 +884,7 @@ STAGE PLANS: value expressions: _col1 (type: bigint), _col2 (type: bigint) Group By Operator keys: c1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_union.q.out b/ql/src/test/results/clientpositive/llap/tez_union.q.out index bae4176664..e5a374fed0 100644 --- a/ql/src/test/results/clientpositive/llap/tez_union.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_union.q.out @@ -281,7 +281,7 @@ STAGE PLANS: Statistics: Num rows: 3164 Data size: 25312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out b/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out index 4a5d7f31e3..e7ff7b00c8 100644 --- a/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out @@ -91,7 +91,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(id1, 'hll') keys: part1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,7 +131,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(id1, 'hll') keys: part1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out b/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out index b7171b8020..523b7532c6 100644 --- a/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out @@ -104,7 +104,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(id1, 'hll') keys: part1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE @@ -144,7 +144,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(id1, 'hll') keys: part1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out b/ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out index 8622ec94d1..b29839677c 100644 --- a/ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out @@ -77,7 +77,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -220,7 +220,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 85952 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -270,7 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 456456 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -1102,7 +1102,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1174,7 +1174,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 85952 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1224,7 +1224,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 456456 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2088,7 +2088,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2160,7 +2160,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 85952 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2210,7 +2210,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 456456 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -3030,7 +3030,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3138,7 +3138,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -3188,7 +3188,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 228456 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -3966,7 +3966,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4065,7 +4065,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 114000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -4100,7 +4100,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 34000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out b/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out index 594b3976d1..69a837421e 100644 --- a/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out +++ b/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out @@ -221,7 +221,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -359,7 +359,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: smallint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49950933 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/topnkey.q.out b/ql/src/test/results/clientpositive/llap/topnkey.q.out index c698add287..e3c0bc102f 100644 --- a/ql/src/test/results/clientpositive/llap/topnkey.q.out +++ b/ql/src/test/results/clientpositive/llap/topnkey.q.out @@ -38,7 +38,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col1) keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,7 +142,7 @@ STAGE PLANS: top n: 5 Group By Operator keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union2.q.out b/ql/src/test/results/clientpositive/llap/union2.q.out index 04a4e7e210..f063ed1ff9 100644 --- a/ql/src/test/results/clientpositive/llap/union2.q.out +++ b/ql/src/test/results/clientpositive/llap/union2.q.out @@ -35,7 +35,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -56,7 +56,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union4.q.out b/ql/src/test/results/clientpositive/llap/union4.q.out index b19e8814f5..d7671dfc57 100644 --- a/ql/src/test/results/clientpositive/llap/union4.q.out +++ b/ql/src/test/results/clientpositive/llap/union4.q.out @@ -47,7 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -66,7 +66,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,7 +106,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -159,7 +159,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union5.q.out b/ql/src/test/results/clientpositive/llap/union5.q.out index bd1287e53d..2bbe99dc02 100644 --- a/ql/src/test/results/clientpositive/llap/union5.q.out +++ b/ql/src/test/results/clientpositive/llap/union5.q.out @@ -37,7 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,7 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,7 +83,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,7 +124,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union6.q.out b/ql/src/test/results/clientpositive/llap/union6.q.out index e6e87a3ce3..69b4aeb565 100644 --- a/ql/src/test/results/clientpositive/llap/union6.q.out +++ b/ql/src/test/results/clientpositive/llap/union6.q.out @@ -49,7 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,7 +82,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7072 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -118,7 +118,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7072 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union7.q.out b/ql/src/test/results/clientpositive/llap/union7.q.out index e9f1fcec38..743ee43bd3 100644 --- a/ql/src/test/results/clientpositive/llap/union7.q.out +++ b/ql/src/test/results/clientpositive/llap/union7.q.out @@ -39,7 +39,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(key) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -61,7 +61,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE @@ -88,7 +88,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union9.q.out b/ql/src/test/results/clientpositive/llap/union9.q.out index 35d1885e09..283ef236ee 100644 --- a/ql/src/test/results/clientpositive/llap/union9.q.out +++ b/ql/src/test/results/clientpositive/llap/union9.q.out @@ -38,7 +38,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 12000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,7 +59,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 12000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,7 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 12000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out b/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out index 2c6163b714..da261e4de1 100644 --- a/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out +++ b/ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out @@ -54,7 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -76,7 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,7 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,7 +122,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -141,7 +141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,7 +213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,7 +339,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -357,7 +357,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10603 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -375,7 +375,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -398,7 +398,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -421,7 +421,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -440,7 +440,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -512,7 +512,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1059,7 +1059,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1156,7 +1156,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 115000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -1191,7 +1191,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 34500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1995,7 +1995,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2070,7 +2070,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -2096,7 +2096,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 115000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -2900,7 +2900,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2985,7 +2985,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -3011,7 +3011,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 115000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(val1, 'hll'), compute_stats(val2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE @@ -4182,7 +4182,7 @@ STAGE PLANS: Group By Operator aggregations: compute_stats(k1, 'hll'), compute_stats(k2, 'hll'), compute_stats(k3, 'hll'), compute_stats(k4, 'hll') keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 1845 Basic stats: COMPLETE Column stats: COMPLETE @@ -5299,7 +5299,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5048544 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 51 Data size: 4845 Basic stats: COMPLETE Column stats: COMPLETE @@ -6467,7 +6467,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5048544 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 51 Data size: 4845 Basic stats: COMPLETE Column stats: COMPLETE @@ -6926,7 +6926,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 75888 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll'), compute_stats(col3, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE @@ -8644,7 +8644,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -8940,7 +8940,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -9172,7 +9172,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9193,7 +9193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9214,7 +9214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9233,7 +9233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9252,7 +9252,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9288,7 +9288,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9618,7 +9618,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -9871,7 +9871,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE @@ -9892,7 +9892,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE @@ -9938,7 +9938,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -9953,7 +9953,7 @@ STAGE PLANS: Group By Operator aggregations: count(1) keys: _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 485 Basic stats: COMPLETE Column stats: COMPLETE @@ -10005,7 +10005,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(value, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -10211,7 +10211,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10234,7 +10234,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10308,7 +10308,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c1, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -10340,7 +10340,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c1, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -10595,7 +10595,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10693,7 +10693,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c1, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -10725,7 +10725,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(c1, 'hll'), compute_stats(cnt, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -10910,7 +10910,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -10931,7 +10931,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11049,7 +11049,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7692308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11089,7 +11089,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7692308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11188,7 +11188,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7692308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11228,7 +11228,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7692308 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11365,7 +11365,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1488 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.46153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE @@ -11405,7 +11405,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.46153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE @@ -11504,7 +11504,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.46153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -11564,7 +11564,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 3072 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.46153843 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -11708,7 +11708,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11741,7 +11741,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -11896,7 +11896,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11978,7 +11978,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out b/ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out index 3c1f7c8e47..85249e1196 100644 --- a/ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out +++ b/ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out @@ -81,7 +81,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,7 +180,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -257,7 +257,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9230769 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -866,7 +866,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -889,7 +889,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -913,7 +913,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -932,7 +932,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,7 +980,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1003,7 +1003,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string), _col1 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1105,7 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1250,7 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1652,7 +1652,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1745,7 +1745,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2012,7 +2012,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 42500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.684 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2034,7 +2034,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.684 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2056,7 +2056,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6127451 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2121,7 +2121,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6127451 mode: hash outputColumnNames: _col0 Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union_remove_26.q.out b/ql/src/test/results/clientpositive/llap/union_remove_26.q.out index ed21088d75..45aea43051 100644 --- a/ql/src/test/results/clientpositive/llap/union_remove_26.q.out +++ b/ql/src/test/results/clientpositive/llap/union_remove_26.q.out @@ -167,7 +167,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -209,7 +209,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -407,7 +407,7 @@ STAGE PLANS: Group By Operator aggregations: count(), min(val), max(val) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE @@ -431,7 +431,7 @@ STAGE PLANS: Group By Operator aggregations: count(), min(val), max(val) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,7 +455,7 @@ STAGE PLANS: Group By Operator aggregations: count(), min(val), max(val) keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 2 Data size: 202 Basic stats: COMPLETE Column stats: COMPLETE @@ -592,7 +592,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -613,7 +613,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,7 +634,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -766,7 +766,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -787,7 +787,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -808,7 +808,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(), min(val), max(val) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/union_top_level.q.out b/ql/src/test/results/clientpositive/llap/union_top_level.q.out index 23e676b759..1fa8b07f98 100644 --- a/ql/src/test/results/clientpositive/llap/union_top_level.q.out +++ b/ql/src/test/results/clientpositive/llap/union_top_level.q.out @@ -531,7 +531,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -582,7 +582,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -618,7 +618,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -833,7 +833,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -884,7 +884,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -920,7 +920,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -1123,7 +1123,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -1174,7 +1174,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -1210,7 +1210,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 819 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(key, 'hll'), compute_stats(value, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out b/ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out index 4a1a1e5fce..9a67d63647 100644 --- a/ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out @@ -1051,7 +1051,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE @@ -1183,7 +1183,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out b/ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out index fa49441818..7ba6b4bfb8 100644 --- a/ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out @@ -152,7 +152,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: COMPLETE @@ -296,7 +296,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -440,7 +440,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_between_in.q.out b/ql/src/test/results/clientpositive/llap/vector_between_in.q.out index 0248b7c7ee..08345d34bd 100644 --- a/ql/src/test/results/clientpositive/llap/vector_between_in.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_between_in.q.out @@ -178,7 +178,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,7 +393,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -808,7 +808,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1309,7 +1309,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.52225566 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 5871 Data size: 70452 Basic stats: COMPLETE Column stats: COMPLETE @@ -1452,7 +1452,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1595,7 +1595,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out b/ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out index 6e9d1b34cd..dd735e4da9 100644 --- a/ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out @@ -182,7 +182,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out b/ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out index bf6449e000..a95fa0f05e 100644 --- a/ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out @@ -165,7 +165,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75500476 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 257 Data size: 40092 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_char_2.q.out b/ql/src/test/results/clientpositive/llap/vector_char_2.q.out index ebdb788b4e..80ba95dd21 100644 --- a/ql/src/test/results/clientpositive/llap/vector_char_2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_char_2.q.out @@ -126,7 +126,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] keys: _col0 (type: char(20)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49900198 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -336,7 +336,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] keys: _col0 (type: char(20)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49900198 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out b/ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out index 3a8bd5c7e3..b8261310c8 100644 --- a/ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out @@ -85,7 +85,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE @@ -319,7 +319,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_complex_all.q.out b/ql/src/test/results/clientpositive/llap/vector_complex_all.q.out index 45d77e42cc..d78f18fca2 100644 --- a/ql/src/test/results/clientpositive/llap/vector_complex_all.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_complex_all.q.out @@ -1014,7 +1014,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_count.q.out b/ql/src/test/results/clientpositive/llap/vector_count.q.out index d639533073..231f685688 100644 --- a/ql/src/test/results/clientpositive/llap/vector_count.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_count.q.out @@ -79,7 +79,7 @@ STAGE PLANS: Group By Operator aggregations: count(DISTINCT b), count(DISTINCT c), sum(d) keys: a (type: int), b (type: int), c (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.14285713 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 3 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE @@ -173,7 +173,7 @@ STAGE PLANS: Group By Operator aggregations: count(), count(a), count(b), count(c), count(d), count(DISTINCT a), count(DISTINCT b), count(DISTINCT c), count(DISTINCT d), count(DISTINCT a, b), count(DISTINCT b, c), count(DISTINCT c, d), count(DISTINCT a, d), count(DISTINCT a, c), count(DISTINCT b, d), count(DISTINCT a, b, c), count(DISTINCT b, c, d), count(DISTINCT a, c, d), count(DISTINCT a, b, d), count(DISTINCT a, b, c, d) keys: a (type: int), b (type: int), c (type: int), d (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.14285713 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22, _col23 Statistics: Num rows: 3 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out b/ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out index 99d6f5fff6..fbc8509c45 100644 --- a/ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out @@ -1336,7 +1336,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: ws_order_number (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.915 mode: hash outputColumnNames: _col0 Statistics: Num rows: 170 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE @@ -1390,7 +1390,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_data_types.q.out b/ql/src/test/results/clientpositive/llap/vector_data_types.q.out index e1c87bd3ba..acf7fcf63b 100644 --- a/ql/src/test/results/clientpositive/llap/vector_data_types.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_data_types.q.out @@ -395,7 +395,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out b/ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out index a89ac43d53..f0e09e4862 100644 --- a/ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out @@ -95,7 +95,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8] keys: cint (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.50321424 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE @@ -280,7 +280,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.50321424 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE @@ -499,7 +499,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8] keys: cint (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.50321424 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE @@ -703,7 +703,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.50321424 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out b/ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out index f0c1bb7da9..6476e2948b 100644 --- a/ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out @@ -598,7 +598,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9866667 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out b/ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out index 969fc17556..a0436b8a6a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out @@ -2391,7 +2391,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] keys: value (type: int) - minReductionHashAggr: 0.055555582 + minReductionHashAggr: 0.56410253 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 18 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -3365,7 +3365,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: _col0 (type: int) - minReductionHashAggr: 0.055555582 + minReductionHashAggr: 0.56410253 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 18 Data size: 504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3534,7 +3534,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: _col0 (type: int) - minReductionHashAggr: 0.055555582 + minReductionHashAggr: 0.56410253 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 18 Data size: 504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3686,7 +3686,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 4256 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: histogram_numeric(_col0, 3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -3789,7 +3789,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -3924,7 +3924,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -4059,7 +4059,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.974359 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out b/ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out index d15ed1c89e..74475be134 100644 --- a/ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out @@ -151,7 +151,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: t (type: tinyint), s (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.32999998 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1000 Data size: 97812 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out index 849d5a7ff6..f210cb582e 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out @@ -153,7 +153,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: t (type: tinyint), s (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.32999998 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1000 Data size: 105812 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out index 472f5eaf97..ea7cba6af2 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out @@ -624,7 +624,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col2 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -935,7 +935,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col2 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2028,7 +2028,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col2 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out index 0eb90acc5b..2c97deee15 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out @@ -97,7 +97,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,7 +264,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -431,7 +431,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -919,7 +919,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: a (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 255 Basic stats: COMPLETE Column stats: COMPLETE @@ -1064,7 +1064,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out index d76aa94227..3102b3415e 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out @@ -83,7 +83,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -269,7 +269,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -464,7 +464,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c) keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -683,7 +683,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out index b26fbea24d..22584e9b43 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out @@ -75,7 +75,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c), count(c), count() keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.6666666 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE @@ -189,7 +189,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c), count(c), count() keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.6666666 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE @@ -329,7 +329,7 @@ STAGE PLANS: Group By Operator aggregations: sum(c), count(c), count() keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 6 Data size: 1164 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out index 740f1b5c43..c00770af2a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out @@ -90,7 +90,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.6666666 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 24 Data size: 7344 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,7 +234,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.6666666 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 24 Data size: 7344 Basic stats: COMPLETE Column stats: COMPLETE @@ -404,7 +404,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 6 Data size: 1788 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out index a0240e6e67..4331d860d8 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out @@ -92,7 +92,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.5 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,7 +345,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.5 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,7 +629,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out index c0427c25c4..c48810766c 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out @@ -83,7 +83,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE @@ -153,7 +153,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string), _col1 (type: string), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE @@ -280,7 +280,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,7 +350,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string), _col1 (type: string), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE @@ -504,7 +504,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: a (type: string), b (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.16666669 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE @@ -574,7 +574,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out index d1c270e629..605fec8182 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out @@ -248,7 +248,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int), _col1 (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -420,7 +420,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int), _col1 (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -593,7 +593,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int), _col1 (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -968,7 +968,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: int), value (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1140,7 +1140,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: int), value (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1306,7 +1306,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: int), value (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1992,7 +1992,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: int), value (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -2162,7 +2162,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: int), value (type: int), 0L (type: bigint) - minReductionHashAggr: 0.16666669 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out index 7fedbccbde..d6a382e204 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out @@ -92,7 +92,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -307,7 +307,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: a (type: string), b (type: string), 0L (type: bigint) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.0 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE @@ -942,7 +942,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: a (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 255 Basic stats: COMPLETE Column stats: COMPLETE @@ -1138,7 +1138,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out index 062968f0ab..e3ea4ccc75 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out @@ -147,7 +147,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,7 +177,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out index 9559c57aea..a76c525f82 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out @@ -288,7 +288,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: ss_ticket_number (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.915 mode: hash outputColumnNames: _col0 Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -492,7 +492,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: ss_ticket_number (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.915 mode: hash outputColumnNames: _col0 Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -790,7 +790,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] keys: ss_item_sk (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE @@ -857,7 +857,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6] keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 164 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out b/ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out index 933eda3a37..89b906285f 100644 --- a/ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out @@ -85,7 +85,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8333333 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,7 +213,7 @@ STAGE PLANS: aggregations: count(DISTINCT key), count(), count(key), sum(DISTINCT key) bucketGroup: true keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -309,7 +309,7 @@ STAGE PLANS: aggregations: count(DISTINCT key), count(), count(key), sum(DISTINCT key) bucketGroup: true keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -416,7 +416,7 @@ STAGE PLANS: aggregations: count(DISTINCT key), count(), count(key), sum(DISTINCT key) bucketGroup: true keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -533,7 +533,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,7 +602,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -723,7 +723,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out b/ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out index 3567392542..70e71c3c94 100644 --- a/ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out @@ -268,7 +268,7 @@ STAGE PLANS: Statistics: Num rows: 40000 Data size: 3719964 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_join30.q.out b/ql/src/test/results/clientpositive/llap/vector_join30.q.out index afeb990dcf..668309a52a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_join30.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_join30.q.out @@ -151,7 +151,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,7 +308,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -552,7 +552,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,7 +765,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -988,7 +988,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,7 +1280,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1506,7 +1506,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1868,7 +1868,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2139,7 +2139,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2412,7 +2412,7 @@ STAGE PLANS: Statistics: Num rows: 1291 Data size: 229798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2646,7 +2646,7 @@ STAGE PLANS: Statistics: Num rows: 1582 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2899,7 +2899,7 @@ STAGE PLANS: Statistics: Num rows: 1582 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3166,7 +3166,7 @@ STAGE PLANS: Statistics: Num rows: 1291 Data size: 229798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3398,7 +3398,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3676,7 +3676,7 @@ STAGE PLANS: Statistics: Num rows: 1291 Data size: 229798 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(hash(_col2,_col3)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_join_filters.q.out b/ql/src/test/results/clientpositive/llap/vector_join_filters.q.out index 7008f1dc43..0049df3840 100644 --- a/ql/src/test/results/clientpositive/llap/vector_join_filters.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_join_filters.q.out @@ -162,7 +162,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,7 +409,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -584,7 +584,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -759,7 +759,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -933,7 +933,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out b/ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out index c9604183f6..bb81e2c5b0 100644 --- a/ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out @@ -154,7 +154,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8888889 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -397,7 +397,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -568,7 +568,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -739,7 +739,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -911,7 +911,7 @@ STAGE PLANS: groupByMode: HASH native: false vectorProcessingMode: HASH - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out b/ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out index 524a75467c..b667632714 100644 --- a/ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out @@ -67,7 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1302989 Data size: 10423912 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out b/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out index 8e291e2dc3..6d6b0f0fd6 100644 --- a/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out @@ -197,7 +197,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -314,7 +314,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -548,7 +548,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -670,7 +670,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -759,7 +759,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -992,7 +992,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1133,7 +1133,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1263,7 +1263,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1412,7 +1412,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1676,7 +1676,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1702,7 +1702,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1852,7 +1852,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1992,7 +1992,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2163,7 +2163,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2330,7 +2330,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2501,7 +2501,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2659,7 +2659,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2845,7 +2845,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3039,7 +3039,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3205,7 +3205,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -3303,7 +3303,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3421,7 +3421,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3657,7 +3657,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3780,7 +3780,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -3869,7 +3869,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -4104,7 +4104,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4247,7 +4247,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4378,7 +4378,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4529,7 +4529,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -4796,7 +4796,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4822,7 +4822,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4974,7 +4974,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5114,7 +5114,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5286,7 +5286,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5471,7 +5471,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5630,7 +5630,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5817,7 +5817,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5959,7 +5959,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6126,7 +6126,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -8103,7 +8103,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -8345,7 +8345,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -9304,7 +9304,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -9484,7 +9484,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -9847,7 +9847,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -10032,7 +10032,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -10159,7 +10159,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -10524,7 +10524,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -10753,7 +10753,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -10946,7 +10946,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -11186,7 +11186,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -11583,7 +11583,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -11635,7 +11635,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -11870,7 +11870,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -12078,7 +12078,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -12321,7 +12321,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -12577,7 +12577,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -12813,7 +12813,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -13080,7 +13080,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -13362,7 +13362,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -13608,7 +13608,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -13753,7 +13753,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -13930,7 +13930,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -14287,7 +14287,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -14469,7 +14469,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -14596,7 +14596,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -14955,7 +14955,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -15178,7 +15178,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -15368,7 +15368,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -15602,7 +15602,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -15990,7 +15990,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -16042,7 +16042,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -16271,7 +16271,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -16479,7 +16479,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -16721,7 +16721,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -16970,7 +16970,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -17203,7 +17203,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -17467,7 +17467,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -17743,7 +17743,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -17986,7 +17986,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -18132,7 +18132,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -18310,7 +18310,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -18669,7 +18669,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col1 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.28571427 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -18852,7 +18852,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -18979,7 +18979,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.57142854 mode: hash outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -19340,7 +19340,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -19565,7 +19565,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -19756,7 +19756,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -19992,7 +19992,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -20383,7 +20383,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -20435,7 +20435,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -20666,7 +20666,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -20874,7 +20874,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -21117,7 +21117,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -21369,7 +21369,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -21603,7 +21603,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -21868,7 +21868,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -22146,7 +22146,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -22390,7 +22390,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5454545 mode: hash outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out b/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out index a0cab18aae..3039e3191a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out @@ -98,7 +98,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: l_partkey (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -154,7 +154,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,7 +434,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -491,7 +491,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: _col0 (type: int), _col1 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_null_projection.q.out b/ql/src/test/results/clientpositive/llap/vector_null_projection.q.out index e346b4c19e..e9036398b6 100644 --- a/ql/src/test/results/clientpositive/llap/vector_null_projection.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_null_projection.q.out @@ -173,7 +173,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,7 +225,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out b/ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out index e7405e595e..526c39501a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out @@ -152,7 +152,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,7 +283,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out b/ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out index d96f8eb8e5..34bb5e2423 100644 --- a/ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out @@ -154,7 +154,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: bo (type: boolean) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out b/ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out index 11d45ee9bc..9c35295d90 100644 --- a/ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out @@ -778,7 +778,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out b/ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out index 0d11ae2fb0..cf9af78659 100644 --- a/ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out @@ -328,7 +328,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out b/ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out index fe1676f27e..e3ab3b5237 100644 --- a/ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out @@ -293,7 +293,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,7 +516,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: c1 (type: decimal(15,2)), c2 (type: decimal(15,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -850,7 +850,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -1168,7 +1168,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col1 (type: decimal(15,2)), _col2 (type: decimal(15,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -1487,7 +1487,7 @@ STAGE PLANS: Group By Operator aggregations: corr(_col0, _col2) keys: _col1 (type: decimal(15,2)), _col3 (type: decimal(15,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE @@ -1628,7 +1628,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.75 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -1851,7 +1851,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: c1 (type: decimal(7,2)), c2 (type: decimal(7,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -2185,7 +2185,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -2503,7 +2503,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col0) keys: _col1 (type: decimal(7,2)), _col2 (type: decimal(7,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -2822,7 +2822,7 @@ STAGE PLANS: Group By Operator aggregations: corr(_col0, _col2) keys: _col1 (type: decimal(7,2)), _col3 (type: decimal(7,2)) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out b/ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out index 679c7270b3..73c1289a04 100644 --- a/ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out @@ -126,7 +126,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -305,7 +305,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -484,7 +484,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -816,7 +816,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out b/ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out index a890b25b6b..53bdc4c4e9 100644 --- a/ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out @@ -1481,7 +1481,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: fl_date (type: date) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.91240877 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE @@ -2521,7 +2521,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: fl_time (type: timestamp) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.91240877 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE @@ -4085,7 +4085,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: fl_date (type: date) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.91240877 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE @@ -5125,7 +5125,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: fl_time (type: timestamp) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.91240877 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out b/ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out index ee6f8f8653..8b70a30ed6 100644 --- a/ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out @@ -126,7 +126,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -338,7 +338,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_topnkey.q.out b/ql/src/test/results/clientpositive/llap/vector_topnkey.q.out index e429fe952d..d859270ff0 100644 --- a/ql/src/test/results/clientpositive/llap/vector_topnkey.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_topnkey.q.out @@ -62,7 +62,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -259,7 +259,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_union_null.q.out b/ql/src/test/results/clientpositive/llap/vector_union_null.q.out index 184155af6e..b4590b0568 100644 --- a/ql/src/test/results/clientpositive/llap/vector_union_null.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_union_null.q.out @@ -108,7 +108,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,7 +157,7 @@ STAGE PLANS: Group By Operator aggregations: min(_col1) keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out b/ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out index f205f21482..dfc2471cd3 100644 --- a/ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out @@ -69,7 +69,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_windowing.q.out b/ql/src/test/results/clientpositive/llap/vector_windowing.q.out index fc2e27ff4d..b624250daa 100644 --- a/ql/src/test/results/clientpositive/llap/vector_windowing.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_windowing.q.out @@ -5735,7 +5735,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6214 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(s, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE @@ -5912,7 +5912,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6422 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(cud, 'hll'), compute_stats(s2, 'hll'), compute_stats(fv1, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE @@ -6074,7 +6074,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6110 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(c, 'hll'), compute_stats(ca, 'hll'), compute_stats(fv, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out b/ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out index 003e3be217..6d0eb35bc0 100644 --- a/ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out @@ -155,7 +155,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3), sum(_col1) keys: _col2 (type: boolean) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.9259259 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out b/ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out index b3176480de..593012772a 100644 --- a/ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out @@ -57,7 +57,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: key (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.65 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE @@ -303,7 +303,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] keys: _col0 (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.7 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE @@ -544,7 +544,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] keys: _col0 (type: string), _col1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.100000024 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE @@ -1009,7 +1009,7 @@ STAGE PLANS: Group By Operator aggregations: sum(_col3), sum(_col1) keys: _col2 (type: boolean) - minReductionHashAggr: 0.3333333 + minReductionHashAggr: 0.9259259 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out b/ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out index 87fa898a6a..18c8696496 100644 --- a/ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out +++ b/ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out @@ -901,7 +901,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 40632 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll'), compute_stats(col3, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_0.q.out b/ql/src/test/results/clientpositive/llap/vectorization_0.q.out index 045f970724..09ca8c2700 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_0.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_0.q.out @@ -106,7 +106,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -251,7 +251,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0), sum(_col2), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,7 +439,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -584,7 +584,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 73392 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0), sum(_col2), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -772,7 +772,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -917,7 +917,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col0), count(_col0), sum(_col2), sum(_col1) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,7 +1106,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -1292,7 +1292,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 862450 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -30490,7 +30490,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: cstring1 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.3333333 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 306 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_1.q.out b/ql/src/test/results/clientpositive/llap/vectorization_1.q.out index ab7ebb8632..2b33b2f6d9 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_1.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_1.q.out @@ -94,7 +94,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_2.q.out b/ql/src/test/results/clientpositive/llap/vectorization_2.q.out index e0e37f8da3..d2f41555fe 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_2.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_2.q.out @@ -98,7 +98,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_3.q.out b/ql/src/test/results/clientpositive/llap/vectorization_3.q.out index 6fcf32f0d1..5fcf6d53e0 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_3.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_3.q.out @@ -103,7 +103,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_4.q.out b/ql/src/test/results/clientpositive/llap/vectorization_4.q.out index 110a420dbf..9bd33105d7 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_4.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_4.q.out @@ -98,7 +98,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_5.q.out b/ql/src/test/results/clientpositive/llap/vectorization_5.q.out index 0dce8fe2bf..a4ff69bfe7 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_5.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_5.q.out @@ -91,7 +91,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out b/ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out index d123cde459..0a95e4eddc 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out @@ -188,7 +188,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1), min(_col2), count(_col3), sum(_col4), count(_col4), sum(_col6), sum(_col5), count(_col5) keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -529,7 +529,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1), min(_col2), count(_col3), sum(_col4), count(_col4), sum(_col6), sum(_col5), count(_col5) keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -870,7 +870,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1), min(_col2), count(_col3), sum(_col4), count(_col4), sum(_col6), sum(_col5), count(_col5) keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -1259,7 +1259,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1), min(_col2), count(_col3), sum(_col4), count(_col4), sum(_col6), sum(_col5), count(_col5) keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out b/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out index fc9286209e..750b364b16 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out @@ -307,7 +307,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE @@ -524,7 +524,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: ctinyint (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0 Statistics: Num rows: 131 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -933,7 +933,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0] keys: cdouble (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49994552 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 4586 Data size: 64088 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out b/ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out index c28ab9c4dd..302ee4b5b3 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out @@ -50,7 +50,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out b/ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out index 73b1681481..e751108aed 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out @@ -38,7 +38,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 48944 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(cbigint), count(cbigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out b/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out index 15e1abf5a2..900cfa393a 100644 --- a/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out @@ -125,7 +125,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,7 +393,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -653,7 +653,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -892,7 +892,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE @@ -2254,7 +2254,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7] keys: _col0 (type: smallint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49890107 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 227 Data size: 15212 Basic stats: COMPLETE Column stats: COMPLETE @@ -2537,7 +2537,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4] keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.49980026 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1251 Data size: 57520 Basic stats: COMPLETE Column stats: COMPLETE @@ -3272,7 +3272,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] keys: _col0 (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18 Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE @@ -3826,7 +3826,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3946,7 +3946,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4066,7 +4066,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4186,7 +4186,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4306,7 +4306,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4426,7 +4426,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_case.q.out b/ql/src/test/results/clientpositive/llap/vectorized_case.q.out index 31f76d0647..90cff5b44f 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_case.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_case.q.out @@ -322,7 +322,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -470,7 +470,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out b/ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out index 724c90d0ca..cad9c41df0 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out @@ -215,7 +215,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [] keys: cint (type: int) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5031738 mode: hash outputColumnNames: _col0 Statistics: Num rows: 6105 Data size: 18232 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,7 +292,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out index a7db2b3075..539cc25afe 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out @@ -83,7 +83,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -134,7 +134,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(col1, 'hll'), compute_stats(col2, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,7 +388,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -548,7 +548,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -806,7 +806,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1024,7 +1024,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1230,7 +1230,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1390,7 +1390,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1577,7 +1577,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1737,7 +1737,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1925,7 +1925,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2104,7 +2104,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2267,7 +2267,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2430,7 +2430,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2622,7 +2622,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2737,7 +2737,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: true (type: boolean) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2769,7 +2769,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2958,7 +2958,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1096000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3150,7 +3150,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3326,7 +3326,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3483,7 +3483,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3640,7 +3640,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3862,7 +3862,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4195,7 +4195,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4225,7 +4225,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4256,7 +4256,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4307,7 +4307,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4351,7 +4351,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4474,7 +4474,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4504,7 +4504,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4536,7 +4536,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4588,7 +4588,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4632,7 +4632,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4728,7 +4728,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4759,7 +4759,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4786,7 +4786,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: ds (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4817,7 +4817,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4855,7 +4855,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4974,7 +4974,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -5102,7 +5102,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5295,7 +5295,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5521,7 +5521,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5715,7 +5715,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5885,7 +5885,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6055,7 +6055,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6396,7 +6396,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6547,7 +6547,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6705,7 +6705,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 8008 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6817,7 +6817,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -7214,7 +7214,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7245,7 +7245,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7275,7 +7275,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 389248 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(ds) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7334,7 +7334,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7378,7 +7378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7524,7 +7524,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -7558,7 +7558,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: string) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -7574,7 +7574,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: double) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out index 7240d057af..3e0df1ab65 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out @@ -145,7 +145,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,7 +180,7 @@ STAGE PLANS: Statistics: Num rows: 94 Data size: 752 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893617 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,7 +390,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -425,7 +425,7 @@ STAGE PLANS: Statistics: Num rows: 90 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98888886 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -635,7 +635,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -670,7 +670,7 @@ STAGE PLANS: Statistics: Num rows: 90 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98888886 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -881,7 +881,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -944,7 +944,7 @@ STAGE PLANS: Statistics: Num rows: 94 Data size: 752 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893617 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1154,7 +1154,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1189,7 +1189,7 @@ STAGE PLANS: Statistics: Num rows: 90 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98888886 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1399,7 +1399,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1434,7 +1434,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.6666666 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1610,7 +1610,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=57) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.98245615 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1632,7 +1632,7 @@ STAGE PLANS: Statistics: Num rows: 94 Data size: 752 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893617 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out index 890d3bd8cc..31ae41fbd9 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out @@ -159,7 +159,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,7 +181,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,7 +365,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE @@ -407,7 +407,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -580,7 +580,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,7 +602,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -724,7 +724,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1120 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -746,7 +746,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -868,7 +868,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -890,7 +890,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1012,7 +1012,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1034,7 +1034,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95238096 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1156,7 +1156,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE @@ -1178,7 +1178,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95238096 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1300,7 +1300,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: min(_col0), max(_col0), bloom_filter(_col0, expectedEntries=20) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE @@ -1322,7 +1322,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95238096 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out b/ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out index 2f6368f9ff..90cc453940 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out @@ -83,7 +83,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out b/ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out index 7ab5284337..331a8f8600 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out @@ -58,7 +58,7 @@ STAGE PLANS: Statistics: Num rows: 782315 Data size: 6244648 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: sum(_col3) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,4 +172,4 @@ POSTHOOK: query: select sum(t1.td) from (select v1.csmallint as tsi, v1.cdouble POSTHOOK: type: QUERY POSTHOOK: Input: default@alltypesorc #### A masked pattern was here #### -6.065190932488632E11 +6.06519093248863E11 diff --git a/ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out b/ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out index e5b8e9d671..986a668c20 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out @@ -158,7 +158,7 @@ STAGE PLANS: Group By Operator aggregations: max(_col1), min(_col2), count(_col3), sum(_col4), count(_col4), sum(_col6), sum(_col5), count(_col5) keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9893392 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out b/ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out index 2a277aebc2..29853ceb40 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out @@ -313,7 +313,7 @@ STAGE PLANS: vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3, 4, 5, 6, 7, 8] keys: _col0 (type: tinyint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.8636364 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 3 Data size: 516 Basic stats: COMPLETE Column stats: COMPLETE @@ -630,7 +630,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: max(t), min(t) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.95454544 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out b/ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out index 0c51157e2f..9fc1db836d 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out @@ -4228,7 +4228,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6214 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(s, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE @@ -4369,7 +4369,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6422 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: compute_stats(p_mfgr, 'hll'), compute_stats(p_name, 'hll'), compute_stats(p_size, 'hll'), compute_stats(s2, 'hll'), compute_stats(r, 'hll'), compute_stats(dr, 'hll'), compute_stats(cud, 'hll'), compute_stats(fv1, 'hll') - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.96153843 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out b/ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out index 2a7686e059..1804cae06f 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out @@ -130,7 +130,7 @@ STAGE PLANS: Statistics: Num rows: 13785 Data size: 91688 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count(_col0), max(_col1), min(_col0), sum(_col2), count(_col2) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out b/ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out index fb327355ad..5fd6090ef2 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out @@ -156,7 +156,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,7 +390,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -535,7 +535,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out b/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out index 3c53c5a122..38b053703b 100644 --- a/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out +++ b/ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out @@ -1030,7 +1030,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9807692 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1162,7 +1162,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9807692 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1312,7 +1312,7 @@ STAGE PLANS: native: false vectorProcessingMode: HASH projectedOutputColumnNums: [0, 1, 2, 3] - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.9807692 mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out b/ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out index 9df3ef9f1d..adde2486e5 100644 --- a/ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out +++ b/ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out @@ -704,7 +704,7 @@ STAGE PLANS: Group By Operator aggregations: count() keys: ROW__ID (type: struct) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0, _col1 Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out b/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out index d9fde37013..355412edeb 100644 --- a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out +++ b/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out @@ -64,7 +64,7 @@ STAGE PLANS: Statistics: Num rows: 24737 Data size: 197896 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -191,7 +191,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -315,7 +315,7 @@ STAGE PLANS: Statistics: Num rows: 13785 Data size: 110280 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,7 +438,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -556,7 +556,7 @@ STAGE PLANS: Statistics: Num rows: 18466 Data size: 147728 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -675,7 +675,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out b/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out index ee1742412d..a07fdb4ca0 100644 --- a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out +++ b/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out @@ -100,7 +100,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -257,7 +257,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -449,7 +449,7 @@ STAGE PLANS: Statistics: Num rows: 1582 Data size: 12656 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -637,7 +637,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -829,7 +829,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -898,7 +898,7 @@ STAGE PLANS: Statistics: Num rows: 263 Data size: 2104 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -917,7 +917,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -951,7 +951,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1115,7 +1115,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1186,7 +1186,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.99 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1205,7 +1205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1239,7 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator keys: _col0 (type: bigint) - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.5 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1415,7 +1415,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 320 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.975 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1645,7 +1645,7 @@ STAGE PLANS: HybridGraceHashJoin: true Group By Operator aggregations: count() - minReductionHashAggr: 0.0 + minReductionHashAggr: 0.975 mode: hash outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE