Skip to content

Commit

Permalink
branch-3.0: [fix](case)rm hms event use_meta_chache is false case. #4…
Browse files Browse the repository at this point in the history
…7457 (#47491)

Cherry-picked from #47457

Co-authored-by: daidai <[email protected]>
  • Loading branch information
github-actions[bot] and hubgeter authored Feb 12, 2025
1 parent ef7a2c1 commit a3cd58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3cd58a

Please sign in to comment.