Antalya 26.3: Bump to 26.3.12#1867
Open
zvonand wants to merge 77 commits into
Open
Conversation
… memory on alter and format
…cy check for tables with JSON column
…s before dynamic_paths ones
…licy and PREWHERE
…cy with `optimize_inverse_dictionary_lookup`
… columns with lambda + constants
…4133 Backport ClickHouse#104133 to 26.3: Fix numerous semantic inconsistency with `optimize_inverse_dictionary_lookup`
This reverts commit 1269501.
…ease_commit Revert "Update autogenerated version to 26.3.10.60 and contributors"
… the target RMV table based on snapshot
…IN conditions into outer join ON clause
…IN subquery is moved to PREWHERE
…n from `removeTrivialWrappers` in `appendExpression`
…3384 Backport ClickHouse#103384 to 26.3: Make a decision to skip backup of the target RMV table based on snapshot
…3708 Backport ClickHouse#103708 to 26.3: Fix skip-index matching for ALIAS columns with lambda + constants
Fix `IPv6StringToNumOrDefault` not properly zeroing output bytes on parse failure. Only one byte was zeroed (`vec_res[i] = 0`) instead of all 16 bytes (`std::fill_n(&vec_res[out_offset], offset_inc, 0)`), causing stale data from previous successful parses to leak into default results. Backport of ClickHouse#93543
…ks in SECONDARY_CREATE
…8`/`upperUTF8` for large buffers
…4065 Backport ClickHouse#104065 to 26.3: Refreshable MV: relax sanity checks in SECONDARY_CREATE
…1504 Backport ClickHouse#101504 to 26.3: Fix join reorder pushing INNER JOIN conditions into outer join ON clause
…0758 Backport ClickHouse#100758 to 26.3: Erase sorted_dynamic_paths entries before dynamic_paths ones
…onsistency check for tables with JSON column"
Backport fix for IPv6StringToNumOrDefault to 26.3
…4229 Backport ClickHouse#104229 to 26.3: Fix int32_t overflow in `lowerUTF8`/`upperUTF8` for large buffers
…reserve_checksums_on_mutations
…teAggregateMultiply` self-merge
…eeper/availability_zone` with `quorum_reads=true`
…for types with dynamic structure and detect corrupted columns_substreams.txt
…yBuilder via incorrect string escaping (ClickHouse#105185) Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
…4663 Backport ClickHouse#104663 to 26.3: Fix Keeper termination on get `/keeper/availability_zone` with `quorum_reads=true`
…1580 Backport ClickHouse#101580 to 26.3: Fix flaky test 03706_statistics_preserve_checksums_on_mutations
…3536 Backport ClickHouse#103536 to 26.3: Fix heap-use-after-free in `executeAggregateMultiply` self-merge
…2884 Backport ClickHouse#102884 to 26.3: Optimization for deferring row policy and PREWHERE
…4888 Backport ClickHouse#104888 to 26.3: Fix data part consistency checks for types with dynamic structure and detect corrupted columns_substreams.txt
…4610 Backport ClickHouse#104610 to 26.3: Use restore Keeper retries for restored parts
…2064 Backport ClickHouse#102064 to 26.3: Fix incorrect results for RIGHT ANY JOIN
The cherry-pick of ClickHouse#102417 resolved the avro submodule conflict to the wrong commit (477ed40c656b, old API) instead of 3b5d52bdf9f9 (which adds the `max_depth` parameter to `DataFileReaderBase` and `compileJsonSchemaFromString`). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…2417 Backport ClickHouse#102417 to 26.3: Check for stack overflow in Avro reader
…n cluster queries
…in sendProgress for INSERT queries
…5492 Backport ClickHouse#105492 to 26.3: Skip test_numbers_check on release branches
…-pointer dereference in Arrow geo/string column readers
…3148 Backport ClickHouse#103148 to 26.3: Fix backward compatibility break in sendProgress for INSERT queries
Arrow IPC stores schema-level metadata in `schema->metadata()`, not in `file_reader->metadata()` (which returns IPC footer custom metadata). The Arrow reader was passing the wrong metadata to `ArrowColumnToCHColumn`, so the `geo` key was never found and geoparquet parsing never activated for Arrow IPC files. Backport of 14122ed. Required for test `04260_arrow_geo_corrupted_offsets` (added by ClickHouse#105449) to pass.
…4881 Backport ClickHouse#104881 to 26.3: Use explicit flag for secondary on cluster queries
…5449 Backport ClickHouse#105449 to 26.3: Fix heap-buffer-overflow and null-pointer dereference in Arrow geo/string column readers
Release v26.3.12.3-lts
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):
CI/CD Options
Exclude tests:
Regression jobs to run: