-
Notifications
You must be signed in to change notification settings - Fork 7
24.8.14 Backport of #87863: ArrowStream processing crash if non unique dictionary #1067
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
ArrowStream processing crash if non unique dictionary
|
This is an automated comment for commit 0f43094 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
|
|
Attn @zvonand |
|
@ilejn I would like to ask you to create PRs with proper names and descriptions (see other backports) Also, please, add necessary labels, so that the PR is easy to find in GitHub |
|
Sorry for troubling anyway. |
Changelog category (leave one):
Changelog entry (a [user-readable short description]
ClickHouse crashes if ArrowStream file has non-unique dictionary (ClickHouse#87863 by @ilejn)
Documentation entry for user-facing changes
The issue was observed in prod environment (no ideas how data was created).
I've created sample file by the script
The point is 'banana' is duplicated.
ClickHouse creates LowCardinality column for two meaningful elements ('apple' and 'banana') and index '2' is out of bound.
Backtrace