Skip to content

Fixing composite bloom filter column naming - #9759

Merged
dbeck merged 1 commit into
2.27.xfrom
dbeck/backport_bugfix_to_2_27
May 11, 2026
Merged

Fixing composite bloom filter column naming#9759
dbeck merged 1 commit into
2.27.xfrom
dbeck/backport_bugfix_to_2_27

Conversation

@dbeck

@dbeck dbeck commented May 11, 2026

Copy link
Copy Markdown
Member

As reported in issue #9578, there was a case when concatenating two
columns could create overlapping results. For example ('a_b','c') and
('a','b_c') resulted the same composite bloom metadata column name.
This caused an error during the compression of the chunk.

This change modifies the column naming scheme for composite bloom
columns and thus eliminates the issue.

Fixes: #9578

As reported in issue #9578, there was a case when concatenating two
columns could create overlapping results. For example ('a_b','c') and
('a','b_c') resulted the same composite bloom metadata column name.
This caused an error during the compression of the chunk.

This change modifies the column naming scheme for composite bloom
columns and thus eliminates the issue.

Fixes: #9578
@codecov

codecov Bot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dbeck
dbeck merged commit 1b20808 into 2.27.x May 11, 2026
51 of 52 checks passed
@dbeck
dbeck deleted the dbeck/backport_bugfix_to_2_27 branch May 11, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants