Atnalya 26.6 EXPORT PARTITION with position matching + extra columns in source - #2229
Conversation
…_matching_schema_export_partition EXPORT PARTITION with position matching + extra columns in source
CI triage for #2229Verdict: 5 failing checks, 0 caused by this PR. Everything red is pre-existing on Analyzed against head 1. Stateless tests (amd_debug, parallel) — 2 failed — not PR-caused (randomized-settings flakiness)
2. Stateless tests (amd_debug, distributed plan, s3 storage, parallel) — 1 failed — not PR-caused (flaky)
3. SQLLogic test — not PR-caused (infra / memory)
4. Regression release iceberg_2 — 8 scenarios — not PR-caused (pre-existing on antalya-26.6)All 8 leaf failures are: Underlying error: Proof it's pre-existing: unrelated PR #2239 ("Fix iceberg partition pruning by nanoseconds", which touches no export-partition code) shows the identical 8 failures and identical totals — These are a pre-existing product gap: the regression suite marks Int8/UInt8/Bool/Decimal(10,2) partition columns as expected-to-be- 5. Regression release swarms — 1 scenario — not PR-caused (flaky/infra)
The top-level Health checkThe diff is tight and low-risk. It adds Strong positive signal: on the predecessor #2218 the iceberg_2 suite had 239 failing scenarios including all the Recommendation: no code changes needed for the red CI. Re-run the flaky stateless/SQLLogic/swarms jobs; the iceberg_2 datatype failures can be tracked separately and don't block this PR. (Note: I can't build or run ClickHouse in this environment — this is entirely from the praktika S3 reports and CI logs. Final correctness is validated by CI.) |
From 26.3 #2111
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added the
ignore_extra_source_columns_by_namemode for theexport_merge_tree_part_schema_mismatch_modesetting. EXPORT PART/EXPORT PARTITION matches destination columns to source columns by name instead of position, so the source table may have extra columns in any position and the columns may be reordered.Documentation entry for user-facing changes
...
CI/CD Options
Exclude tests:
Regression jobs to run: