kgyrtkirk commented on a change in pull request #819: HIVE-22363
ReduceDeduplication may leave an invalid GroupByOperator behind in some cases
URL: https://github.com/apache/hive/pull/819#discussion_r337499849
##########
File path: ql/src/test/results/clientpositive/autoColumnStats_7.q.out
##########
@@ -48,7 +48,7 @@ STAGE PLANS:
Reduce Output Operator
key expressions: _col0 (type: string), _col1 (type: string)
sort order: ++
- Map-reduce partition columns: _col0 (type: string)
+ Map-reduce partition columns: _col0 (type: string), _col1
(type: string)
Review comment:
hmm...there is also a `count(DISTINCT substr(src_temp.value,5))` and the
`_col1` grouping seems to be working on `substr(src_temp.value,5)`
----------------------------------------------------------------
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]