This is an automated email from the ASF dual-hosted git repository. krisztiankasa pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git.
from 2bd6a9d HIVE-24525: Invite reviewers automatically by file name patterns (#1767) (Zoltan Haindrich reviewed by Krisztian Kasa) add 9c114b7 HIVE-24478: Subquery GroupBy with Distinct SemanticException: Invalid column reference (Panos Garefalakis, reviewed by Krisztian Kasa) No new revisions were added by this update. Summary of changes: .../hadoop/hive/ql/parse/SemanticAnalyzer.java | 3 + .../clientpositive/groupby_having_distinct.q | 35 +++++ .../llap/groupby_having_distinct.q.out | 173 +++++++++++++++++++++ 3 files changed, 211 insertions(+) create mode 100644 ql/src/test/queries/clientpositive/groupby_having_distinct.q create mode 100644 ql/src/test/results/clientpositive/llap/groupby_having_distinct.q.out