You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2020/10/08 14:37:28 UTC

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

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 <ka...@gmail.com>
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