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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 328d23a825c branch-2.1: [fix](case)rm hms event use_meta_chache is 
false case. #47457 (#47492)
328d23a825c is described below

commit 328d23a825cf27f05a6077b3bc3ab5ec1d812614
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 18:04:46 2025 +0800

    branch-2.1: [fix](case)rm hms event use_meta_chache is false case. #47457 
(#47492)
    
    Cherry-picked from #47457
    
    Co-authored-by: daidai <changyu...@selectdb.com>
---
 .../suites/external_table_p0/hive/test_hms_event_notification.groovy   | 2 +-
 .../hive/test_hms_event_notification_multi_catalog.groovy              | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/regression-test/suites/external_table_p0/hive/test_hms_event_notification.groovy
 
b/regression-test/suites/external_table_p0/hive/test_hms_event_notification.groovy
index a3fa4750225..bc8424bfc28 100644
--- 
a/regression-test/suites/external_table_p0/hive/test_hms_event_notification.groovy
+++ 
b/regression-test/suites/external_table_p0/hive/test_hms_event_notification.groovy
@@ -21,7 +21,7 @@ suite("test_hms_event_notification", 
"p0,external,hive,external_docker,external_
         logger.info("diable Hive test.")
         return;
     }
-    for (String useMetaCache : ["true","false"] ) {
+    for (String useMetaCache : ["true"] ) {
     for (String hivePrefix : ["hive3"]) {
         try {
             setHivePrefix(hivePrefix)
diff --git 
a/regression-test/suites/external_table_p0/hive/test_hms_event_notification_multi_catalog.groovy
 
b/regression-test/suites/external_table_p0/hive/test_hms_event_notification_multi_catalog.groovy
index e89475f043d..890ab7e8a8c 100644
--- 
a/regression-test/suites/external_table_p0/hive/test_hms_event_notification_multi_catalog.groovy
+++ 
b/regression-test/suites/external_table_p0/hive/test_hms_event_notification_multi_catalog.groovy
@@ -22,8 +22,7 @@ suite("test_hms_event_notification_multi_catalog", 
"p0,external,hive,external_do
         return;
     }
 
-    for (String useMetaCache : ["true","false"] ) {
-
+    for (String useMetaCache : ["true"] ) {
     for (String hivePrefix : ["hive3"]) {
         try {
             setHivePrefix(hivePrefix)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to