Conversation
Contributor
|
Workflow [PR], commit [6fdb15a] Summary: ❌
|
rienath
approved these changes
Sep 18, 2025
Member
rienath
left a comment
There was a problem hiding this comment.
LGTM. Looks like CI is red due to flaky tests. Maybe worth it to merge master to make sure that this is indeed the case
mkmkme
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 9, 2026
Fix 'Invalid dict indices bit width: 0' in parquet reader v3
25 tasks
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 15, 2026
25.8.16 Backport of ClickHouse#87258 - Fix 'Invalid dict indices bit width: 0' in parquet reader v3
mkmkme
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 16, 2026
Fix 'Invalid dict indices bit width: 0' in parquet reader v3
25 tasks
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Feb 18, 2026
Antalya 25.8 Backport of ClickHouse#87258 - Fix 'Invalid dict indices bit width: 0' in parquet reader v3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Turns out 0 is a perfectly valid bit width.
(No test because I don't have an easy way to generate a test file. The one I looked at was 500 MB, produced by
parquet-mr version 1.15.2 (build 859eac165b08f927fa14590c33bc5f476405fb68).)