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 2022/04/12 17:33:36 UTC

[hive] branch master updated: disable flaky mapjoin_memcheck

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 ea935a0dd1 disable flaky mapjoin_memcheck
ea935a0dd1 is described below

commit ea935a0dd101118af10c6378093e3338a3120ff6
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Tue Apr 12 17:28:25 2022 +0000

    disable flaky mapjoin_memcheck
---
 ql/src/test/queries/clientpositive/mapjoin_memcheck.q | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ql/src/test/queries/clientpositive/mapjoin_memcheck.q b/ql/src/test/queries/clientpositive/mapjoin_memcheck.q
index 11cf2cbfc9..efac989c95 100644
--- a/ql/src/test/queries/clientpositive/mapjoin_memcheck.q
+++ b/ql/src/test/queries/clientpositive/mapjoin_memcheck.q
@@ -1,5 +1,6 @@
 --! qt:dataset:src1
 --! qt:dataset:src
+--! qt:disabled:HIVE-26138 Fix mapjoin_memcheck
 set hive.mapred.mode=nonstrict;
 
 set hive.auto.convert.join = true;
@@ -18,4 +19,4 @@ from src0 src1 inner join src0 src2 on src1.key = src2.key;
 select src1.key as k1, src1.value as v1, src2.key, src2.value
 from src0 src1 inner join src0 src2 on src1.key = src2.key;
 
-drop table src0;
\ No newline at end of file
+drop table src0;