ClickHouse Changelog
- Fixed
sumCountaggregate function unable to read older serialized states after introduction ofNullable(Tuple) - Fixed exception in tuple comparison involving
Nothingtype withGROUPING SETSandORDER BY - Fixed non-deterministic
uncompressed_hashcomputation for…
Multiple bug fixes including:
Add information about deferred filters as a separate item to EXPLAIN query output. Enable type_json_allow_duplicated_key_with_literal_and_nested_object by default to avoid errors about duplicated keys during JSON parsing. Keeper improvement: find_super_nodes command is more…
Performance Improvements:
- Allow read-in-order optimization and primary-key pruning with
NullableCAST target types for monotonic conversions - Allow index pruning and filter pushdown when comparing integral columns with float literals
- Added SLRU cache for Parquet…

