v.24.9Improvement
Hardened Codebase for Small Entities with Bug Fixes in DeltaLake and ExternalDistributed Tables
Hardened parts of the codebase related to parsing of small entities. The following (minor) bugs were found and fixed: - if aDeltaLaketable is partitioned by Bool, the partition value is always interpreted as false; -ExternalDistributedtable was using only a single shard in the provided addresses; the value ofmax_threadssetting and similar were printed as'auto(N)'instead ofauto(N). #52503 (Alexey Milovidov).
Why it matters
This update resolves minor but impactful bugs that affected data partition interpretation forDeltaLake tables, ensured that ExternalDistributed tables utilize all provided shards correctly, and improved the readability of settings output by removing unnecessary quotes around 'auto(N)'. These fixes improve data correctness, resource utilization, and user experience when configuring and querying ClickHouse.