mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3.3 KiB
3.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.11.5.29-stable (d83b108dec
) FIXME as compared to v23.11.4.24-stable (e79d840d7f
)
Improvement
- Backported in #58815: Add
SYSTEM JEMALLOC PURGE
for purging unused jemalloc pages,SYSTEM JEMALLOC [ ENABLE | DISABLE | FLUSH ] PROFILE
for controlling jemalloc profile if the profiler is enabled. Add jemalloc-related 4LW command in Keeper:jmst
for dumping jemalloc stats,jmfp
,jmep
,jmdp
for controlling jemalloc profile if the profiler is enabled. #58665 (Antonio Andelic). - Backported in #59234: Allow to ignore schema evolution in Iceberg table engine and read all data using schema specified by the user on table creation or latest schema parsed from metadata on table creation. This is done under a setting
iceberg_engine_ignore_schema_evolution
that is disabled by default. Note that enabling this setting can lead to incorrect result as in case of evolved schema all data files will be read using the same schema. #59133 (Kruglov Pavel).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix a stupid case of intersecting parts #58482 (Alexander Tokmakov).
- Fix stream partitioning in parallel window functions #58739 (Dmitry Novik).
- Fix double destroy call on exception throw in addBatchLookupTable8 #58745 (Raúl Marín).
- Fix JSONExtract function for LowCardinality(Nullable) columns #58808 (vdimir).
- Fix: LIMIT BY and LIMIT in distributed query #59153 (Igor Nikonov).
- Fix not-ready set for system.tables #59351 (Nikolai Kochetov).
- Fix translate() with FixedString input #59356 (Raúl Marín).
NOT FOR CHANGELOG / INSIGNIFICANT
- refine error message #57991 (Han Fei).
- Fix rare race in external sort/aggregation with temporary data in cache #58013 (Anton Popov).
- Follow-up to #58482 #58574 (Alexander Tokmakov).
- Fix possible race in ManyAggregatedData dtor. #58624 (Nikolai Kochetov).
- Decrease log level for one log message #59168 (Kseniia Sumarokova).