Skip to content

Commit 74862d7

Browse files
authored
fix build error
1 parent 8a9bedb commit 74862d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Interpreters/InterpreterSystemQuery.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ BlockIO InterpreterSystemQuery::execute()
446446
getContext()->checkAccess(AccessType::SYSTEM_DROP_OBJECT_STORAGE_LIST_OBJECTS_CACHE);
447447
ObjectStorageListObjectsCache::instance().clear();
448448
break;
449+
}
449450
case Type::DROP_PARQUET_METADATA_CACHE:
450451
{
451452
#if USE_PARQUET

0 commit comments

Comments
 (0)