jcamachor commented on a change in pull request #1255:
URL: https://github.com/apache/hive/pull/1255#discussion_r456202579
##########
File path: ql/src/test/queries/clientpositive/groupby_grouping_sets_pushdown1.q
##########
@@ -4,16 +4,51 @@ CREATE TABLE T1(a STRING, b STRING, s BIGINT);
INSERT OVERWRITE TABLE T1 VALUES ('aaa', 'bbb', 123456);
EXPLAIN EXTENDED SELECT * FROM (
-SELECT a, b, sum(s)
Review comment:
Any reason to change the existing test? Could we keep it as-is and add
the new ones after that?
----------------------------------------------------------------
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]