Fix possible logical error during reading Map subcolumns#101641
Fix possible logical error during reading Map subcolumns#101641alexey-milovidov merged 3 commits intomasterfrom
Conversation
|
Workflow [PR], commit [6bae80a] Summary: ❌
AI ReviewSummaryThis PR fixes a real correctness issue in ClickHouse Rules
Final Verdict
|
|
The Stress test (arm_msan) failure is fixed by #101239, which should be merged first. After it is merged, please update the branch to include the fix. |
LLVM Coverage Report
Changed lines: 100.00% (7/7) · Uncovered code |
|
The failures look related. Upd: they aren't. |
|
Except Iceberg failures - they are likely due to Docker. |
|
Checked the test |
|
The The bug was reverted by PR #102247 (merged at ~14:48 UTC). All nessie/lakekeeper test failures between these two merges are unrelated to this PR. |
Backport #101641 to 26.3: Fix possible logical error during reading Map subcolumns
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix possible logical error during reading Map subcolumns. Closes #100769. Closes #101336
Documentation entry for user-facing changes