We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9bedb commit 74862d7Copy full SHA for 74862d7
src/Interpreters/InterpreterSystemQuery.cpp
@@ -446,6 +446,7 @@ BlockIO InterpreterSystemQuery::execute()
446
getContext()->checkAccess(AccessType::SYSTEM_DROP_OBJECT_STORAGE_LIST_OBJECTS_CACHE);
447
ObjectStorageListObjectsCache::instance().clear();
448
break;
449
+ }
450
case Type::DROP_PARQUET_METADATA_CACHE:
451
{
452
#if USE_PARQUET
0 commit comments