You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/10/09 07:44:30 UTC

[hive] branch master updated: disable subquery_join_rewrite

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

kgyrtkirk 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 f9ee863  disable subquery_join_rewrite
f9ee863 is described below

commit f9ee86399ce5197203e84bf9b4a3768c345ecf2a
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Fri Oct 9 07:43:43 2020 +0000

    disable subquery_join_rewrite
---
 ql/src/test/queries/clientpositive/subquery_join_rewrite.q | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
index 1f4ba71..18ca2ec 100644
--- a/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
+++ b/ql/src/test/queries/clientpositive/subquery_join_rewrite.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-24248
 -- SORT_QUERY_RESULTS
 
 create table web_sales (ws_order_number int, ws_warehouse_sk int) stored as orc;