-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Fix bug with bounded S3 reads and LowCardinality #34139
Conversation
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
Hi! I get this error on select query from table (partition by day) with partitions located on s3: Received exception from server (version 21.12.3): column ContainerName is LowCardinality, so my question is my issue relevant to this bugfix? |
Absolutely, this fix is exactly for your issue. |
Backport #34139 to 21.12: Fix bug with bounded S3 reads and LowCardinality
Backport #34139 to 22.1: Fix bug with bounded S3 reads and LowCardinality
For LC(String) column
|
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix bug which can rarely lead to error "Cannot read all data" while reading LowCardinality columns of MergeTree table engines family which stores data on remote file system like S3.