v26.6.3.62-stableFrom commit messages
Release v26.6.3.62-stable
Fixed 10
- Fixed `type_json_allow_duplicated_key_with_literal_and_nested_object` not working with typed paths in JSON.
- Fixed data race on `MemoryReservation` release at query finish.
- Fixed JOIN USING identifier resolution from aliases nested in the SELECT list.
- Fixed data race on FileCacheQueryLimit::query_map causing LOGICAL_ERROR.
- Fixed use-after-free in async insert queue due to deadline collision.
- Fixed `Field::operator<=` comparing a `Float64` with itself.
- Fixed block structure check for aggregate-state columns nested in containers and out-of-bounds read in SerializationReplicated on the native protocol.
- Fixed bad cast in KeyCondition for nested CAST that re-introduces LowCardinality.
- Fixed wrong value for a virtual column on the right side of direct JOIN and virtual row not being applied in some cases.
- Fixed multiple issues including out-of-bounds read in Parquet reader, Kafka table attachment, JSON subcolumn skip-index matching, Paimon table reading with nullable ARRAY or MAP columns, and `ORDER BY ... LIMIT` returning too few rows under a row policy.