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

klcopp 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 5c5a164  Disable cardinality_preserving_join_opt2 (Karen Coppage)
5c5a164 is described below

commit 5c5a164b2be245a62a38ac885e1d50af84a7ed43
Author: Karen Coppage <karenlcopp...@gmail.com>
AuthorDate: Mon Nov 2 16:06:33 2020 +0100

    Disable cardinality_preserving_join_opt2 (Karen Coppage)
    
    Disabled with: PR #1642. Re-enable with: HIVE-24347
---
 ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q 
b/ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q
index 28b91e3..ac8de16 100644
--- a/ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q
+++ b/ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-24347
 set hive.support.concurrency=true;
 set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
 set hive.strict.checks.cartesian.product=false;

Reply via email to