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

abstractdog 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 2bf66145ea6 HIVE-28640: partition_explain_ddl.q is flaky - disable test
2bf66145ea6 is described below

commit 2bf66145ea6656c439fbb23dc542aae0d84e2021
Author: Laszlo Bodor <[email protected]>
AuthorDate: Mon Nov 25 08:00:28 2024 +0100

    HIVE-28640: partition_explain_ddl.q is flaky - disable test
---
 ql/src/test/queries/clientpositive/partition_explain_ddl.q | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/src/test/queries/clientpositive/partition_explain_ddl.q 
b/ql/src/test/queries/clientpositive/partition_explain_ddl.q
index 23a40d872d4..38181128e5f 100644
--- a/ql/src/test/queries/clientpositive/partition_explain_ddl.q
+++ b/ql/src/test/queries/clientpositive/partition_explain_ddl.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-28640
 set hive.cbo.enable = True;
 set hive.vectorized.execution.enabled = True;
 

Reply via email to