-
Notifications
You must be signed in to change notification settings - Fork 11
Implement clear parquet metadata cache command #713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This is an automated comment for commit 6971379 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
|
I have added some tests, but haven't executed them locally yet. When I get home, with better internet connection to download dependencies, I'll run it |
| getContext()->checkAccess(AccessType::SYSTEM_DROP_PARQUET_METADATA_CACHE); | ||
| ParquetFileMetaDataCache::instance()->clear(); | ||
| #endif | ||
| break; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: May be throw exception when USE_PARQUET not defined, as for USE_EMBEDDED_COMPILER below?
(I don't think than sometimes someone assemble clickhouse without parquet support)
f0e46ab to
97ca59e
Compare
Enmk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implement clear parquet metadata cache command
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
SYSTEM DROP PARQUET METADATA CACHE command
Documentation entry for user-facing changes