mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
3.3 KiB
3.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.5.4.25-stable (190f962abc
) FIXME as compared to v23.5.3.24-stable (76f54616d3
)
Improvement
- Backported in #51235: Improve the progress bar for file/s3/hdfs/url table functions by using chunk size from source data and using incremental total size counting in each thread. Fix the progress bar for *Cluster functions. This closes #47250. #51088 (Kruglov Pavel).
- Backported in #51255: Disable cache setting
do_not_evict_index_and_mark_files
(Was enabled in23.5
). #51222 (Kseniia Sumarokova).
Build/Testing/Packaging Improvement
- Backported in #51531: Split huge
RUN
in Dockerfile into smaller conditional. Install the necessary tools on demand in the sameRUN
layer, and remove them after that. Upgrade the OS only once at the beginning. Use a modern way to check the signed repository. Downgrade the base repo to ubuntu:20.04 to address the issues on older docker versions. Upgrade golang version to address golang vulnerabilities. #51504 (Mikhail f. Shiryaev). - Backported in #51572: This a follow-up for #51504, the cleanup was lost during refactoring. #51564 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Query Cache: Try to fix bad cast from ColumnConst to ColumnVector<char8_t> #50704 (Robert Schulze).
- Fix type of LDAP server params hash in cache entry #50865 (Julian Maicher).
- Fallback to parsing big integer from String instead of exception in Parquet format #50873 (Kruglov Pavel).
- Do not apply projection if read-in-order was enabled. #50923 (Nikolai Kochetov).
- Fix race azure blob storage iterator #50936 (SmitaRKulkarni).
- Fix ineffective query cache for SELECTs with subqueries #51132 (Robert Schulze).
- Fix fuzzer failure in ActionsDAG #51301 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Fix ParallelReadBuffer seek #50820 (Michael Kolupaev).