Skip to content
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 compression codec read for empty files #19101

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

alesapin
Copy link
Member

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix startup bug when clickhouse was not able to read compression codec from LowCardinality(Nullable(...)) and throws exception Attempt to read after EOF. Fixes #18340.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jan 15, 2021
@alexey-milovidov alexey-milovidov self-assigned this Jan 15, 2021
@alexey-milovidov alexey-milovidov merged commit b97beea into master Jan 15, 2021
@alexey-milovidov alexey-milovidov deleted the check_compression_codec_read branch January 15, 2021 17:56
alesapin added a commit that referenced this pull request Jan 16, 2021
Backport #19101 to 21.1: Fix compression codec read for empty files
vitlibar pushed a commit that referenced this pull request Jan 26, 2021
Backport #19101 to 20.12: Fix compression codec read for empty files
alesapin added a commit that referenced this pull request Feb 1, 2021
Backport #19101 to 20.11: Fix compression codec read for empty files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EOF from detectDefaultCompressionCodec start happening between v20.8.2.3 and v20.13.1.1?
3 participants