This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d4e8f867674 [fix](test)rm hms event use_meta_chache is false case. (#47457) d4e8f867674 is described below commit d4e8f8676742f86136f28099f638be5fb6bcae56 Author: daidai <changyu...@selectdb.com> AuthorDate: Sun Feb 2 15:11:58 2025 +0800 [fix](test)rm hms event use_meta_chache is false case. (#47457) --- .../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