v26.5.7.64-stableFrom commit messages
Release v26.5.7.64-stable
Fixed 10
- Segfault in StreamingStorageRegistry, largestTriangleThreeBuckets aggregate function, and due to bad shutdown ordering on startup exception.
- RESTORE failing with SYNTAX_ERROR on backups that include MASKING POLICY dependents.
- Virtual row with union produces wrong result and virtual row not being applied in some cases.
- IS NULL after metadata-only T to Nullable(T) ALTER with optimize_functions_to_subcolumns.
- type_json_allow_duplicated_key_with_literal_and_nested_object not working with typed paths in JSON.
- JOIN USING identifier resolution from aliases nested in the SELECT list.
- Invalid number of rows in Chunk in JoiningTransform with additional join filter.
- Misreporting of datalake catalog errors as missing tables and out-of-bounds write reading a Parquet DECIMAL wider than declared.
- Deduplication token attribution for materialized-view targets of partitioned tables, use-after-free in async insert queue due to deadline collision, and Field::operator<= comparing a Float64 with itself.
- Out-of-bounds read in SerializationReplicated on the native protocol, wrong value for a virtual column on the right side of direct JOIN, and quadratic JSON subcolumn skip-index matching over a large dotted constant.