jcamachor commented on a change in pull request #1034:
URL: https://github.com/apache/hive/pull/1034#discussion_r431351279
##########
File path:
accumulo-handler/src/test/results/positive/accumulo_single_sourced_multi_insert.q.out
##########
@@ -96,16 +96,16 @@ STAGE PLANS:
outputColumnNames: key, value
Statistics: Num rows: 55 Data size: 9405 Basic stats:
COMPLETE Column stats: COMPLETE
Group By Operator
- aggregations: compute_stats(key, 'hll'),
compute_stats(value, 'hll')
+ aggregations: max(length(key)),
avg(COALESCE(length(key),0)), count(CASE WHEN (key is null) THEN (1) ELSE
(null) END), compute_bit_vector(key, 'hll'), max(length(value)),
avg(COALESCE(length(value),0)), count(CASE WHEN (value is null) THEN (1) ELSE
(null) END), compute_bit_vector(value, 'hll')
Review comment:
Done.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]