Altinity Stable for ClickHouse 21.8.12
Details of the Altinity Stable 21.8.12
Release Notes
ClickHouse release v21.8.12.29-altinitystable as compared to v21.8.11.1-altinitystable:
Performance Improvements
- Improved performance of JSON and XML output formats. #31673 (alexey-milovidov).
Bug Fixes
Build/Testing/Packaging Improvements
Bug Fixes (user-visible misbehaviour in official stable or prestable release)
- Fixed functions
empty
andnotEmpty
with the arguments ofUUID
type. Fixes #31819. #31883 (Anton Popov). - Fixed possible assertion
../src/IO/ReadBuffer.h:58: bool DB::ReadBuffer::next(): Assertion '!hasPendingData()' failed.
in TSKV format. #31804 (Kruglov Pavel). - Fixed usage of
Buffer
table engine with typeMap
. Fixes #30546. #31742 (Anton Popov). - Fixed race in JSONEachRowWithProgress output format when data and lines with progress are mixed in output. #31736 (Kruglov Pavel).
- Fixed
there are no such cluster here
error on execution ofON CLUSTER
query if specified cluster name is name ofReplicated
database. #31723 (tavplubix). - Settings
input_format_allow_errors_num
andinput_format_allow_errors_ratio
did not work for parsing of domain types, such asIPv4
, it’s fixed. Fixes #31686. #31697 (tavplubix). RENAME TABLE
query worked incorrectly on attempt to rename an DDL dictionary inOrdinary
database, it’s fixed. #31638 (tavplubix).- Fix invalid generated JSON when only column names contain invalid UTF-8 sequences. #31534 (Kevin Michel).
- Resolve
nullptr
in STS credentials provider for S3. #31409 (Vladimir Chebotarev). - Remove not like function into RPNElement. #31169 (sundyli).
- Fixed bug in Keeper which can lead to inability to start when some coordination logs was lost and we have more fresh snapshot than our latest log. #31150 (alesapin).
- Fixed abort in debug server and
DB::Exception: std::out_of_range: basic_string
error in release server in case of bad hdfs url by adding additional check of hdfs url structure. #31042 (Kruglov Pavel).
Last modified 2021.12.10