You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2019/03/19 15:53:55 UTC

[hive] branch master updated: HIVE-16924 : Support distinct in presence of Group By (Miklos Gergely via Zoltan Haindrich) (addendum)

This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 230db04  HIVE-16924 : Support distinct in presence of Group By (Miklos Gergely via Zoltan Haindrich) (addendum)
230db04 is described below

commit 230db04bc98d6f18602dbca6899155a3da12fec3
Author: Jesus Camacho Rodriguez <jc...@apache.org>
AuthorDate: Tue Mar 19 08:53:33 2019 -0700

    HIVE-16924 : Support distinct in presence of Group By (Miklos Gergely via Zoltan Haindrich) (addendum)
---
 ql/src/test/queries/clientnegative/udaf_invalid_place.q | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ql/src/test/queries/clientnegative/udaf_invalid_place.q b/ql/src/test/queries/clientnegative/udaf_invalid_place.q
deleted file mode 100644
index 3411aa2..0000000
--- a/ql/src/test/queries/clientnegative/udaf_invalid_place.q
+++ /dev/null
@@ -1,2 +0,0 @@
---! qt:dataset:src
-select distinct key, sum(key) from src;