This is an automated email from the ASF dual-hosted git repository.
dengzhhu653 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 896e7411840 HIVE-29700: Disable flaky TestMiniLlapLocalCliDriver
partition_type_c… (#6583)
896e7411840 is described below
commit 896e741184027bc688f1e13734c0dd135926999c
Author: dengzh <[email protected]>
AuthorDate: Tue Jul 7 21:18:42 2026 +0800
HIVE-29700: Disable flaky TestMiniLlapLocalCliDriver partition_type_c…
(#6583)
---
ql/src/test/queries/clientpositive/partition_type_check.q | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ql/src/test/queries/clientpositive/partition_type_check.q
b/ql/src/test/queries/clientpositive/partition_type_check.q
index fcb5caa5928..7afee00b4cd 100644
--- a/ql/src/test/queries/clientpositive/partition_type_check.q
+++ b/ql/src/test/queries/clientpositive/partition_type_check.q
@@ -1,3 +1,5 @@
+--! qt:disabled:HIVE-29700
+-- Cast for non-default partition seems applied for all values in
PARTITION_KEY_VALS
--! qt:dataset:part
set hive.mapred.mode=nonstrict;
set hive.typecheck.on.insert = true;