jcamachor commented on a change in pull request #877: HIVE-22538: RS
deduplication does not always enforce
hive.optimize.reducededuplication.min.reducer
URL: https://github.com/apache/hive/pull/877#discussion_r371062078
##########
File path:
ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out
##########
@@ -261,31 +260,21 @@ STAGE PLANS:
Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE
Column stats: NONE
Group By Operator
aggregations: compute_stats(a, 'hll'), compute_stats(b,
'hll')
- minReductionHashAggr: 0.99
- mode: hash
+ mode: complete
Review comment:
Same as above... complete here would imply a single instance to write data
to the table, which could slow down execution. What is the root cause for this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]