Fix bug with bounded S3 reads and LowCardinality#34139
Conversation
Co-authored-by: Kseniia Sumarokova <[email protected]>
|
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.