[hive] branch master updated: HIVE-24199: Incorrect result when subquey in exists contains limit ADDENDUM (Krisztian Kasa, reviewed by Vineet Garg)

2020-10-08 Thread krisztiankasa
This is an automated email from the ASF dual-hosted git repository.

krisztiankasa 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 84b1622  HIVE-24199: Incorrect result when subquey in exists contains 
limit ADDENDUM (Krisztian Kasa, reviewed by Vineet Garg)
84b1622 is described below

commit 84b162264bd0add113c48b4ec0f9ea2a1c074eb2
Author: kasakrisz 
AuthorDate: Thu Oct 8 16:40:28 2020 +0200

HIVE-24199: Incorrect result when subquey in exists contains limit ADDENDUM 
(Krisztian Kasa, reviewed by Vineet Garg)
---
 ql/src/test/queries/clientpositive/subquery_join_rewrite.q | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q 
b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
index 589b8357..1f4ba71 100644
--- a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
+++ b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
@@ -1,4 +1,4 @@
---SORT_QUERY_RESULTS
+-- SORT_QUERY_RESULTS
 
 create table web_sales (ws_order_number int, ws_warehouse_sk int) stored as 
orc;
 



[hive] branch master updated: HIVE-24199: Incorrect result when subquey in exists contains limit ADDENDUM (Krisztian Kasa, reviewed by Vineet Garg)

2020-10-08 Thread krisztiankasa
This is an automated email from the ASF dual-hosted git repository.

krisztiankasa 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 ae3b89b  HIVE-24199: Incorrect result when subquey in exists contains 
limit ADDENDUM (Krisztian Kasa, reviewed by Vineet Garg)
ae3b89b is described below

commit ae3b89b4558b8deef0c11a5db0798a19e068ac3d
Author: kasakrisz 
AuthorDate: Thu Oct 8 16:35:12 2020 +0200

HIVE-24199: Incorrect result when subquey in exists contains limit ADDENDUM 
(Krisztian Kasa, reviewed by Vineet Garg)
---
 ql/src/test/queries/clientpositive/subquery_join_rewrite.q | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q 
b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
index 6c2eaa8..589b8357 100644
--- a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
+++ b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
@@ -1,3 +1,5 @@
+--SORT_QUERY_RESULTS
+
 create table web_sales (ws_order_number int, ws_warehouse_sk int) stored as 
orc;
 
 insert into web_sales values