Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections#100623
Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections#100623
Conversation
|
Workflow [PR], commit [684be9b] Summary: ✅ AI ReviewSummaryThis PR fixes a real correctness issue in projection optimization with row policies: projection-specific Missing context
ClickHouse Rules
Final Verdict
|
LLVM Coverage Report
PR changed lines: PR changed-lines coverage: 100.00% (18/18, 0 noise lines excluded) |
…cting from projections
…ecting from projections
…cting from projections
…cting from projections
…cting from projections
Backport #100623 to 26.2: Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections
Backport #100623 to 26.3: Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections
Backport #100623 to 26.1: Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections
Backport #100623 to 25.12: Fix for NOT_FOUND_COLUMN_IN_BLOCK when selecting from projections
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fixes NOT_FOUND_COLUMN_IN_BLOCK cases where the projection SELECT part has columns that do not exist in the original SELECT part of the query. Closes #100194
Documentation entry for user-facing changes