- New version is using
Mapdata type for system logs tables (system.query_log,system.query_thread_log,system.processes,system.opentelemetry_span_log). These tables will be auto-created with new data types. Virtual columns are created to support old queries. Closes #18698. #23934, #25773 (hexiaoting, sundy-li, Maksim Kita). If you want to downgrade from version 21.8 to older versions, you will need to cleanup system tables with logs manually. Look at/var/lib/clickhouse/data/system/*_log.
- Add support for a part of SQL/JSON standard. #24148 (l1tsolaiki, Kseniia Sumarokova).
- Collect common system metrics (in
system.asynchronous_metricsandsystem.asynchronous_metric_log) on CPU usage, disk usage, memory usage, IO, network, files, load average, CPU frequencies, thermal sensors, EDAC counters, system uptime; also added metrics about the scheduling jitter and the time spent collecting the metrics. It works similar toatopin ClickHouse and allows access to monitoring data even if you have no additional tools installed. Close #9430. #24416 (alexey-milovidov, Yegor Levankov). - Add MaterializedPostgreSQL table engine and database engine. This database engine allows replicating a whole database or any subset of database tables. #20470 (Kseniia Sumarokova).
- Add new functions
leftPad(),rightPad(),leftPadUTF8(),rightPadUTF8(). #26075 (Vitaly Baranov). - Add the
FIRSTkeyword to theADD INDEXcommand to be able to add the index at the beginning of the indices list. #25904 (xjewer). - Introduce
system.data_skipping_indicestable containing information about existing data skipping indices. Close #7659. #25693 (Dmitry Novik). - Add
bin/unbinfunctions. #25609 (zhaoyu). - Support
MapandUInt128,Int128,UInt256,Int256types inmapAddandmapSubtractfunctions. #25596 (Ildus Kurbangaliev). - Support
DISTINCT ON (columns)expression, close #25404. #25589 (Zijie Lu). - Add an ability to reset a custom setting to default and remove it from the table's metadata. It allows rolling back the change without knowing the system/config's default. Closes #14449. #17769 (xjewer).
- Render pipelines as graphs in Web UI if
EXPLAIN PIPELINE graph = 1query is submitted. #26067 (alexey-milovidov).
- Compile aggregate functions. Use option
compile_aggregate_expressionsto enable it. #24789 (Maksim Kita). - Improve latency of short queries that require reading from tables with many columns. #26371 (Anton Popov).
- Use
Mapdata type for system logs tables (system.query_log,system.query_thread_log,system.processes,system.opentelemetry_span_log). These tables will be auto-created with new data types. Virtual columns are created to support old queries. Closes #18698. #23934, #25773 (hexiaoting, sundy-li, Maksim Kita). - For a dictionary with a complex key containing only one attribute, allow not wrapping the key expression in tuple for functions
dictGet,dictHas. #26130 (Maksim Kita). - Implement function
bin/hexfromAggregateFunctionstates. #26094 (zhaoyu). - Support arguments of
UUIDtype foremptyandnotEmptyfunctions.UUIDis empty if it is all zeros (nil UUID). Closes #3446. #25974 (zhaoyu). - Add support for
SET SQL_SELECT_LIMITin MySQL protocol. Closes #17115. #25972 (Kseniia Sumarokova). - More instrumentation for network interaction: add counters for recv/send bytes; add gauges for recvs/sends. Added missing documentation. Close #5897. #25962 (alexey-milovidov).
- Add setting
optimize_move_to_prewhere_if_final. If query hasFINAL, the optimizationmove_to_prewherewill be enabled only if bothoptimize_move_to_prewhereandoptimize_move_to_prewhere_if_finalare enabled. Closes #8684. #25940 (Kseniia Sumarokova). - Allow complex quoted identifiers of JOINed tables. Close #17861. #25924 (alexey-milovidov).
- Add support for Unicode (e.g. Chinese, Cyrillic) components in
Nesteddata types. Close #25594. #25923 (alexey-milovidov). - Allow
quantiles*functions to work withaggregate_functions_null_for_empty. Close #25892. #25919 (alexey-milovidov). - Allow parameters for parametric aggregate functions to be arbitrary constant expressions (e.g.,
1 + 2), not just literals. It also allows using the query parameters (in parameterized queries like{param:UInt8}) inside parametric aggregate functions. Closes #11607. #25910 (alexey-milovidov). - Correctly throw the exception on the attempt to parse an invalid
Date. Closes #6481. #25909 (alexey-milovidov). - Support for multiple includes in configuration. It is possible to include users configuration, remote server configuration from multiple sources. Simply place
<include />element withfrom_zk,from_envorinclattribute, and it will be replaced with the substitution. #24404 (nvartolomei). - Support for queries with a column named
"null"(it must be specified in back-ticks or double quotes) andON CLUSTER. Closes #24035. #25907 (alexey-milovidov). - Support
LowCardinality,Decimal, andUUIDforJSONExtract. Closes #24606. #25900 (Kseniia Sumarokova). - Convert history file from
readlineformat toreplxxformat. #25888 (Azat Khuzhin). - Fix an issue which can lead to intersecting parts after
DROP PARTor background deletion of an empty part. #25884 (alesapin). - Better handling of lost parts for
ReplicatedMergeTreetables. Fixes rare inconsistencies inReplicationQueue. Fixes #10368. #25820 (alesapin). - Allow starting clickhouse-client with unreadable working directory. #25817 (ianton-ru).
- Fix "No available columns" error for
Mergestorage. #25801 (Azat Khuzhin). - MySQL Engine now supports the exchange of column comments between MySQL and ClickHouse. #25795 (Storozhuk Kostiantyn).
- Fix inconsistent behaviour of
GROUP BYconstant on empty set. Closes #6842. #25786 (Kseniia Sumarokova). - Cancel already running merges in partition on
DROP PARTITIONandTRUNCATEforReplicatedMergeTree. Resolves #17151. #25684 (tavplubix). - Support ENUM` data type for MaterializeMySQL. #25676 (Storozhuk Kostiantyn).
- Support materialized and aliased columns in JOIN, close #13274. #25634 (Vladimir C).
- Fix possible logical race condition between
ALTER TABLE ... DETACHand background merges. #25605 (Azat Khuzhin). - Make
NetworkReceiveElapsedMicrosecondsmetric to correctly include the time spent waiting for data from the client toINSERT. Close #9958. #25602 (alexey-milovidov). - Support
TRUNCATE TABLEfor S3 and HDFS. Close #25530. #25550 (Kseniia Sumarokova). - Support for dynamic reloading of config to change number of threads in pool for background jobs execution (merges, mutations, fetches). #25548 (Nikita Mikhaylov).
- Allow extracting of non-string element as string using
JSONExtract. This is for #25414. #25452 (Amos Bird). - Support regular expression in
Databaseargument forStorageMerge. Close #776. #25064 (flynn). - Web UI: if the value looks like a URL, automatically generate a link. #25965 (alexey-milovidov).
- Make
sudo service clickhouse-server startto work on systems withsystemdlike Centos 8. Close #14298. Close #17799. #25921 (alexey-milovidov).
- Fix incorrect
SET ROLEin some cases. #26707 (Vitaly Baranov). - Fix potential
nullptrdereference in window functions. Fix #25276. #26668 (Alexander Kuzmenkov). - Fix incorrect function names of
groupBitmapAnd/Or/Xor. Fix #26557 (Amos Bird). - Fix crash in RabbitMQ shutdown in case RabbitMQ setup was not started. Closes #26504. #26529 (Kseniia Sumarokova).
- Fix issues with
CREATE DICTIONARYquery if dictionary name or database name was quoted. Closes #26491. #26508 (Maksim Kita). - Fix broken name resolution after rewriting column aliases. Fix #26432. #26475 (Amos Bird).
- Fix infinite non-joined block stream in
partial_merge_joinclose #26325. #26374 (Vladimir C). - Fix possible crash when login as dropped user. Fix #26073. #26363 (Vitaly Baranov).
- Fix
optimize_distributed_group_by_sharding_keyfor multiple columns (leads to incorrect result w/optimize_skip_unused_shards=1/allow_nondeterministic_optimize_skip_unused_shards=1and multiple columns in sharding key expression). #26353 (Azat Khuzhin). CASTfromDatetoDateTime(orDateTime64) was not using the timezone of theDateTimetype. It can also affect the comparison betweenDateandDateTime. Inference of the common type forDateandDateTimealso was not using the corresponding timezone. It affected the results of functionifand array construction. Closes #24128. #24129 (Maksim Kita).- Fixed rare bug in lost replica recovery that may cause replicas to diverge. #26321 (tavplubix).
- Fix zstd decompression in case there are escape sequences at the end of internal buffer. Closes #26013. #26314 (Kseniia Sumarokova).
- Fix logical error on join with totals, close #26017. #26250 (Vladimir C).
- Remove excessive newline in
thread_namecolumn insystem.stack_tracetable. Fix #24124. #26210 (alexey-milovidov). - Fix
joinGetwithLowCarinalitycolumns, close #25993. #26118 (Vladimir C). - Fix possible crash in
pointInPolygonif the settingvalidate_polygonsis turned off. #26113 (alexey-milovidov). - Fix throwing exception when iterate over non-existing remote directory. #26087 (ianton-ru).
- Fix rare server crash because of
abortin ZooKeeper client. Fixes #25813. #26079 (alesapin). - Fix wrong thread count estimation for right subquery join in some cases. Close #24075. #26052 (Vladimir C).
- Fixed incorrect
sequence_idin MySQL protocol packets that ClickHouse sends on exception during query execution. It might cause MySQL client to reset connection to ClickHouse server. Fixes #21184. #26051 (tavplubix). - Fix possible mismatched header when using normal projection with
PREWHERE. Fix #26020. #26038 (Amos Bird). - Fix formatting of type
Mapwith integer keys toJSON. #25982 (Anton Popov). - Fix possible deadlock during query profiler stack unwinding. Fix #25968. #25970 (Maksim Kita).
- Fix crash on call
dictGet()with bad arguments. #25913 (Vitaly Baranov). - Fixed
scram-sha-256authentication for PostgreSQL engines. Closes #24516. #25906 (Kseniia Sumarokova). - Fix extremely long backoff for background tasks when the background pool is full. Fixes #25836. #25893 (alesapin).
- Fix ARM exception handling with non default page size. Fixes #25512, #25044, #24901, #23183, #20221, #19703, #19028, #18391, #18121, #17994, #12483. #25854 (Maksim Kita).
- Fix sharding_key from column w/o function for
remote()(beforeselect * from remote('127.1', system.one, dummy)leads toUnknown column: dummy, there are only columns .error). #25824 (Azat Khuzhin). - Fixed
Not found column ...andMissing column ...errors when selecting fromMaterializeMySQL. Fixes #23708, #24830, #25794. #25822 (tavplubix). - Fix
optimize_skip_unused_shards_rewrite_infor non-UInt64 types (may select incorrect shards eventually or throwCannot infer type of an empty tupleorFunction tuple requires at least one argument). #25798 (Azat Khuzhin). - Fix rare bug with
DROP PARTquery forReplicatedMergeTreetables which can lead to error messageUnexpected merged part intersecting drop range. #25783 (alesapin). - Fix bug in
TTLwithGROUP BYexpression which refuses to executeTTLafter first execution in part. #25743 (alesapin). - Allow StorageMerge to access tables with aliases. Closes #6051. #25694 (Kseniia Sumarokova).
- Fix slow dict join in some cases, close #24209. #25618 (Vladimir C).
- Fix
ALTER MODIFY COLUMNof columns, which participates in TTL expressions. #25554 (Anton Popov). - Fix assertion in
PREWHEREwith non-UInt8 type, close #19589. #25484 (Vladimir C). - Fix some fuzzed msan crash. Fixes #22517. #26428 (Nikolai Kochetov).
- Update
chowncmd check inclickhouse-serverdocker entrypoint. It fixes error 'cluster pod restart failed (or timeout)' on kubernetes. #26545 (Ky Li).
- Improved performance of queries with explicitly defined large sets. Added compatibility setting
legacy_column_name_of_tuple_literal. It makes sense to set it totrue, while doing rolling update of cluster from version lower than 21.7 to any higher version. Otherwise distributed queries with explicitly defined sets atINclause may fail during update. #25371 (Anton Popov). - Forward/backward incompatible change of maximum buffer size in clickhouse-keeper (an experimental alternative to ZooKeeper). Better to do it now (before production), than later. #25421 (alesapin).
- Support configuration in YAML format as alternative to XML. This closes #3607. #21858 (BoloniniD).
- Provides a way to restore replicated table when the data is (possibly) present, but the ZooKeeper metadata is lost. Resolves #13458. #13652 (Mike Kot).
- Support structs and maps in Arrow/Parquet/ORC and dictionaries in Arrow input/output formats. Present new setting
output_format_arrow_low_cardinality_as_dictionary. #24341 (Kruglov Pavel). - Added support for
Arraytype in dictionaries. #25119 (Maksim Kita). - Added function
bitPositionsToArray. Closes #23792. Author [Kevin Wan] (@MaxWk). #25394 (Maksim Kita). - Added function
dateNameto return names like 'Friday' or 'April'. Author [Daniil Kondratyev] (@dankondr). #25372 (Maksim Kita). - Add
toJSONStringfunction to serialize columns to their JSON representations. #25164 (Amos Bird). - Now
query_loghas two new columns:initial_query_start_time,initial_query_start_time_microsecondthat record the starting time of a distributed query if any. #25022 (Amos Bird). - Add aggregate function
segmentLengthSum. #24250 (flynn). - Add a new boolean setting
prefer_global_in_and_joinwhich defaults all IN/JOIN as GLOBAL IN/JOIN. #23434 (Amos Bird). - Support
ALTER DELETEqueries forJointable engine. #23260 (foolchi). - Add
quantileBFloat16aggregate function as well as the correspondingquantilesBFloat16andmedianBFloat16. It is very simple and fast quantile estimator with relative error not more than 0.390625%. This closes #16641. #23204 (Ivan Novitskiy). - Implement
sequenceNextNode()function useful forflow analysis. #19766 (achimbab).
- Add support for virtual filesystem over HDFS. #11058 (overshov) (Kseniia Sumarokova).
- Now clickhouse-keeper (an experimental alternative to ZooKeeper) supports ZooKeeper-like
digestACLs. #24448 (alesapin).
- Added optimization that transforms some functions to reading of subcolumns to reduce amount of read data. E.g., statement
col IS NULLis transformed to reading of subcolumncol.null. Optimization can be enabled by settingoptimize_functions_to_subcolumnswhich is currently off by default. #24406 (Anton Popov). - Rewrite more columns to possible alias expressions. This may enable better optimization, such as projections. #24405 (Amos Bird).
- Index of type
bloom_filtercan be used for expressions withhasAnyfunction with constant arrays. This closes: #24291. #24900 (Vasily Nemkov). - Add exponential backoff to reschedule read attempt in case RabbitMQ queues are empty. (ClickHouse has support for importing data from RabbitMQ). Closes #24340. #24415 (Kseniia Sumarokova).
- Allow to limit bandwidth for replication. Add two Replicated*MergeTree settings:
max_replicated_fetches_network_bandwidthandmax_replicated_sends_network_bandwidthwhich allows to limit maximum speed of replicated fetches/sends for table. Add two server-wide settings (indefaultuser profile):max_replicated_fetches_network_bandwidth_for_serverandmax_replicated_sends_network_bandwidth_for_serverwhich limit maximum speed of replication for all tables. The settings are not followed perfectly accurately. Turned off by default. Fixes #1821. #24573 (alesapin). - Resource constraints and isolation for ODBC and Library bridges. Use separate
clickhouse-bridgegroup and user for bridge processes. Set oom_score_adj so the bridges will be first subjects for OOM killer. Set set maximum RSS to 1 GiB. Closes #23861. #25280 (Kseniia Sumarokova). - Add standalone
clickhouse-keepersymlink to the mainclickhousebinary. Now it's possible to run coordination without the main clickhouse server. #24059 (alesapin). - Use global settings for query to
VIEW. Fixed the behavior when queries toVIEWuse local settings, that leads to errors if setting onCREATE VIEWandSELECTwere different. As for now,VIEWwon't use these modified settings, but you can still pass additional settings inSETTINGSsection ofCREATE VIEWquery. Close #20551. #24095 (Vladimir). - On server start, parts with incorrect partition ID would not be ever removed, but always detached. #25070. #25166 (Nikolai Kochetov).
- Increase size of background schedule pool to 128 (
background_schedule_pool_sizesetting). It allows avoiding replication queue hung on slow zookeeper connection. #25072 (alesapin). - Add merge tree setting
max_parts_to_merge_at_oncewhich limits the number of parts that can be merged in the background at once. Doesn't affectOPTIMIZE FINALquery. Fixes #1820. #24496 (alesapin). - Allow
NOT INoperator to be used in partition pruning. #24894 (Amos Bird). - Recognize IPv4 addresses like
127.0.1.1as local. This is controversial and closes #23504. Michael Filimonov will test this feature. #24316 (alexey-milovidov). - ClickHouse database created with MaterializeMySQL (it is an experimental feature) now contains all column comments from the MySQL database that materialized. #25199 (Storozhuk Kostiantyn).
- Add settings (
connection_auto_close/connection_max_tries/connection_pool_size) for MySQL storage engine. #24146 (Azat Khuzhin). - Improve startup time of Distributed engine. #25663 (Azat Khuzhin).
- Improvement for Distributed tables. Drop replicas from dirname for internal_replication=true (allows INSERT into Distributed with cluster from any number of replicas, before only 15 replicas was supported, everything more will fail with ENAMETOOLONG while creating directory for async blocks). #25513 (Azat Khuzhin).
- Added support
Intervaltype forLowCardinality. It is needed for intermediate values of some expressions. Closes #21730. #25410 (Vladimir). - Add
==operator on time conditions forsequenceMatchandsequenceCountfunctions. For eg: sequenceMatch('(?1)(?t==1)(?2)')(time, data = 1, data = 2). #25299 (Christophe Kalenzaga). - Add settings
http_max_fields,http_max_field_name_size,http_max_field_value_size. #25296 (Ivan). - Add support for function
ifwithDecimalandInttypes on its branches. This closes #20549. This closes #10142. #25283 (alexey-milovidov). - Update prompt in
clickhouse-clientand display a message when reconnecting. This closes #10577. #25281 (alexey-milovidov). - Correct memory tracking in aggregate function
topK. This closes #25259. #25260 (alexey-milovidov). - Fix
topLevelDomainfor IDN hosts (i.e.example.рф), before it returns empty string for such hosts. #25103 (Azat Khuzhin). - Detect Linux kernel version at runtime (for worked nested epoll, that is required for
async_socket_for_remote/use_hedged_requests, otherwise remote queries may stuck). #25067 (Azat Khuzhin). - For distributed query, when
optimize_skip_unused_shards=1, allow to skip shard with condition like(sharding key) IN (one-element-tuple). (Tuples with many elements were supported. Tuple with single element did not work because it is parsed as literal). #24930 (Amos Bird). - Improved log messages of S3 errors, no more double whitespaces in case of empty keys and buckets. #24897 (Vladimir Chebotarev).
- Some queries require multi-pass semantic analysis. Try reusing built sets for
INin this case. #24874 (Amos Bird). - Respect
max_distributed_connectionsforinsert_distributed_sync(otherwise for huge clusters and sync insert it may run out ofmax_thread_pool_size). #24754 (Azat Khuzhin). - Avoid hiding errors like
Limit for rows or bytes to read exceededfor scalar subqueries. #24545 (nvartolomei). - Make String-to-Int parser stricter so that
toInt64('+')will throw. #24475 (Amos Bird). - If
SSD_CACHEis created with DDL query, it can be created only insideuser_filesdirectory. #24466 (Maksim Kita). - PostgreSQL support for specifying non default schema for insert queries. Closes #24149. #24413 (Kseniia Sumarokova).
- Fix IPv6 addresses resolving (i.e. fixes
select * from remote('[::1]', system.one)). #24319 (Azat Khuzhin). - Fix trailing whitespaces in FROM clause with subqueries in multiline mode, and also changes the output of the queries slightly in a more human friendly way. #24151 (Azat Khuzhin).
- Improvement for Distributed tables. Add ability to split distributed batch on failures (i.e. due to memory limits, corruptions), under
distributed_directory_monitor_split_batch_on_failure(OFF by default). #23864 (Azat Khuzhin). - Handle column name clashes for
Jointable engine. Closes #20309. #23769 (Vladimir). - Display progress for
Filetable engine inclickhouse-localand on INSERT query inclickhouse-clientwhen data is passed to stdin. Closes #18209. #23656 (Kseniia Sumarokova). - Bugfixes and improvements of
clickhouse-copier. Allow to copy tables with different (but compatible schemas). Closes #9159. Added test to copy ReplacingMergeTree. Closes #22711. Support TTL on columns and Data Skipping Indices. It simply removes it to create internal Distributed table (underlying table will have TTL and skipping indices). Closes #19384. Allow to copy MATERIALIZED and ALIAS columns. There are some cases in which it could be helpful (e.g. if this column is in PRIMARY KEY). Now it could be allowed by settingallow_to_copy_alias_and_materialized_columnsproperty to true in task configuration. Closes #9177. Closes [#11007] (ClickHouse#11007). Closes #9514. Added a propertyallow_to_drop_target_partitionsin task configuration to drop partition in original table before moving helping tables. Closes #20957. Get rid ofOPTIMIZE DEDUPLICATEquery. This hack was needed, becauseALTER TABLE MOVE PARTITIONwas retried many times and plain MergeTree tables don't have deduplication. Closes #17966. Write progress to ZooKeeper node on pathtask_path + /statusin JSON format. Closes #20955. Support for ReplicatedTables without arguments. Closes #24834 .#23518 (Nikita Mikhaylov). - Added sleep with backoff between read retries from S3. #23461 (Vladimir Chebotarev).
- Respect
insert_allow_materialized_columns(allows materialized columns) for INSERT intoDistributedtable. #23349 (Azat Khuzhin). - Add ability to push down LIMIT for distributed queries. #23027 (Azat Khuzhin).
- Fix zero-copy replication with several S3 volumes (Fixes #22679). #22864 (ianton-ru).
- Resolve the actual port number bound when a user requests any available port from the operating system to show it in the log message. #25569 (bnaecker).
- Fixed case, when sometimes conversion of postgres arrays resulted in String data type, not n-dimensional array, because
attndimsworks incorrectly in some cases. Closes #24804. #25538 (Kseniia Sumarokova). - Fix convertion of DateTime with timezone for MySQL, PostgreSQL, ODBC. Closes #5057. #25528 (Kseniia Sumarokova).
- Distinguish KILL MUTATION for different tables (fixes unexpected
Cancelled mutating partserror). #25025 (Azat Khuzhin). - Allow to declare S3 disk at root of bucket (S3 virtual filesystem is an experimental feature under development). #24898 (Vladimir Chebotarev).
- Enable reading of subcolumns (e.g. components of Tuples) for distributed tables. #24472 (Anton Popov).
- A feature for MySQL compatibility protocol: make
userfunction to return correct output. Closes #25697. #25697 (sundyli).
- Improvement for backward compatibility. Use old modulo function version when used in partition key. Closes #23508. #24157 (Kseniia Sumarokova).
- Fix extremely rare bug on low-memory servers which can lead to the inability to perform merges without restart. Possibly fixes #24603. #24872 (alesapin).
- Fix extremely rare error
Tagging already tagged partin replication queue during concurrentalter move/replace partition. Possibly fixes #22142. #24961 (alesapin). - Fix potential crash when calculating aggregate function states by aggregation of aggregate function states of other aggregate functions (not a practical use case). See #24523. #25015 (alexey-milovidov).
- Fixed the behavior when query
SYSTEM RESTART REPLICAorSYSTEM SYNC REPLICAdoes not finish. This was detected on server with extremely low amount of RAM. #24457 (Nikita Mikhaylov). - Fix bug which can lead to ZooKeeper client hung inside clickhouse-server. #24721 (alesapin).
- If ZooKeeper connection was lost and replica was cloned after restoring the connection, its replication queue might contain outdated entries. Fixed failed assertion when replication queue contains intersecting virtual parts. It may rarely happen if some data part was lost. Print error in log instead of terminating. #24777 (tavplubix).
- Fix lost
WHEREcondition in expression-push-down optimization of query plan (settingquery_plan_filter_push_down = 1by default). Fixes #25368. #25370 (Nikolai Kochetov). - Fix bug which can lead to intersecting parts after merges with TTL:
Part all_40_40_0 is covered by all_40_40_1 but should be merged into all_40_41_1. This shouldn't happen often.. #25549 (alesapin). - On ZooKeeper connection loss
ReplicatedMergeTreetable might wait for background operations to complete before trying to reconnect. It's fixed, now background operations are stopped forcefully. #25306 (tavplubix). - Fix error
Key expression contains comparison between inconvertible typesfor queries withARRAY JOINin case if array is used in primary key. Fixes #8247. #25546 (Anton Popov). - Fix wrong totals for query
WITH TOTALSandWITH FILL. Fixes #20872. #25539 (Anton Popov). - Fix data race when querying
system.clusterswhile reloading the cluster configuration at the same time. #25737 (Amos Bird). - Fixed
No such file or directoryerror on movingDistributedtable between databases. Fixes #24971. #25667 (tavplubix). REPLACE PARTITIONmight be ignored in rare cases if the source partition was empty. It's fixed. Fixes #24869. #25665 (tavplubix).- Fixed a bug in
Replicateddatabase engine that might rarely cause some replica to skip enqueued DDL query. #24805 (tavplubix). - Fix null pointer dereference in
EXPLAIN ASTwithout query. #25631 (Nikolai Kochetov). - Fix waiting of automatic dropping of empty parts. It could lead to full filling of background pool and stuck of replication. #23315 (Anton Popov).
- Fix restore of a table stored in S3 virtual filesystem (it is an experimental feature not ready for production). #25601 (ianton-ru).
- Fix nullptr dereference in
Arrowformat when usingDecimal256. AddDecimal256support forArrowformat. #25531 (Kruglov Pavel). - Fix excessive underscore before the names of the preprocessed configuration files. #25431 (Vitaly Baranov).
- A fix for
clickhouse-copiertool: Fix segfault when sharding_key is absent in task config for copier. #25419 (Nikita Mikhaylov). - Fix
REPLACEcolumn transformer when used in DDL by correctly quoting the formated query. This fixes #23925. #25391 (Amos Bird). - Fix the possibility of non-deterministic behaviour of the
quantileDeterministicfunction and similar. This closes #20480. #25313 (alexey-milovidov). - Support
SimpleAggregateFunction(LowCardinality)forSummingMergeTree. Fixes #25134. #25300 (Nikolai Kochetov). - Fix logical error with exception message "Cannot sum Array/Tuple in min/maxMap". #25298 (Kruglov Pavel).
- Fix error
Bad cast from type DB::ColumnLowCardinality to DB::ColumnVector<char8_t>for queries whereLowCardinalityargument was used for IN (this bug appeared in 21.6). Fixes #25187. #25290 (Nikolai Kochetov). - Fix incorrect behaviour of
joinGetOrNullwith not-nullable columns. This fixes #24261. #25288 (Amos Bird). - Fix incorrect behaviour and UBSan report in big integers. In previous versions
CAST(1e19 AS UInt128)returned zero. #25279 (alexey-milovidov). - Fixed an error which occurred while inserting a subset of columns using CSVWithNames format. Fixes #25129. #25169 (Nikita Mikhaylov).
- Do not use table's projection for
SELECTwithFINAL. It is not supported yet. #25163 (Amos Bird). - Fix possible parts loss after updating up to 21.5 in case table used
UUIDin partition key. (It is not recommended to useUUIDin partition key). Fixes #25070. #25127 (Nikolai Kochetov). - Fix crash in query with cross join and
joined_subquery_requires_alias = 0. Fixes #24011. #25082 (Nikolai Kochetov). - Fix bug with constant maps in mapContains function that lead to error
empty column was returned by function mapContains. Closes #25077. #25080 (Kruglov Pavel). - Remove possibility to create tables with columns referencing themselves like
a UInt32 ALIAS a + 1orb UInt32 MATERIALIZED b. Fixes #24910, #24292. #25059 (alesapin). - Fix wrong result when using aggregate projection with not empty
GROUP BYkey to execute query withGROUP BYby empty key. #25055 (Amos Bird). - Fix serialization of splitted nested messages in Protobuf format. This PR fixes #24647. #25000 (Vitaly Baranov).
- Fix limit/offset settings for distributed queries (ignore on the remote nodes). #24940 (Azat Khuzhin).
- Fix possible heap-buffer-overflow in
Arrowformat. #24922 (Kruglov Pavel). - Fixed possible error 'Cannot read from istream at offset 0' when reading a file from DiskS3 (S3 virtual filesystem is an experimental feature under development that should not be used in production). #24885 (Pavel Kovalenko).
- Fix "Missing columns" exception when joining Distributed Materialized View. #24870 (Azat Khuzhin).
- Allow
NULLvalues in postgresql compatibility protocol. Closes #22622. #24857 (Kseniia Sumarokova). - Fix bug when exception
Mutation was killedcan be thrown to the client on mutation wait when mutation not loaded into memory yet. #24809 (alesapin). - Fixed bug in deserialization of random generator state with might cause some data types such as
AggregateFunction(groupArraySample(N), T))to behave in a non-deterministic way. #24538 (tavplubix). - Disallow building uniqXXXXStates of other aggregation states. #24523 (Raúl Marín). Then allow it back by actually eliminating the root cause of the related issue. (alexey-milovidov).
- Fix usage of tuples in
CREATE .. AS SELECTqueries. #24464 (Anton Popov). - Fix computation of total bytes in
Buffertable. In current ClickHouse version total_writes.bytes counter decreases too much during the buffer flush. It leads to counter overflow and totalBytes return something around 17.44 EB some time after the flush. #24450 (DimasKovas). - Fix incorrect information about the monotonicity of toWeek function. This fixes #24422 . This bug was introduced in ClickHouse#5212 , and was exposed later by smarter partition pruner. #24446 (Amos Bird).
- When user authentication is managed by LDAP. Fixed potential deadlock that can happen during LDAP role (re)mapping, when LDAP group is mapped to a nonexistent local role. #24431 (Denis Glazachev).
- In "multipart/form-data" message consider the CRLF preceding a boundary as part of it. Fixes #23905. #24399 (Ivan).
- Fix drop partition with intersect fake parts. In rare cases there might be parts with mutation version greater than current block number. #24321 (Amos Bird).
- Fixed a bug in moving Materialized View from Ordinary to Atomic database (
RENAME TABLEquery). Now inner table is moved to new database together with Materialized View. Fixes #23926. #24309 (tavplubix). - Allow empty HTTP headers. Fixes #23901. #24285 (Ivan).
- Correct processing of mutations (ALTER UPDATE/DELETE) in Memory tables. Closes #24274. #24275 (flynn).
- Make column LowCardinality property in JOIN output the same as in the input, close #23351, close #20315. #24061 (Vladimir).
- A fix for Kafka tables. Fix the bug in failover behavior when Engine = Kafka was not able to start consumption if the same consumer had an empty assignment previously. Closes #21118. #21267 (filimonov).
- Add
darwin-aarch64(Mac M1 / Apple Silicon) builds in CI #25560 (Ivan) and put the links to the docs and website (alexey-milovidov). - Adds cross-platform embedding of binary resources into executables. It works on Illumos. #25146 (bnaecker).
- Add join related options to stress tests to improve fuzzing. #25200 (Vladimir).
- Enable build with s3 module in osx #25217. #25218 (kevin wan).
- Add integration test cases to cover JDBC bridge. #25047 (Zhichun Wu).
- Integration tests configuration has special treatment for dictionaries. Removed remaining dictionaries manual setup. #24728 (Ilya Yatsishin).
- Add libfuzzer tests for YAMLParser class. #24480 (BoloniniD).
- Ubuntu 20.04 is now used to run integration tests, docker-compose version used to run integration tests is updated to 1.28.2. Environment variables now take effect on docker-compose. Rework test_dictionaries_all_layouts_separate_sources to allow parallel run. #20393 (Ilya Yatsishin).
- Fix TOCTOU error in installation script. #25277 (alexey-milovidov).
zstdcompression library is updated to v1.5.0. You may get messages about "checksum does not match" in replication. These messages are expected due to update of compression algorithm and you can ignore them. These messages are informational and do not indicate any kinds of undesired behaviour.- The setting
compile_expressionsis enabled by default. Although it has been heavily tested on variety of scenarios, if you find some undesired behaviour on your servers, you can try turning this setting off. - Values of
UUIDtype cannot be compared with integer. For example, instead of writinguuid != 0typeuuid != '00000000-0000-0000-0000-000000000000'.
- Add Postgres-like cast operator (
::). E.g.:[1, 2]::Array(UInt8),0.1::Decimal(4, 4),number::UInt16. #23871 (Anton Popov). - Make big integers production ready. Add support for
UInt128data type. Fix known issues with theDecimal256data type. Support big integers in dictionaries. Supportgcd/lcmfunctions for big integers. Support big integers in array search and conditional functions. SupportLowCardinality(UUID). Support big integers ingenerateRandomtable function andclickhouse-obfuscator. Fix error with returningUUIDfrom scalar subqueries. This fixes #7834. This fixes #23936. This fixes #4176. This fixes #24018. Backward incompatible change: values ofUUIDtype cannot be compared with integer. For example, instead of writinguuid != 0typeuuid != '00000000-0000-0000-0000-000000000000'. #23631 (alexey-milovidov). - Support
Arraydata type for inserting and selecting data inArrow,ParquetandORCformats. #21770 (taylor12805). - Implement table comments. Closes #23225. #23548 (flynn).
- Support creating dictionaries with DDL queries in
clickhouse-local. Closes #22354. Added support forDETACH DICTIONARY PERMANENTLY. Added support forEXCHANGE DICTIONARIESforAtomicdatabase engine. Added support for moving dictionaries between databases usingRENAME DICTIONARY. #23436 (Maksim Kita). - Add aggregate function
uniqThetato support Theta Sketch in ClickHouse. #23894. #22609 (Ping Yu). - Add function
splitByRegexp. #24077 (abel-cheng). - Add function
arrayProductwhich accept an array as the parameter, and return the product of all the elements in array. Closes #21613. #23782 (Maksim Kita). - Add
thread_namecolumn insystem.stack_trace. This closes #23256. #24124 (abel-cheng). - If
insert_null_as_default= 1, insert default values instead of NULL inINSERT ... SELECTandINSERT ... SELECT ... UNION ALL ...queries. Closes #22832. #23524 (Kseniia Sumarokova). - Add support for progress indication in
clickhouse-localwith--progressoption. #23196 (Egor Savin). - Add support for HTTP compression (determined by
Content-EncodingHTTP header) inhttpdictionary source. This fixes #8912. #23946 (FArthur-cmd). - Added
SYSTEM QUERY RELOAD MODEL,SYSTEM QUERY RELOAD MODELS. Closes #18722. #23182 (Maksim Kita). - Add setting
json(boolean, 0 by default) forEXPLAIN PLANquery. When enabled, query output will be a singleJSONrow. It is recommended to useTSVRawformat to avoid unnecessary escaping. #23082 (Nikolai Kochetov). - Add setting
indexes(boolean, disabled by default) toEXPLAIN PIPELINEquery. When enabled, shows used indexes, number of filtered parts and granules for every index applied. Supported forMergeTree*tables. #22352 (Nikolai Kochetov). - LDAP: implemented user DN detection functionality to use when mapping Active Directory groups to ClickHouse roles. #22228 (Denis Glazachev).
- New aggregate function
deltaSumTimestampfor summing the difference between consecutive rows while maintaining ordering during merge by storing timestamps. #21888 (Russ Frank). - Added less secure IMDS credentials provider for S3 which works under docker correctly. #21852 (Vladimir Chebotarev).
- Add back
indexHintfunction. This is for #21238. This reverts #9542. This fixes #9540. #21304 (Amos Bird).
- Enable
compile_expressionssetting by default. When this setting enabled, compositions of simple functions and operators will be compiled to native code with LLVM at runtime. #8482 (Maksim Kita, alexey-milovidov). Note: if you feel in trouble, turn this option off. - Update
re2library. Performance of regular expressions matching is improved. Also this PR adds compatibility with gcc-11. #24196 (Raúl Marín). - ORC input format reading by stripe instead of reading entire table into memory by once which is cost memory when file size is huge. #23102 (Chao Ma).
- Fusion of aggregate functions
sum,countandavgin a query into single aggregate function. The optimization is controlled with theoptimize_fuse_sum_count_avgsetting. This is implemented with a new aggregate functionsumCount. This function returns a tuple of two fields:sumandcount. #21337 (hexiaoting). - Update
zstdto v1.5.0. The performance of compression is improved for single digits percentage. #24135 (Raúl Marín). Note: you may get messages about "checksum does not match" in replication. These messages are expected due to update of compression algorithm and you can ignore them. - Improved performance of
Buffertables: do not acquire lock for total_bytes/total_rows forBufferengine. #24066 (Azat Khuzhin). - Preallocate support for hashed/sparse_hashed dictionaries is returned. #23979 (Azat Khuzhin).
- Enable
async_socket_for_remoteby default (lower amount of threads in querying Distributed tables with large fanout). #23683 (Nikolai Kochetov).
- Add
_partition_valuevirtual column to MergeTree table family. It can be used to prune partition in a deterministic way. It's needed to implement partition matcher for mutations. #23673 (Amos Bird). - Added
regionparameter for S3 storage and disk. #23846 (Vladimir Chebotarev). - Allow configuring different log levels for different logging channels. Closes #19569. #23857 (filimonov).
- Keep default timezone on
DateTimeoperations if it was not provided explicitly. For example, if you add one second to a value ofDateTimetype without timezone it will remainDateTimewithout timezone. In previous versions the value of default timezone was placed to the returned data type explicitly so it becomes DateTime('something'). This closes #4854. #23392 (alexey-milovidov). - Allow user to specify empty string instead of database name for
MySQLstorage. Default database will be used for queries. In previous versions it was working for SELECT queries and not support for INSERT was also added. This closes #19281. This can be useful working withSphinxor other MySQL-compatible foreign databases. #23319 (alexey-milovidov). - Fixed
quantile(s)TDigest. Added special handling of singleton centroids according to tdunning/t-digest 3.2+. Also a bug with over-compression of centroids in implementation of earlier version of the algorithm was fixed. #23314 (Vladimir Chebotarev). - Function
now64now supports optional timezone argument. #24091 (Vasily Nemkov). - Fix the case when a progress bar in interactive mode in clickhouse-client that appear in the middle of the data may rewrite some parts of visible data in terminal. This closes #19283. #23050 (alexey-milovidov).
- Fix crash when memory allocation fails in simdjson. simdjson/simdjson#1567 . Mark as improvement because it's a very rare bug. #24147 (Amos Bird).
- Preserve dictionaries until storage shutdown (this will avoid possible
external dictionary 'DICT' not founderrors at server shutdown during final flush of theBufferengine). #24068 (Azat Khuzhin). - Flush
Buffertables before shutting down tables (within one database), to avoid discarding blocks due to underlying table had been already detached (andDestination table default.a_data_01870 doesn't exist. Block of data is discardederror in the log). #24067 (Azat Khuzhin). - Now
prefer_column_name_to_alias = 1will also favor column names forgroup by,havingandorder by. This fixes #23882. #24022 (Amos Bird). - Add support for
ORDER BY WITH FILLwithDateTime64. #24016 (kevin wan). - Enable
DateTime64to be a version column inReplacingMergeTree. #23992 (kevin wan). - Log information about OS name, kernel version and CPU architecture on server startup. #23988 (Azat Khuzhin).
- Support specifying table schema for
postgresqldictionary source. Closes #23958. #23980 (Kseniia Sumarokova). - Add hints for names of
Enumelements (suggest names in case of typos). Closes #17112. #23919 (flynn). - Measure found rate (the percentage for which the value was found) for dictionaries (see
found_rateinsystem.dictionaries). #23916 (Azat Khuzhin). - Allow to add specific queue settings via table settng
rabbitmq_queue_settings_list. (Closes #23737 and #23918). Allow user to control all RabbitMQ setup: if table settingrabbitmq_queue_consumeis set to1- RabbitMQ table engine will only connect to specified queue and will not perform any RabbitMQ consumer-side setup like declaring exchange, queues, bindings. (Closes #21757). Add proper cleanup when RabbitMQ table is dropped - delete queues, which the table has declared and all bound exchanges - if they were created by the table. #23887 (Kseniia Sumarokova). - Add
broken_data_files/broken_data_compressed_bytesintosystem.distribution_queue. Add metric for number of files for asynchronous insertion into Distributed tables that has been marked as broken (BrokenDistributedFilesToInsert). #23885 (Azat Khuzhin). - Querying
system.tablesdoes not go to ZooKeeper anymore. #23793 (Fuwang Hu). - Respect
lock_acquire_timeout_for_background_operationsforOPTIMIZEqueries. #23623 (Azat Khuzhin). - Possibility to change
S3disk settings in runtime via newSYSTEM RESTART DISKSQL command. #23429 (Pavel Kovalenko). - If user applied a misconfiguration by mistakenly setting
max_distributed_connectionsto value zero, every query to aDistributedtable will throw exception with a message containing "logical error". But it's really an expected behaviour, not a logical error, so the exception message was slightly incorrect. It also triggered checks in our CI enviroment that ensures that no logical errors ever happen. Instead we will treatmax_distributed_connectionsmisconfigured to zero as the minimum possible value (one). #23348 (Azat Khuzhin). - Disable
min_bytes_to_use_mmap_ioby default. #23322 (Azat Khuzhin). - Support
LowCardinalitynullability withjoin_use_nulls, close #15101. #23237 (vdimir). - Added possibility to restore
MergeTreeparts todetacheddirectory forS3disk. #23112 (Pavel Kovalenko). - Retries on HTTP connection drops in S3. #22988 (Vladimir Chebotarev).
- Add settings
external_storage_max_read_rowsandexternal_storage_max_read_rowsfor MySQL table engine, dictionary source and MaterializeMySQL minor data fetches. #22697 (TCeason). MaterializeMySQL(experimental feature): Previously, MySQL 5.7.9 was not supported due to SQL incompatibility. Now leave MySQL parameter verification to the MaterializeMySQL. #23413 (TCeason).- Enable reading of subcolumns for distributed tables. #24472 (Anton Popov).
- Fix usage of tuples in
CREATE .. AS SELECTqueries. #24464 (Anton Popov). - Support for
Parquetformat inKafkatables. #23412 (Chao Ma).
- Use old modulo function version when used in partition key and primary key. Closes #23508. #24157 (Kseniia Sumarokova). It was a source of backward incompatibility in previous releases.
- Fixed the behavior when query
SYSTEM RESTART REPLICAorSYSTEM SYNC REPLICAis being processed infinitely. This was detected on server with extremely little amount of RAM. #24457 (Nikita Mikhaylov). - Fix incorrect monotonicity of
toWeekfunction. This fixes #24422 . This bug was introduced in #5212, and was exposed later by smarter partition pruner. #24446 (Amos Bird). - Fix drop partition with intersect fake parts. In rare cases there might be parts with mutation version greater than current block number. #24321 (Amos Bird).
- Fixed a bug in moving Materialized View from Ordinary to Atomic database (
RENAME TABLEquery). Now inner table is moved to new database together with Materialized View. Fixes #23926. #24309 (tavplubix). - Allow empty HTTP headers in client requests. Fixes #23901. #24285 (Ivan).
- Set
max_threads = 1to fix mutation fail ofMemorytables. Closes #24274. #24275 (flynn). - Fix typo in implementation of
Memorytables, this bug was introduced at #15127. Closes #24192. #24193 (张中南). - Fix abnormal server termination due to
HDFSbecoming not accessible during query execution. Closes #24117. #24191 (Kseniia Sumarokova). - Fix crash on updating of
Nestedcolumn with const condition. #24183 (hexiaoting). - Fix race condition which could happen in RBAC under a heavy load. This PR fixes #24090, #24134,. #24176 (Vitaly Baranov).
- Fix a rare bug that could lead to a partially initialized table that can serve write requests (insert/alter/so on). Now such tables will be in readonly mode. #24122 (alesapin).
- Fix an issue:
EXPLAIN PIPELINEwithSELECT xxx FINALshowed a wrong pipeline. (hexiaoting). - Fixed using const
DateTimevalue vsDateTime64column inWHERE. #24100 (Vasily Nemkov). - Fix crash in merge JOIN, closes #24010. #24013 (vdimir).
- Some
ALTER PARTITIONqueries might causePart A intersects previous part BandUnexpected merged part C intersecting drop range Derrors in replication queue. It's fixed. Fixes #23296. #23997 (tavplubix). - Fix SIGSEGV for external GROUP BY and overflow row (i.e. queries like
SELECT FROM GROUP BY WITH TOTALS SETTINGS max_bytes_before_external_group_by>0, max_rows_to_group_by>0, group_by_overflow_mode='any', totals_mode='before_having'). #23962 (Azat Khuzhin). - Fix keys metrics accounting for
CACHEdictionary with duplicates in the source (leads toDictCacheKeysRequestedMissoverflows). #23929 (Azat Khuzhin). - Fix implementation of connection pool of
PostgreSQLengine. Closes #23897. #23909 (Kseniia Sumarokova). - Fix
distributed_group_by_no_merge = 2withGROUP BYand aggregate function wrapped into regular function (had been broken in #23546). Throw exception in case of someone trying to usedistributed_group_by_no_merge = 2with window functions. Disableoptimize_distributed_group_by_sharding_keyfor queries with window functions. #23906 (Azat Khuzhin). - A fix for
s3table function: better handling of HTTP errors. Response bodies of HTTP errors were being ignored earlier. #23844 (Vladimir Chebotarev). - A fix for
s3table function: better handling of URI's. Fixed an incompatibility with URLs containing+symbol, data with such keys could not be read previously. #23822 (Vladimir Chebotarev). - Fix error
Can't initialize pipeline with empty pipefor queries withGLOBAL IN/JOINanduse_hedged_requests. Fixes #23431. #23805 (Nikolai Kochetov). - Fix
CLEAR COLUMNdoes not work when it is referenced by materialized view. Close #23764. #23781 (flynn). - Fix heap use after free when reading from HDFS if
Valuesformat is used. #23761 (Kseniia Sumarokova). - Avoid possible "Cannot schedule a task" error (in case some exception had been occurred) on INSERT into Distributed. #23744 (Azat Khuzhin).
- Fixed a bug in recovery of staled
ReplicatedMergeTreereplica. Some metadata updates could be ignored by staled replica ifALTERquery was executed during downtime of the replica. #23742 (tavplubix). - Fix a bug with
JoinandWITH TOTALS, close #17718. #23549 (vdimir). - Fix possible
Block structure mismatcherror for queries withUNIONwhich could possibly happen after filter-pushdown optimization. Fixes #23029. #23359 (Nikolai Kochetov). - Add type conversion when the setting
optimize_skip_unused_shards_rewrite_inis enabled. This fixes MSan report. #23219 (Azat Khuzhin). - Add a missing check when updating nested subcolumns, close issue: #22353. #22503 (hexiaoting).
- Support building on Illumos. #24144. Adds support for building on Solaris-derived operating systems. #23746 (bnaecker).
- Add more benchmarks for hash tables, including the Swiss Table from Google (that appeared to be slower than ClickHouse hash map in our specific usage scenario). #24111 (Maksim Kita).
- Update librdkafka 1.6.0-RC3 to 1.6.1. #23874 (filimonov).
- Always enable
asynchronous-unwind-tablesexplicitly. It may fix query profiler on AArch64. #23602 (alexey-milovidov). - Avoid possible build dependency on locale and filesystem order. This allows reproducible builds. #23600 (alexey-milovidov).
- Remove a source of nondeterminism from build. Now builds at different point of time will produce byte-identical binaries. Partially addressed #22113. #23559 (alexey-milovidov).
- Add simple tool for benchmarking (Zoo)Keeper. #23038 (alesapin).
- Change comparison of integers and floating point numbers when integer is not exactly representable in the floating point data type. In new version comparison will return false as the rounding error will occur. Example:
9223372036854775808.0 != 9223372036854775808, because the number9223372036854775808is not representable as floating point number exactly (and9223372036854775808.0is rounded to9223372036854776000.0). But in previous version the comparison will return as the numbers are equal, because if the floating point number9223372036854776000.0get converted back to UInt64, it will yield9223372036854775808. For the reference, the Python programming language also treats these numbers as equal. But this behaviour was dependend on CPU model (different results on AMD64 and AArch64 for some out-of-range numbers), so we make the comparison more precise. It will treat int and float numbers equal only if int is represented in floating point type exactly. #22595 (alexey-milovidov). - Remove support for
argMinandargMaxfor singleTupleargument. The code was not memory-safe. The feature was added by mistake and it is confusing for people. These functions can be reintroduced under different names later. This fixes #22384 and reverts #17359. #23393 (alexey-milovidov).
- Added functions
dictGetChildren(dictionary, key),dictGetDescendants(dictionary, key, level). FunctiondictGetChildrenreturn all children as an array if indexes. It is a inverse transformation fordictGetHierarchy. FunctiondictGetDescendantsreturn all descendants as ifdictGetChildrenwas appliedleveltimes recursively. Zerolevelvalue is equivalent to infinity. Improved performance ofdictGetHierarchy,dictIsInfunctions. Closes #14656. #22096 (Maksim Kita). - Added function
dictGetOrNull. It works likedictGet, but returnNullin case key was not found in dictionary. Closes #22375. #22413 (Maksim Kita). - Added a table function
s3Cluster, which allows to process files froms3in parallel on every node of a specified cluster. #22012 (Nikita Mikhaylov). - Added support for replicas and shards in MySQL/PostgreSQL table engine / table function. You can write
SELECT * FROM mysql('host{1,2}-{1|2}', ...). Closes #20969. #22217 (Kseniia Sumarokova). - Added
ALTER TABLE ... FETCH PART ...query. It's similar toFETCH PARTITION, but fetches only one part. #22706 (turbo jason). - Added a setting
max_distributed_depththat limits the depth of recursive queries toDistributedtables. Closes #20229. #21942 (flynn).
- Improved performance of
intDivby dynamic dispatch for AVX2. This closes #22314. #23000 (alexey-milovidov). - Improved performance of reading from
ArrowStreaminput format for sources other then local file (e.g. URL). #22673 (nvartolomei). - Disabled compression by default when interacting with localhost (with clickhouse-client or server to server with distributed queries) via native protocol. It may improve performance of some import/export operations. This closes #22234. #22237 (alexey-milovidov).
- Exclude values that does not belong to the shard from right part of IN section for distributed queries (under
optimize_skip_unused_shards_rewrite_in, enabled by default, since it still requiresoptimize_skip_unused_shards). #21511 (Azat Khuzhin). - Improved performance of reading a subset of columns with File-like table engine and column-oriented format like Parquet, Arrow or ORC. This closes #issue:20129. #21302 (keenwolf).
- Allow to move more conditions to
PREWHEREas it was before version 21.1 (adjustment of internal heuristics). Insufficient number of moved condtions could lead to worse performance. #23397 (Anton Popov). - Improved performance of ODBC connections and fixed all the outstanding issues from the backlog. Using
nanodbclibrary instead ofPoco::ODBC. Closes #9678. Add support for DateTime64 and Decimal* for ODBC table engine. Closes #21961. Fixed issue with cyrillic text being truncated. Closes #16246. Added connection pools for odbc bridge. #21972 (Kseniia Sumarokova).
- Increase
max_uri_size(the maximum size of URL in HTTP interface) to 1 MiB by default. This closes #21197. #22997 (alexey-milovidov). - Set
background_fetches_pool_sizeto8that is better for production usage with frequent small insertions or slow ZooKeeper cluster. #22945 (alexey-milovidov). - FlatDictionary added
initial_array_size,max_array_sizeoptions. #22521 (Maksim Kita). - Add new setting
non_replicated_deduplication_windowfor non-replicated MergeTree inserts deduplication. #22514 (alesapin). - Update paths to the
CatBoostmodel configs in config reloading. #22434 (Kruglov Pavel). - Added
Decimal256type support in dictionaries.Decimal256is experimental feature. Closes #20979. #22960 (Maksim Kita). - Enabled
async_socket_for_remoteby default (using less amount of OS threads for distributed queries). #23683 (Nikolai Kochetov). - Fixed
quantile(s)TDigest. Added special handling of singleton centroids according to tdunning/t-digest 3.2+. Also a bug with over-compression of centroids in implementation of earlier version of the algorithm was fixed. #23314 (Vladimir Chebotarev). - Make function name
unhexcase insensitive for compatibility with MySQL. #23229 (alexey-milovidov). - Implement functions
arrayHasAny,arrayHasAll,has,indexOf,countEqualfor generic case when types of array elements are different. In previous versions the functionsarrayHasAny,arrayHasAllreturned false andhas,indexOf,countEqualthrown exception. Also add support forDecimaland big integer types in functionshasand similar. This closes #20272. #23044 (alexey-milovidov). - Raised the threshold on max number of matches in result of the function
extractAllGroupsHorizontal. #23036 (Vasily Nemkov). - Do not perform
optimize_skip_unused_shardsfor cluster with one node. #22999 (Azat Khuzhin). - Added ability to run clickhouse-keeper (experimental drop-in replacement to ZooKeeper) with SSL. Config settings
keeper_server.tcp_port_securecan be used for secure interaction between client and keeper-server.keeper_server.raft_configuration.securecan be used to enable internal secure communication between nodes. #22992 (alesapin). - Added ability to flush buffer only in background for
Buffertables. #22986 (Azat Khuzhin). - When selecting from MergeTree table with NULL in WHERE condition, in rare cases, exception was thrown. This closes #20019. #22978 (alexey-milovidov).
- Fix error handling in Poco HTTP Client for AWS. #22973 (kreuzerkrieg).
- Respect
max_part_removal_threadsforReplicatedMergeTree. #22971 (Azat Khuzhin). - Fix obscure corner case of MergeTree settings inactive_parts_to_throw_insert = 0 with inactive_parts_to_delay_insert > 0. #22947 (Azat Khuzhin).
dateDiffnow works withDateTime64arguments (even for values outside ofDateTimerange) #22931 (Vasily Nemkov).- MaterializeMySQL (experimental feature): added an ability to replicate MySQL databases containing views without failing. This is accomplished by ignoring the views. #22760 (Christian).
- Allow RBAC row policy via postgresql protocol. Closes #22658. PostgreSQL protocol is enabled in configuration by default. #22755 (Kseniia Sumarokova).
- Add metric to track how much time is spend during waiting for Buffer layer lock. #22725 (Azat Khuzhin).
- Allow to use CTE in VIEW definition. This closes #22491. #22657 (Amos Bird).
- Clear the rest of the screen and show cursor in
clickhouse-clientif previous program has left garbage in terminal. This closes #16518. #22634 (alexey-milovidov). - Make
roundfunction to behave consistently on non-x86_64 platforms. Rounding half to nearest even (Banker's rounding) is used. #22582 (alexey-milovidov). - Correctly check structure of blocks of data that are sending by Distributed tables. #22325 (Azat Khuzhin).
- Allow publishing Kafka errors to a virtual column of Kafka engine, controlled by the
kafka_handle_error_modesetting. #21850 (fastio). - Add aliases
simpleJSONExtract/simpleJSONHastovisitParam/visitParamExtract{UInt, Int, Bool, Float, Raw, String}. Fixes #21383. #21519 (fastio). - Add
clickhouse-library-bridgefor library dictionary source. Closes #9502. #21509 (Kseniia Sumarokova). - Forbid to drop a column if it's referenced by materialized view. Closes #21164. #21303 (flynn).
- Support dynamic interserver credentials (rotating credentials without downtime). #14113 (johnskopis).
- Add support for Kafka storage with
ArrowandArrowStreamformat messages. #23415 (Chao Ma). - Fixed missing semicolon in exception message. The user may find this exception message unpleasant to read. #23208 (alexey-milovidov).
- Fixed missing whitespace in some exception messages about
LowCardinalitytype. #23207 (alexey-milovidov). - Some values were formatted with alignment in center in table cells in
Markdownformat. Not anymore. #23096 (alexey-milovidov). - Remove non-essential details from suggestions in clickhouse-client. This closes #22158. #23040 (alexey-milovidov).
- Correct calculation of
bytes_allocatedfield in system.dictionaries for sparse_hashed dictionaries. #22867 (Azat Khuzhin). - Fixed approximate total rows accounting for reverse reading from MergeTree. #22726 (Azat Khuzhin).
- Fix the case when it was possible to configure dictionary with clickhouse source that was looking to itself that leads to infinite loop. Closes #14314. #22479 (Maksim Kita).
- Multiple fixes for hedged requests. Fixed an error
Can't initialize pipeline with empty pipefor queries withGLOBAL IN/JOINwhen the settinguse_hedged_requestsis enabled. Fixes #23431. #23805 (Nikolai Kochetov). Fixed a race condition in hedged connections which leads to crash. This fixes #22161. #22443 (Kruglov Pavel). Fix possible crash in case ifunknown packetwas received from remote query (withasync_socket_for_remoteenabled). Fixes #21167. #23309 (Nikolai Kochetov). - Fixed the behavior when disabling
input_format_with_names_use_headersetting discards all the input with CSVWithNames format. This fixes #22406. #23202 (Nikita Mikhaylov). - Fixed remote JDBC bridge timeout connection issue. Closes #9609. #23771 (Maksim Kita, alexey-milovidov).
- Fix the logic of initial load of
complex_key_hashedifupdate_fieldis specified. Closes #23800. #23824 (Maksim Kita). - Fixed crash when
PREWHEREand row policy filter are both in effect with empty result. #23763 (Amos Bird). - Avoid possible "Cannot schedule a task" error (in case some exception had been occurred) on INSERT into Distributed. #23744 (Azat Khuzhin).
- Added an exception in case of completely the same values in both samples in aggregate function
mannWhitneyUTest. This fixes #23646. #23654 (Nikita Mikhaylov). - Fixed server fault when inserting data through HTTP caused an exception. This fixes #23512. #23643 (Nikita Mikhaylov).
- Fixed misinterpretation of some
LIKEexpressions with escape sequences. #23610 (alexey-milovidov). - Fixed restart / stop command hanging. Closes #20214. #23552 (filimonov).
- Fixed
COLUMNSmatcher in case of multiple JOINs in select query. Closes #22736. #23501 (Maksim Kita). - Fixed a crash when modifying column's default value when a column itself is used as
ReplacingMergeTree's parameter. #23483 (hexiaoting). - Fixed corner cases in vertical merges with
ReplacingMergeTree. In rare cases they could lead to fails of merges with exceptions likeIncomplete granules are not allowed while blocks are granules size. #23459 (Anton Popov). - Fixed bug that does not allow cast from empty array literal, to array with dimensions greater than 1, e.g.
CAST([] AS Array(Array(String))). Closes #14476. #23456 (Maksim Kita). - Fixed a bug when
deltaSumaggregate function produced incorrect result after resetting the counter. #23437 (Russ Frank). - Fixed
Cannot unlink fileerror on unsuccessful creation of ReplicatedMergeTree table with multidisk configuration. This closes #21755. #23433 (tavplubix). - Fixed incompatible constant expression generation during partition pruning based on virtual columns. This fixes https://github.com/ClickHouse/ClickHouse/pull/21401#discussion_r611888913. #23366 (Amos Bird).
- Fixed a crash when setting join_algorithm is set to 'auto' and Join is performed with a Dictionary. Close #23002. #23312 (Vladimir).
- Don't relax NOT conditions during partition pruning. This fixes #23305 and #21539. #23310 (Amos Bird).
- Fixed very rare race condition on background cleanup of old blocks. It might cause a block not to be deduplicated if it's too close to the end of deduplication window. #23301 (tavplubix).
- Fixed very rare (distributed) race condition between creation and removal of ReplicatedMergeTree tables. It might cause exceptions like
node doesn't existon attempt to create replicated table. Fixes #21419. #23294 (tavplubix). - Fixed simple key dictionary from DDL creation if primary key is not first attribute. Fixes #23236. #23262 (Maksim Kita).
- Fixed reading from ODBC when there are many long column names in a table. Closes #8853. #23215 (Kseniia Sumarokova).
- MaterializeMySQL (experimental feature): fixed
Not found columnerror when selecting fromMaterializeMySQLwith condition on key column. Fixes #22432. #23200 (tavplubix). - Correct aliases handling if subquery was optimized to constant. Fixes #22924. Fixes #10401. #23191 (Maksim Kita).
- Server might fail to start if
data_type_default_nullablesetting is enabled in default profile, it's fixed. Fixes #22573. #23185 (tavplubix). - Fixed a crash on shutdown which happened because of wrong accounting of current connections. #23154 (Vitaly Baranov).
- Fixed
Table .inner_id... doesn't existerror when selecting from Materialized View after detaching it from Atomic database and attaching back. #23047 (tavplubix). - Fix error
Cannot find column in ActionsDAG resultwhich may happen if subquery usesuntuple. Fixes #22290. #22991 (Nikolai Kochetov). - Fix usage of constant columns of type
Mapwith nullable values. #22939 (Anton Popov). - fixed
formatDateTime()onDateTime64and "%C" format specifier fixedtoDateTime64()for large values and non-zero scale. #22937 (Vasily Nemkov). - Fixed a crash when using
mannWhitneyUTestandrankCorrwith window functions. This fixes #22728. #22876 (Nikita Mikhaylov). - LIVE VIEW (experimental feature): fixed possible hanging in concurrent DROP/CREATE of TEMPORARY LIVE VIEW in
TemporaryLiveViewCleaner, see. #22858 (Vitaly Baranov). - Fixed pushdown of
HAVINGin case, when filter column is used in aggregation. #22763 (Anton Popov). - Fixed possible hangs in Zookeeper requests in case of OOM exception. Fixes #22438. #22684 (Nikolai Kochetov).
- Fixed wait for mutations on several replicas for ReplicatedMergeTree table engines. Previously, mutation/alter query may finish before mutation actually executed on other replicas. #22669 (alesapin).
- Fixed exception for Log with nested types without columns in the SELECT clause. #22654 (Azat Khuzhin).
- Fix unlimited wait for auxiliary AWS requests. #22594 (Vladimir Chebotarev).
- Fixed a crash when client closes connection very early #22579. #22591 (nvartolomei).
Mapdata type (experimental feature): fixed an incorrect formatting of functionmapin distributed queries. #22588 (foolchi).- Fixed deserialization of empty string without newline at end of TSV format. This closes #20244. Possible workaround without version update: set
input_format_null_as_defaultto zero. It was zero in old versions. #22527 (alexey-milovidov). - Fixed wrong cast of a column of
LowCardinalitytype in Merge Join algorithm. Close #22386, close #22388. #22510 (Vladimir). - Buffer overflow (on read) was possible in
tokenbf_v1full text index. The excessive bytes are not used but the read operation may lead to crash in rare cases. This closes #19233. #22421 (alexey-milovidov). - Do not limit HTTP chunk size. Fixes #21907. #22322 (Ivan).
- Fixed a bug, which leads to underaggregation of data in case of enabled
optimize_aggregation_in_orderand many parts in table. Slightly improve performance of aggregation with enabledoptimize_aggregation_in_order. #21889 (Anton Popov). - Check if table function view is used as a column. This complements #20350. #21465 (Amos Bird).
- Fix "unknown column" error for tables with
Mergeengine in queris withJOINand aggregation. Closes #18368, close #22226. #21370 (Vladimir). - Fixed name clashes in pushdown optimization. It caused incorrect
WHEREfiltration after FULL JOIN. Close #20497. #20622 (Vladimir). - Fixed very rare bug when quorum insert with
quorum_parallel=1is not really "quorum" because of deduplication. #18215 (filimonov - reported, alesapin - fixed).
- Run stateless tests in parallel in CI. #22300 (alesapin).
- Simplify debian packages. This fixes #21698. #22976 (alexey-milovidov).
- Added support for ClickHouse build on Apple M1. #21639 (changvvb).
- Fixed ClickHouse Keeper build for MacOS. #22860 (alesapin).
- Fixed some tests on AArch64 platform. #22596 (alexey-milovidov).
- Added function alignment for possibly better performance. #21431 (Danila Kutenin).
- Adjust some tests to output identical results on amd64 and aarch64 (qemu). The result was depending on implementation specific CPU behaviour. #22590 (alexey-milovidov).
- Allow query profiling only on x86_64. See #15174 and #15638. This closes #15638. #22580 (alexey-milovidov).
- Allow building with unbundled xz (lzma) using
USE_INTERNAL_XZ_LIBRARY=OFFCMake option. #22571 (Kfir Itzhak). - Enable bundled
openldaponppc64le#22487 (Kfir Itzhak). - Disable incompatible libraries (platform specific typically) on
ppc64le#22475 (Kfir Itzhak). - Add Jepsen test in CI for clickhouse Keeper. #22373 (alesapin).
- Build
jemallocwith support for heap profiling. #22834 (nvartolomei). - Avoid UB in
*Logengines for rwlock unlock due to unlock from another thread. #22583 (Azat Khuzhin). - Fixed UB by unlocking the rwlock of the TinyLog from the same thread. #22560 (Azat Khuzhin).
- The
toStartOfIntervalFunctionwill align hour intervals to the midnight (in previous versions they were aligned to the start of unix epoch). For example,toStartOfInterval(x, INTERVAL 11 HOUR)will split every day into three intervals:00:00:00..10:59:59,11:00:00..21:59:59and22:00:00..23:59:59. This behaviour is more suited for practical needs. This closes #9510. #22060 (alexey-milovidov). AgeandPrecisionin graphite rollup configs should increase from retention to retention. Now it's checked and the wrong config raises an exception. #21496 (Mikhail f. Shiryaev).- Fix
cutToFirstSignificantSubdomainCustom()/firstSignificantSubdomainCustom()returning wrong result for 3+ level domains present in custom top-level domain list. For input domains matching these custom top-level domains, the third-level domain was considered to be the first significant one. This is now fixed. This change may introduce incompatibility if the function is used in e.g. the sharding key. #21946 (Azat Khuzhin). - Column
keysin tablesystem.dictionarieswas replaced to columnskey.namesandkey.types. Columnskey.names,key.types,attribute.names,attribute.typesfromsystem.dictionariestable does not require dictionary to be loaded. #21884 (Maksim Kita). - Now replicas that are processing the
ALTER TABLE ATTACH PART[ITION]command search in theirdetached/folders before fetching the data from other replicas. As an implementation detail, a new commandATTACH_PARTis introduced in the replicated log. Parts are searched and compared by their checksums. #18978 (Mike Kot). Note:ATTACH PART[ITION]queries may not work during cluster upgrade.- It's not possible to rollback to older ClickHouse version after executing
ALTER ... ATTACHquery in new version as the old servers would fail to pass theATTACH_PARTentry in the replicated log.
- In this version, empty
<remote_url_allow_hosts></remote_url_allow_hosts>will block all access to remote hosts while in previous versions it did nothing. If you want to keep old behaviour and you have emptyremote_url_allow_hostselement in configuration file, remove it. #20058 (Vladimir Chebotarev).
- Extended range of
DateTime64to support dates from year 1925 to 2283. Improved support ofDateTimearound zero date (1970-01-01). #9404 (alexey-milovidov, Vasily Nemkov). Not every time and date functions are working for extended range of dates. - Added support of Kerberos authentication for preconfigured users and HTTP requests (GSS-SPNEGO). #14995 (Denis Glazachev).
- Add
prefer_column_name_to_aliassetting to use original column names instead of aliases. it is needed to be more compatible with common databases' aliasing rules. This is for #9715 and #9887. #22044 (Amos Bird). - Added functions
dictGetChildren(dictionary, key),dictGetDescendants(dictionary, key, level). FunctiondictGetChildrenreturn all children as an array if indexes. It is a inverse transformation fordictGetHierarchy. FunctiondictGetDescendantsreturn all descendants as ifdictGetChildrenwas appliedleveltimes recursively. Zerolevelvalue is equivalent to infinity. Closes #14656. #22096 (Maksim Kita). - Added
executable_pooldictionary source. Close #14528. #21321 (Maksim Kita). - Added table function
dictionary. It works the same way asDictionaryengine. Closes #21560. #21910 (Maksim Kita). - Support
Nullabletype forPolygonDictionaryattribute. #21890 (Maksim Kita). - Functions
dictGet,dictHasuse current database name if it is not specified for dictionaries created with DDL. Closes #21632. #21859 (Maksim Kita). - Added function
dictGetOrNull. It works likedictGet, but returnNullin case key was not found in dictionary. Closes #22375. #22413 (Maksim Kita). - Added async update in
ComplexKeyCache,SSDCache,SSDComplexKeyCachedictionaries. Added support forNullabletype inCache,ComplexKeyCache,SSDCache,SSDComplexKeyCachedictionaries. Added support for multiple attributes fetch withdictGet,dictGetOrDefaultfunctions. Fixes #21517. #20595 (Maksim Kita). - Support
dictHasfunction forRangeHashedDictionary. Fixes #6680. #19816 (Maksim Kita). - Add function
timezoneOfthat returns the timezone name ofDateTimeorDateTime64data types. This does not close #9959. Fix inconsistencies in function names: add aliasestimezoneandtimeZoneas well astoTimezoneandtoTimeZoneandtimezoneOfandtimeZoneOf. #22001 (alexey-milovidov). - Add new optional clause
GRANTEESforCREATE/ALTER USERcommands. It specifies users or roles which are allowed to receive grants from this user on condition this user has also all required access granted with grant option. By defaultGRANTEES ANYis used which means a user with grant option can grant to anyone. Syntax:CREATE USER ... GRANTEES {user | role | ANY | NONE} [,...] [EXCEPT {user | role} [,...]]. #21641 (Vitaly Baranov). - Add new column
slowdowns_counttosystem.clusters. When using hedged requests, it shows how many times we switched to another replica because this replica was responding slowly. Also show actual value oferrors_countinsystem.clusters. #21480 (Kruglov Pavel). - Add
_partition_idvirtual column forMergeTree*engines. Allow to prune partitions by_partition_id. AddpartitionID()function to calculate partition id string. #21401 (Amos Bird). - Add function
isIPAddressInRangeto test if an IPv4 or IPv6 address is contained in a given CIDR network prefix. #21329 (PHO). - Added new SQL command
ALTER TABLE 'table_name' UNFREEZE [PARTITION 'part_expr'] WITH NAME 'backup_name'. This command is needed to properly remove 'freezed' partitions from all disks. #21142 (Pavel Kovalenko). - Supports implicit key type conversion for JOIN. #19885 (Vladimir).
- Support
RANGE OFFSETframe (for window functions) for floating point types. ImplementlagInFrame/leadInFramewindow functions, which are analogous tolag/lead, but respect the window frame. They are identical when the frame isbetween unbounded preceding and unbounded following. This closes #5485. #21895 (Alexander Kuzmenkov). - Zero-copy replication for
ReplicatedMergeTreeover S3 storage. #16240 (ianton-ru). - Added possibility to migrate existing S3 disk to the schema with backup-restore capabilities. #22070 (Pavel Kovalenko).
- Supported parallel formatting in
clickhouse-localand everywhere else. #21630 (Nikita Mikhaylov). - Support parallel parsing for
CSVWithNamesandTSVWithNamesformats. This closes #21085. #21149 (Nikita Mikhaylov). - Enable read with mmap IO for file ranges from 64 MiB (the settings
min_bytes_to_use_mmap_io). It may lead to moderate performance improvement. #22326 (alexey-milovidov). - Add cache for files read with
min_bytes_to_use_mmap_iosetting. It makes significant (2x and more) performance improvement when the value of the setting is small by avoiding frequent mmap/munmap calls and the consequent page faults. Note that mmap IO has major drawbacks that makes it less reliable in production (e.g. hung or SIGBUS on faulty disks; less controllable memory usage). Nevertheless it is good in benchmarks. #22206 (alexey-milovidov). - Avoid unnecessary data copy when using codec
NONE. Please note that codecNONEis mostly useless - it's recommended to always use compression (LZ4is by default). Despite the common belief, disabling compression may not improve performance (the opposite effect is possible). TheNONEcodec is useful in some cases: - when data is uncompressable; - for synthetic benchmarks. #22145 (alexey-milovidov). - Faster
GROUP BYwith smallmax_rows_to_group_byandgroup_by_overflow_mode='any'. #21856 (Nikolai Kochetov). - Optimize performance of queries like
SELECT ... FINAL ... WHERE. Now in queries withFINALit's allowed to move toPREWHEREcolumns, which are in sorting key. #21830 (foolchi). - Improved performance by replacing
memcpyto another implementation. This closes #18583. #21520 (alexey-milovidov). - Improve performance of aggregation in order of sorting key (with enabled setting
optimize_aggregation_in_order). #19401 (Anton Popov).
- Add connection pool for PostgreSQL table/database engine and dictionary source. Should fix #21444. #21839 (Kseniia Sumarokova).
- Support non-default table schema for postgres storage/table-function. Closes #21701. #21711 (Kseniia Sumarokova).
- Support replicas priority for postgres dictionary source. #21710 (Kseniia Sumarokova).
- Introduce a new merge tree setting
min_bytes_to_rebalance_partition_over_jbodwhich allows assigning new parts to different disks of a JBOD volume in a balanced way. #16481 (Amos Bird). - Added
Grant,RevokeandSystemvalues ofquery_kindcolumn for corresponding queries insystem.query_log. #21102 (Vasily Nemkov). - Allow customizing timeouts for HTTP connections used for replication independently from other HTTP timeouts. #20088 (nvartolomei).
- Better exception message in client in case of exception while server is writing blocks. In previous versions client may get misleading message like
Data compressed with different methods. #22427 (alexey-milovidov). - Fix error
Directory tmp_fetch_XXX already existswhich could happen after failed fetch part. Delete temporary fetch directory if it already exists. Fixes #14197. #22411 (nvartolomei). - Fix MSan report for function
rangewithUInt256argument (support for large integers is experimental). This closes #22157. #22387 (alexey-milovidov). - Add
current_databasecolumn tosystem.processestable. It contains the current database of the query. #22365 (Alexander Kuzmenkov). - Add case-insensitive history search/navigation and subword movement features to
clickhouse-client. #22105 (Amos Bird). - If tuple of NULLs, e.g.
(NULL, NULL)is on the left hand side ofINoperator with tuples of non-NULLs on the right hand side, e.g.SELECT (NULL, NULL) IN ((0, 0), (3, 1))return 0 instead of throwing an exception about incompatible types. The expression may also appear due to optimization of something likeSELECT (NULL, NULL) = (8, 0) OR (NULL, NULL) = (3, 2) OR (NULL, NULL) = (0, 0) OR (NULL, NULL) = (3, 1). This closes #22017. #22063 (alexey-milovidov). - Update used version of simdjson to 0.9.1. This fixes #21984. #22057 (Vitaly Baranov).
- Added case insensitive aliases for
CONNECTION_ID()andVERSION()functions. This fixes #22028. #22042 (Eugene Klimov). - Add option
strict_increasetowindowFunnelfunction to calculate each event once (resolve #21835). #22025 (Vladimir). - If partition key of a
MergeTreetable does not includeDateorDateTimecolumns but includes exactly oneDateTime64column, expose its values in themin_timeandmax_timecolumns insystem.partsandsystem.parts_columnstables. Addmin_timeandmax_timecolumns tosystem.parts_columnstable (these was inconsistency to thesystem.partstable). This closes #18244. #22011 (alexey-milovidov). - Supported
replication_alter_partitions_sync=1setting inclickhouse-copierfor moving partitions from helping table to destination. Decreased default timeouts. Fixes #21911. #21912 (turbo jason). - Show path to data directory of
EmbeddedRocksDBtables in system tables. #21903 (tavplubix). - Add profile event
HedgedRequestsChangeReplica, change read data timeout from sec to ms. #21886 (Kruglov Pavel). - DiskS3 (experimental feature under development). Fixed bug with the impossibility to move directory if the destination is not empty and cache disk is used. #21837 (Pavel Kovalenko).
- Better formatting for
ArrayandMapdata types in Web UI. #21798 (alexey-milovidov). - Update clusters only if their configurations were updated. #21685 (Kruglov Pavel).
- Propagate query and session settings for distributed DDL queries. Set
distributed_ddl_entry_format_versionto 2 to enable this. Addeddistributed_ddl_output_modesetting. Supported modes:none,throw(default),null_status_on_timeoutandnever_throw. Miscellaneous fixes and improvements forReplicateddatabase engine. #21535 (tavplubix). - If
PODArraywas instantiated with element size that is neither a fraction or a multiple of 16, buffer overflow was possible. No bugs in current releases exist. #21533 (alexey-milovidov). - Add
last_error_time/last_error_message/last_error_stacktrace/remotecolumns forsystem.errors. #21529 (Azat Khuzhin). - Add aliases
simpleJSONExtract/simpleJSONHastovisitParam/visitParamExtract{UInt, Int, Bool, Float, Raw, String}. Fixes #21383. #21519 (fastio). - Add setting
optimize_skip_unused_shards_limitto limit the number of sharding key values foroptimize_skip_unused_shards. #21512 (Azat Khuzhin). - Improve
clickhouse-formatto not throw exception when there are extra spaces or comment after the last query, and throw exception early with readable message when formatASTInsertQuerywith data . #21311 (flynn). - Improve support of integer keys in data type
Map. #21157 (Anton Popov). - MaterializeMySQL: attempt to reconnect to MySQL if the connection is lost. #20961 (Håvard Kvålen).
- Support more cases to rewrite
CROSS JOINtoINNER JOIN. #20392 (Vladimir). - Do not create empty parts on INSERT when
optimize_on_insertsetting enabled. Fixes #20304. #20387 (Kruglov Pavel). MaterializeMySQL: add minmax skipping index for_versioncolumn. #20382 (Stig Bakken).- Add option
--backslashforclickhouse-format, which can add a backslash at the end of each line of the formatted query. #21494 (flynn). - Now clickhouse will not throw
LOGICAL_ERRORexception when we try to mutate the already covered part. Fixes #22013. #22291 (alesapin).
- Remove socket from epoll before cancelling packet receiver in
HedgedConnectionsto prevent possible race. Fixes #22161. #22443 (Kruglov Pavel). - Add (missing) memory accounting in parallel parsing routines. In previous versions OOM was possible when the resultset contains very large blocks of data. This closes #22008. #22425 (alexey-milovidov).
- Fix exception which may happen when
SELECThas constantWHEREcondition and source table has columns which names are digits. #22270 (LiuNeng). - Fix query cancellation with
use_hedged_requests=0andasync_socket_for_remote=1. #22183 (Azat Khuzhin). - Fix uncaught exception in
InterserverIOHTTPHandler. #22146 (Azat Khuzhin). - Fix docker entrypoint in case
http_portis not in the config. #22132 (Ewout). - Fix error
Invalid number of rows in ChunkinJOINwithTOTALSandarrayJoin. Closes #19303. #22129 (Vladimir). - Fix the background thread pool name which used to poll message from Kafka. The Kafka engine with the broken thread pool will not consume the message from message queue. #22122 (fastio).
- Fix waiting for
OPTIMIZEandALTERqueries forReplicatedMergeTreetable engines. Now the query will not hang when the table was detached or restarted. #22118 (alesapin). - Disable
async_socket_for_remote/use_hedged_requestsfor buggy Linux kernels. #22109 (Azat Khuzhin). - Docker entrypoint: avoid chown of
.in case whenLOG_PATHis empty. Closes #22100. #22102 (filimonov). - The function
decryptwas lacking a check for the minimal size of data encrypted inAEADmode. This closes #21897. #22064 (alexey-milovidov). - In rare case, merge for
CollapsingMergeTreemay create granule withindex_granularity + 1rows. Because of this, internal check, added in #18928 (affects 21.2 and 21.3), may fail with errorIncomplete granules are not allowed while blocks are granules size. This error did not allow parts to merge. #21976 (Nikolai Kochetov). - Reverted #15454 that may cause significant increase in memory usage while loading external dictionaries of hashed type. This closes #21935. #21948 (Maksim Kita).
- Prevent hedged connections overlaps (
Unknown packet 9 from servererror). #21941 (Azat Khuzhin). - Fix reading the HTTP POST request with "multipart/form-data" content type in some cases. #21936 (Ivan).
- Fix wrong
ORDER BYresults when a query contains window functions, and optimization for reading in primary key order is applied. Fixes #21828. #21915 (Alexander Kuzmenkov). - Fix deadlock in first catboost model execution. Closes #13832. #21844 (Kruglov Pavel).
- Fix incorrect query result (and possible crash) which could happen when
WHEREorHAVINGcondition is pushed beforeGROUP BY. Fixes #21773. #21841 (Nikolai Kochetov). - Better error handling and logging in
WriteBufferFromS3. #21836 (Pavel Kovalenko). - Fix possible crashes in aggregate functions with combinator
Distinct, while using two-level aggregation. This is a follow-up fix of #18365 . Can only reproduced in production env. #21818 (Amos Bird). - Fix scalar subquery index analysis. This fixes #21717 , which was introduced in #18896. #21766 (Amos Bird).
- Fix bug for
ReplicatedMergetable engines whenALTER MODIFY COLUMNquery doesn't change the type ofDecimalcolumn if its size (32 bit or 64 bit) doesn't change. #21728 (alesapin). - Fix possible infinite waiting when concurrent
OPTIMIZEandDROPare run forReplicatedMergeTree. #21716 (Azat Khuzhin). - Fix function
arrayElementwith typeMapfor constant integer arguments. #21699 (Anton Popov). - Fix SIGSEGV on not existing attributes from
ip_triewithaccess_to_key_from_attributes. #21692 (Azat Khuzhin). - Server now start accepting connections only after
DDLWorkerand dictionaries initialization. #21676 (Azat Khuzhin). - Add type conversion for keys of tables of type
Join(previously led to SIGSEGV). #21646 (Azat Khuzhin). - Fix distributed requests cancellation (for example simple select from multiple shards with limit, i.e.
select * from remote('127.{2,3}', system.numbers) limit 100) withasync_socket_for_remote=1. #21643 (Azat Khuzhin). - Fix
fsync_part_directoryfor horizontal merge. #21642 (Azat Khuzhin). - Remove unknown columns from joined table in
WHEREfor queries to external database engines (MySQL, PostgreSQL). close #14614, close #19288 (dup), close #19645 (dup). #21640 (Vladimir). std::terminatewas called if there is an error writing data into s3. #21624 (Vladimir).- Fix possible error
Cannot find columnwhenoptimize_skip_unused_shardsis enabled and zero shards are used. #21579 (Azat Khuzhin). - In case if query has constant
WHEREcondition, and settingoptimize_skip_unused_shardsenabled, all shards may be skipped and query could return incorrect empty result. #21550 (Amos Bird). - Fix table function
clusterAllReplicasreturns wrong_shard_num. close #21481. #21498 (flynn). - Fix that S3 table holds old credentials after config update. #21457 (Grigory Pervakov).
- Fixed race on SSL object inside
SecureSocketin Poco. #21456 (Nikita Mikhaylov). - Fix
Avroformat parsing forKafka. Fixes #21437. #21438 (Ilya Golshtein). - Fix receive and send timeouts and non-blocking read in secure socket. #21429 (Kruglov Pavel).
force_drop_tableflag didn't work forMATERIALIZED VIEW, it's fixed. Fixes #18943. #20626 (tavplubix).- Fix name clashes in
PredicateRewriteVisitor. It caused incorrectWHEREfiltration after full join. Close #20497. #20622 (Vladimir).
- Add Jepsen tests for ClickHouse Keeper. #21677 (alesapin).
- Run stateless tests in parallel in CI. Depends on #22181. #22300 (alesapin).
- Enable status check for SQLancer CI run. #22015 (Ilya Yatsishin).
- Multiple preparations for PowerPC builds: Enable the bundled openldap on
ppc64le. #22487 (Kfir Itzhak). Enable compiling onppc64lewith Clang. #22476 (Kfir Itzhak). Fix compiling boost onppc64le. #22474 (Kfir Itzhak). Fix CMake error about internal CMake variableCMAKE_ASM_COMPILE_OBJECTnot set onppc64le. #22469 (Kfir Itzhak). Fix Fedora/RHEL/CentOS not findinglibclang_rt.builtinsonppc64le. #22458 (Kfir Itzhak). Enable building withjemalloconppc64le. #22447 (Kfir Itzhak). Fix ClickHouse's config embedding and cctz's timezone embedding onppc64le. #22445 (Kfir Itzhak). Fixed compiling onppc64leand use the correct instruction pointer register onppc64le. #22430 (Kfir Itzhak). - Re-enable the S3 (AWS) library on
aarch64. #22484 (Kfir Itzhak). - Add
tzdatato Docker containers because readingORCformats requires it. This closes #14156. #22000 (alexey-milovidov). - Introduce 2 arguments for
clickhouse-serverimage Dockerfile:deb_location&single_binary_location. #21977 (filimonov). - Allow to use clang-tidy with release builds by enabling assertions if it is used. #21914 (alexey-milovidov).
- Add llvm-12 binaries name to search in cmake scripts. Implicit constants conversions to mute clang warnings. Updated submodules to build with CMake 3.19. Mute recursion in macro expansion in
readpassphraselibrary. Deprecated-fuse-ldchanged to--ld-pathfor clang. #21597 (Ilya Yatsishin). - Updating
docker/test/testflows/runner/dockerd-entrypoint.shto use Yandex dockerhub-proxy, because Docker Hub has enabled very restrictive rate limits #21551 (vzakaznikov). - Fix macOS shared lib build. #20184 (nvartolomei).
- Add
ctimeoption tozookeeper-dump-tree. It allows to dump node creation time. #21842 (Ilya).
- Now it's not allowed to create MergeTree tables in old syntax with table TTL because it's just ignored. Attach of old tables is still possible. #20282 (alesapin).
- Now all case-insensitive function names will be rewritten to their canonical representations. This is needed for projection query routing (the upcoming feature). #20174 (Amos Bird).
- Fix creation of
TTLin cases, when its expression is a function and it is the same asORDER BYkey. Now it's allowed to set custom aggregation to primary key columns inTTLwithGROUP BY. Backward incompatible: For primary key columns, which are not inGROUP BYand aren't set explicitly now is applied functionanyinstead ofmax, when TTL is expired. Also if you use TTL withWHEREorGROUP BYyou can see exceptions at merges, while making rolling update. #15450 (Anton Popov).
- Add file engine settings:
engine_file_empty_if_not_existsandengine_file_truncate_on_insert. #20620 (M0r64n). - Add aggregate function
deltaSumfor summing the differences between consecutive rows. #20057 (Russ Frank). - New
event_time_microsecondscolumn insystem.part_logtable. #20027 (Bharat Nallan). - Added
timezoneOffset(datetime)function which will give the offset from UTC in seconds. This close #issue:19850. #19962 (keenwolf). - Add setting
insert_shard_idto support insert data into specific shard from distributed table. #19961 (flynn). - Function
reinterpretAsupdated to support big integers. Fixes #19691. #19858 (Maksim Kita). - Added Server Side Encryption Customer Keys (the
x-amz-server-side-encryption-customer-(key/md5)header) support in S3 client. See the link. Closes #19428. #19748 (Vladimir Chebotarev). - Added
implicit_keyoption forexecutabledictionary source. It allows to avoid printing key for every record if records comes in the same order as the input keys. Implements #14527. #19677 (Maksim Kita). - Add quota type
query_selectsandquery_inserts. #19603 (JackyWoo). - Add function
extractTextFromHTML#19600 (zlx19950903), (alexey-milovidov). - Tables with
MergeTree*engine now have two new table-level settings for query concurrency control. Settingmax_concurrent_querieslimits the number of concurrently executed queries which are related to this table. Settingmin_marks_to_honor_max_concurrent_queriestells to apply previous setting only if query reads at least this number of marks. #19544 (Amos Bird). - Added
filefunction to read file from user_files directory as a String. This is different from thefiletable function. This implements #issue:18851. #19204 (keenwolf).
- Add experimental
Replicateddatabase engine. It replicates DDL queries across multiple hosts. #16193 (tavplubix). - Introduce experimental support for window functions, enabled with
allow_experimental_window_functions = 1. This is a preliminary, alpha-quality implementation that is not suitable for production use and will change in backward-incompatible ways in future releases. Please see the documentation for the list of supported features. #20337 (Alexander Kuzmenkov). - Add the ability to backup/restore metadata files for DiskS3. #18377 (Pavel Kovalenko).
- Hedged requests for remote queries. When setting
use_hedged_requestsenabled (off by default), allow to establish many connections with different replicas for query. New connection is enabled in case existent connection(s) with replica(s) were not established withinhedged_connection_timeoutor no data was received withinreceive_data_timeout. Query uses the first connection which send non empty progress packet (or data packet, ifallow_changing_replica_until_first_data_packet); other connections are cancelled. Queries withmax_parallel_replicas > 1are supported. #19291 (Kruglov Pavel). This allows to significantly reduce tail latencies on very large clusters. - Added support for
PREWHERE(and enable the corresponding optimization) when tables have row-level security expressions specified. #19576 (Denis Glazachev). - The setting
distributed_aggregation_memory_efficientis enabled by default. It will lower memory usage and improve performance of distributed queries. #20599 (alexey-milovidov). - Improve performance of GROUP BY multiple fixed size keys. #20472 (alexey-milovidov).
- Improve performance of aggregate functions by more strict aliasing. #19946 (alexey-milovidov).
- Speed up reading from
Memorytables in extreme cases (when reading speed is in order of 50 GB/sec) by simplification of pipeline and (consequently) less lock contention in pipeline scheduling. #20468 (alexey-milovidov). - Partially reimplement HTTP server to make it making less copies of incoming and outgoing data. It gives up to 1.5 performance improvement on inserting long records over HTTP. #19516 (Ivan).
- Add
compresssetting forMemorytables. If it's enabled the table will use less RAM. On some machines and datasets it can also work faster on SELECT, but it is not always the case. This closes #20093. Note: there are reasons why Memory tables can work slower than MergeTree: (1) lack of compression (2) static size of blocks (3) lack of indices and prewhere... #20168 (alexey-milovidov). - Slightly better code in aggregation. #20978 (alexey-milovidov).
- Add back
intDiv/modulospecializations for better performance. This fixes #21293 . The regression was introduced in https://github.com/ClickHouse/ClickHouse/pull/18145 . #21307 (Amos Bird). - Do not squash blocks too much on INSERT SELECT if inserting into Memory table. In previous versions inefficient data representation was created in Memory table after INSERT SELECT. This closes #13052. #20169 (alexey-milovidov).
- Fix at least one case when DataType parser may have exponential complexity (found by fuzzer). This closes #20096. #20132 (alexey-milovidov).
- Parallelize SELECT with FINAL for single part with level > 0 when
do_not_merge_across_partitions_select_finalsetting is 1. #19375 (Kruglov Pavel). - Fill only requested columns when querying
system.partsandsystem.parts_columns. Closes #19570. #21035 (Anmol Arora). - Perform algebraic optimizations of arithmetic expressions inside
avgaggregate function. close #20092. #20183 (flynn).
- Case-insensitive compression methods for table functions. Also fixed LZMA compression method which was checked in upper case. #21416 (Vladimir Chebotarev).
- Add two settings to delay or throw error during insertion when there are too many inactive parts. This is useful when server fails to clean up parts quickly enough. #20178 (Amos Bird).
- Provide better compatibility for mysql clients. 1. mysql jdbc 2. mycli. #21367 (Amos Bird).
- Forbid to drop a column if it's referenced by materialized view. Closes #21164. #21303 (flynn).
- MySQL dictionary source will now retry unexpected connection failures (Lost connection to MySQL server during query) which sometimes happen on SSL/TLS connections. #21237 (Alexander Kazakov).
- Usability improvement: more consistent
DateTime64parsing: recognize the case when unix timestamp with subsecond resolution is specified as scaled integer (like1111111111222instead of1111111111.222). This closes #13194. #21053 (alexey-milovidov). - Do only merging of sorted blocks on initiator with distributed_group_by_no_merge. #20882 (Azat Khuzhin).
- When loading config for mysql source ClickHouse will now randomize the list of replicas with the same priority to ensure the round-robin logics of picking mysql endpoint. This closes #20629. #20632 (Alexander Kazakov).
- Function 'reinterpretAs(x, Type)' renamed into 'reinterpret(x, Type)'. #20611 (Maksim Kita).
- Support vhost for RabbitMQ engine #20576. #20596 (Kseniia Sumarokova).
- Improved serialization for data types combined of Arrays and Tuples. Improved matching enum data types to protobuf enum type. Fixed serialization of the
Mapdata type. Omitted values are now set by default. #20506 (Vitaly Baranov). - Fixed race between execution of distributed DDL tasks and cleanup of DDL queue. Now DDL task cannot be removed from ZooKeeper if there are active workers. Fixes #20016. #20448 (tavplubix).
- Make FQDN and other DNS related functions work correctly in alpine images. #20336 (filimonov).
- Do not allow early constant folding of explicitly forbidden functions. #20303 (Azat Khuzhin).
- Implicit conversion from integer to Decimal type might succeeded if integer value doe not fit into Decimal type. Now it throws
ARGUMENT_OUT_OF_BOUND. #20232 (tavplubix). - Lockless
SYSTEM FLUSH DISTRIBUTED. #20215 (Azat Khuzhin). - Normalize count(constant), sum(1) to count(). This is needed for projection query routing. #20175 (Amos Bird).
- Support all native integer types in bitmap functions. #20171 (Amos Bird).
- Updated
CacheDictionary,ComplexCacheDictionary,SSDCacheDictionary,SSDComplexKeyDictionaryto use LRUHashMap as underlying index. #20164 (Maksim Kita). - The setting
access_managementis now configurable on startup by providingCLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT, defaults to disabled (0) which was the prior value. #20139 (Marquitos). - Fix toDateTime64(toDate()/toDateTime()) for DateTime64 - Implement DateTime64 clamping to match DateTime behaviour. #20131 (Azat Khuzhin).
- Quota improvements: SHOW TABLES is now considered as one query in the quota calculations, not two queries. SYSTEM queries now consume quota. Fix calculation of interval's end in quota consumption. #20106 (Vitaly Baranov).
- Supports
path IN (set)expressions forsystem.zookeepertable. #20105 (小路). - Show full details of
MaterializeMySQLtables insystem.tables. #20051 (Stig Bakken). - Fix data race in executable dictionary that was possible only on misuse (when the script returns data ignoring its input). #20045 (alexey-milovidov).
- The value of MYSQL_OPT_RECONNECT option can now be controlled by "opt_reconnect" parameter in the config section of mysql replica. #19998 (Alexander Kazakov).
- If user calls
JSONExtractfunction withFloat32type requested, allow inaccurate conversion to the result type. For example the number0.1in JSON is double precision and is not representable in Float32, but the user still wants to get it. Previous versions return 0 for non-Nullable type and NULL for Nullable type to indicate that conversion is imprecise. The logic was 100% correct but it was surprising to users and leading to questions. This closes #13962. #19960 (alexey-milovidov). - Add conversion of block structure for INSERT into Distributed tables if it does not match. #19947 (Azat Khuzhin).
- Improvement for the
system.distributed_ddl_queuetable. Initialize MaxDDLEntryID to the last value after restarting. Before this PR, MaxDDLEntryID will remain zero until a new DDLTask is processed. #19924 (Amos Bird). - Show
MaterializeMySQLtables insystem.parts. #19770 (Stig Bakken). - Add separate config directive for
Bufferprofile. #19721 (Azat Khuzhin). - Move conditions that are not related to JOIN to WHERE clause. #18720. #19685 (hexiaoting).
- Add ability to throttle INSERT into Distributed based on amount of pending bytes for async send (
bytes_to_delay_insert/max_delay_to_insertandbytes_to_throw_insertsettings forDistributedengine has been added). #19673 (Azat Khuzhin). - Fix some rare cases when write errors can be ignored in destructors. #19451 (Azat Khuzhin).
- Print inline frames in stack traces for fatal errors. #19317 (Ivan).
- Fix redundant reconnects to ZooKeeper and the possibility of two active sessions for a single clickhouse server. Both problems introduced in #14678. #21264 (alesapin).
- Fix error
Bad cast from type ... to DB::ColumnLowCardinalitywhile inserting into table withLowCardinalitycolumn fromValuesformat. Fixes #21140 #21357 (Nikolai Kochetov). - Fix a deadlock in
ALTER DELETEmutations for non replicated MergeTree table engines when the predicate contains the table itself. Fixes #20558. #21477 (alesapin). - Fix SIGSEGV for distributed queries on failures. #21434 (Azat Khuzhin).
- Now
ALTER MODIFY COLUMNqueries will correctly affect changes in partition key, skip indices, TTLs, and so on. Fixes #13675. #21334 (alesapin). - Fix bug with
join_use_nullsand joiningTOTALSfrom subqueries. This closes #19362 and #21137. #21248 (vdimir). - Fix crash in
EXPLAINfor query withUNION. Fixes #20876, #21170. #21246 (flynn). - Now mutations allowed only for table engines that support them (MergeTree family, Memory, MaterializedView). Other engines will report a more clear error. Fixes #21168. #21183 (alesapin).
- Fixes #21112. Fixed bug that could cause duplicates with insert query (if one of the callbacks came a little too late). #21138 (Kseniia Sumarokova).
- Fix
input_format_null_as_defaulttake effective when types are nullable. This fixes #21116 . #21121 (Amos Bird). - fix bug related to cast Tuple to Map. Closes #21029. #21120 (hexiaoting).
- Fix the metadata leak when the Replicated*MergeTree with custom (non default) ZooKeeper cluster is dropped. #21119 (fastio).
- Fix type mismatch issue when using LowCardinality keys in joinGet. This fixes #21114. #21117 (Amos Bird).
- fix default_replica_path and default_replica_name values are useless on Replicated(*)MergeTree engine when the engine needs specify other parameters. #21060 (mxzlxy).
- Out of bound memory access was possible when formatting specifically crafted out of range value of type
DateTime64. This closes #20494. This closes #20543. #21023 (alexey-milovidov). - Block parallel insertions into storage join. #21009 (vdimir).
- Fixed behaviour, when
ALTER MODIFY COLUMNcreated mutation, that will knowingly fail. #21007 (Anton Popov). - Closes #9969. Fixed Brotli http compression error, which reproduced for large data sizes, slightly complicated structure and with json output format. Update Brotli to the latest version to include the "fix rare access to uninitialized data in ring-buffer". #20991 (Kseniia Sumarokova).
- Fix 'Empty task was returned from async task queue' on query cancellation. #20881 (Azat Khuzhin).
USE database;query did not work when using MySQL 5.7 client to connect to ClickHouse server, it's fixed. Fixes #18926. #20878 (tavplubix).- Fix usage of
-Distinctcombinator with-Statecombinator in aggregate functions. #20866 (Anton Popov). - Fix subquery with union distinct and limit clause. close #20597. #20610 (flynn).
- Fixed inconsistent behavior of dictionary in case of queries where we look for absent keys in dictionary. #20578 (Nikita Mikhaylov).
- Fix the number of threads for scalar subqueries and subqueries for index (after #19007 single thread was always used). Fixes #20457, #20512. #20550 (Nikolai Kochetov).
- Fix crash which could happen if unknown packet was received from remove query (was introduced in #17868). #20547 (Azat Khuzhin).
- Add proper checks while parsing directory names for async INSERT (fixes SIGSEGV). #20498 (Azat Khuzhin).
- Fix function
transformdoes not work properly for floating point keys. Closes #20460. #20479 (flynn). - Fix infinite loop when propagating WITH aliases to subqueries. This fixes #20388. #20476 (Amos Bird).
- Fix abnormal server termination when http client goes away. #20464 (Azat Khuzhin).
- Fix
LOGICAL_ERRORforjoin_use_nulls=1when JOIN contains const from SELECT. #20461 (Azat Khuzhin). - Check if table function
viewis used in expression list and throw an error. This fixes #20342. #20350 (Amos Bird). - Avoid invalid dereference in RANGE_HASHED() dictionary. #20345 (Azat Khuzhin).
- Fix null dereference with
join_use_nulls=1. #20344 (Azat Khuzhin). - Fix incorrect result of binary operations between two constant decimals of different scale. Fixes #20283. #20339 (Maksim Kita).
- Fix too often retries of failed background tasks for
ReplicatedMergeTreetable engines family. This could lead to too verbose logging and increased CPU load. Fixes #20203. #20335 (alesapin). - Restrict to
DROPorRENAMEversion column of*CollapsingMergeTreeandReplacingMergeTreetable engines. #20300 (alesapin). - Fixed the behavior when in case of broken JSON we tried to read the whole file into memory which leads to exception from the allocator. Fixes #19719. #20286 (Nikita Mikhaylov).
- Fix exception during vertical merge for
MergeTreetable engines family which don't allow to perform vertical merges. Fixes #20259. #20279 (alesapin). - Fix rare server crash on config reload during the shutdown. Fixes #19689. #20224 (alesapin).
- Fix CTE when using in INSERT SELECT. This fixes #20187, fixes #20195. #20211 (Amos Bird).
- Fixes #19314. #20156 (Ivan).
- fix toMinute function to handle special timezone correctly. #20149 (keenwolf).
- Fix server crash after query with
iffunction withTupletype of then/else branches result.Tupletype must containArrayor another complex type. Fixes #18356. #20133 (alesapin). - The
MongoDBtable engine now establishes connection only when it's going to read data.ATTACH TABLEwon't try to connect anymore. #20110 (Vitaly Baranov). - Bugfix in StorageJoin. #20079 (vdimir).
- Fix the case when calculating modulo of division of negative number by small divisor, the resulting data type was not large enough to accomodate the negative result. This closes #20052. #20067 (alexey-milovidov).
- MaterializeMySQL: Fix replication for statements that update several tables. #20066 (Håvard Kvålen).
- Prevent "Connection refused" in docker during initialization script execution. #20012 (filimonov).
EmbeddedRocksDBis an experimental storage. Fix the issue with lack of proper type checking. Simplified code. This closes #19967. #19972 (alexey-milovidov).- Fix a segfault in function
fromModifiedJulianDaywhen the argument type isNullable(T)for any integral types other than Int32. #19959 (PHO). - BloomFilter index crash fix. Fixes #19757. #19884 (Maksim Kita).
- Deadlock was possible if system.text_log is enabled. This fixes #19874. #19875 (alexey-milovidov).
- Fix starting the server with tables having default expressions containing dictGet(). Allow getting return type of dictGet() without loading dictionary. #19805 (Vitaly Baranov).
- Fix clickhouse-client abort exception while executing only
select. #19790 (taiyang-li). - Fix a bug that moving pieces to destination table may failed in case of launching multiple clickhouse-copiers. #19743 (madianjun).
- Background thread which executes
ON CLUSTERqueries might hang waiting for dropped replicated table to do something. It's fixed. #19684 (yiguolei).
- Allow to build ClickHouse with AVX-2 enabled globally. It gives slight performance benefits on modern CPUs. Not recommended for production and will not be supported as official build for now. #20180 (alexey-milovidov).
- Fix some of the issues found by Coverity. See #19964. #20010 (alexey-milovidov).
- Allow to start up with modified binary under gdb. In previous version if you set up breakpoint in gdb before start, server will refuse to start up due to failed integrity check. #21258 (alexey-milovidov).
- Add a test for different compression methods in Kafka. #21111 (filimonov).
- Fixed port clash from test_storage_kerberized_hdfs test. #19974 (Ilya Yatsishin).
- Print
stdoutandstderrto log when failed to start docker in integration tests. Before this PR there was a very short error message in this case which didn't help to investigate the problems. #20631 (Vitaly Baranov).
- Bitwise functions (
bitAnd,bitOr, etc) are forbidden for floating point arguments. Now you have to do explicit cast to integer. #19853 (Azat Khuzhin). - Forbid
lcm/gcdfor floats. #19532 (Azat Khuzhin). - Fix memory tracking for
OPTIMIZE TABLE/merges; account query memory limits and sampling forOPTIMIZE TABLE/merges. #18772 (Azat Khuzhin). - Disallow floating point column as partition key, see #18421. #18464 (hexiaoting).
- Excessive parenthesis in type definitions no longer supported, example:
Array((UInt8)).
- Added
PostgreSQLtable engine (both select/insert, with support for multidimensional arrays), also as table function. AddedPostgreSQLdictionary source. AddedPostgreSQLdatabase engine. #18554 (Kseniia Sumarokova). - Data type
Nestednow supports arbitrary levels of nesting. Introduced subcolumns of complex types, such assize0inArray,nullinNullable, names ofTupleelements, which can be read without reading of whole column. #17310 (Anton Popov). - Added
Nullablesupport forFlatDictionary,HashedDictionary,ComplexKeyHashedDictionary,DirectDictionary,ComplexKeyDirectDictionary,RangeHashedDictionary. #18236 (Maksim Kita). - Adds a new table called
system.distributed_ddl_queuethat displays the queries in the DDL worker queue. #17656 (Bharat Nallan). - Added support of mapping LDAP group names, and attribute values in general, to local roles for users from ldap user directories. #17211 (Denis Glazachev).
- Support insert into table function
cluster, and for both table functionsremoteandcluster, support distributing data across nodes by specify sharding key. Close #16752. #18264 (flynn). - Add function
decodeXMLComponentto decode characters for XML. Example:SELECT decodeXMLComponent('Hello,"world"!')#17659. #18542 (nauta). - Added functions
parseDateTimeBestEffortUSOrZero,parseDateTimeBestEffortUSOrNull. #19712 (Maksim Kita). - Add
signmath function. #19527 (flynn). - Add information about used features (functions, table engines, etc) into system.query_log. #18495. #19371 (Kseniia Sumarokova).
- Function
formatDateTimesupport the%Qmodification to format date to quarter. #19224 (Jianmei Zhang). - Support MetaKey+Enter hotkey binding in play UI. #19012 (sundyli).
- Add three functions for map data type: 1.
mapContains(map, key)to check weather map.keys include the second parameter key. 2.mapKeys(map)return all the keys in Array format 3.mapValues(map)return all the values in Array format. #18788 (hexiaoting). - Add
log_commentsetting related to #18494. #18549 (Zijie Lu). - Add support of tuple argument to
argMinandargMaxfunctions. #17359 (Ildus Kurbangaliev). - Support
EXISTS VIEWsyntax. #18552 (Du Chuan). - Add
SELECT ALLsyntax. closes #18706. #18723 (flynn).
- Faster parts removal by lowering the number of
statsyscalls. This returns the optimization that existed while ago. More safe interface ofIDisk. This closes #19065. #19086 (alexey-milovidov). - Aliases declared in
WITHstatement are properly used in index analysis. Queries likeWITH column AS alias SELECT ... WHERE alias = ...may use index now. #18896 (Amos Bird). - Add
optimize_alias_column_prediction(on by default), that will: - Respect aliased columns in WHERE during partition pruning and skipping data using secondary indexes; - Respect aliased columns in WHERE for trivial count queries for optimize_trivial_count; - Respect aliased columns in GROUP BY/ORDER BY for optimize_aggregation_in_order/optimize_read_in_order. #16995 (sundyli). - Speed up aggregate function
sum. Improvement only visible on synthetic benchmarks and not very practical. #19216 (alexey-milovidov). - Update libc++ and use another ABI to provide better performance. #18914 (Danila Kutenin).
- Rewrite
sumIf()andsum(if())function tocountIf()function when logically equivalent. #17041 (flynn). - Use a connection pool for S3 connections, controlled by the
s3_max_connectionssettings. #13405 (Vladimir Chebotarev). - Add support for zstd long option for better compression of string columns to save space. #17184 (ygrek).
- Slightly improve server latency by removing access to configuration on every connection. #19863 (alexey-milovidov).
- Reduce lock contention for multiple layers of the
Bufferengine. #19379 (Azat Khuzhin). - Support splitting
Filterstep of query plan intoExpression + Filterpair. Together withExpression + Expressionmerging optimization (#17458) it may delay execution for some expressions afterFilterstep. #19253 (Nikolai Kochetov).
SELECT count() FROM tablenow can be executed if only one any column can be selected from thetable. This PR fixes #10639. #18233 (Vitaly Baranov).- Set charset to
utf8mb4when interacting with remote MySQL servers. Fixes #19795. #19800 (alexey-milovidov). S3table function now supportsautocompression mode (autodetect). This closes #18754. #19793 (Vladimir Chebotarev).- Correctly output infinite arguments for
formatReadableTimeDeltafunction. In previous versions, there was implicit conversion to implementation specific integer value. #19791 (alexey-milovidov). - Table function
S3will use global region if the region can't be determined exactly. This closes #10998. #19750 (Vladimir Chebotarev). - In distributed queries if the setting
async_socket_for_remoteis enabled, it was possible to get stack overflow at least in debug build configuration if very deeply nested data type is used in table (e.g.Array(Array(Array(...more...)))). This fixes #19108. This change introduces minor backward incompatibility: excessive parenthesis in type definitions no longer supported, example:Array((UInt8)). #19736 (alexey-milovidov). - Add separate pool for message brokers (RabbitMQ and Kafka). #19722 (Azat Khuzhin).
- Fix rare
max_number_of_merges_with_ttl_in_poollimit overrun (more merges with TTL can be assigned) for non-replicated MergeTree. #19708 (alesapin). - Dictionary: better error message during attribute parsing. #19678 (Maksim Kita).
- Add an option to disable validation of checksums on reading. Should never be used in production. Please do not expect any benefits in disabling it. It may only be used for experiments and benchmarks. The setting only applicable for tables of MergeTree family. Checksums are always validated for other table engines and when receiving data over network. In my observations there is no performance difference or it is less than 0.5%. #19588 (alexey-milovidov).
- Support constant result in function
multiIf. #19533 (Maksim Kita). - Enable function length/empty/notEmpty for datatype Map, which returns keys number in Map. #19530 (taiyang-li).
- Add
--reconnectoption toclickhouse-benchmark. When this option is specified, it will reconnect before every request. This is needed for testing. #19872 (alexey-milovidov). - Support using the new location of
.debugfile. This fixes #19348. #19520 (Amos Bird). toIPv6function parsesIPv4addresses. #19518 (Bharat Nallan).- Add
http_refererfield tosystem.query_log,system.processes, etc. This closes #19389. #19390 (alexey-milovidov). - Improve MySQL compatibility by making more functions case insensitive and adding aliases. #19387 (Daniil Kondratyev).
- Add metrics for MergeTree parts (Wide/Compact/InMemory) types. #19381 (Azat Khuzhin).
- Allow docker to be executed with arbitrary uid. #19374 (filimonov).
- Fix wrong alignment of values of
IPv4data type in Pretty formats. They were aligned to the right, not to the left. This closes #19184. #19339 (alexey-milovidov). - Allow change
max_server_memory_usagewithout restart. This closes #18154. #19186 (alexey-milovidov). - The exception when function
baris called with certain NaN argument may be slightly misleading in previous versions. This fixes #19088. #19107 (alexey-milovidov). - Explicitly set uid / gid of clickhouse user & group to the fixed values (101) in clickhouse-server images. #19096 (filimonov).
- Fixed
PeekableReadBuffer: Memory limit exceederror when inserting data with huge strings. Fixes #18690. #18979 (tavplubix). - Docker image: several improvements for clickhouse-server entrypoint. #18954 (filimonov).
- Add
normalizeQueryKeepNamesandnormalizedQueryHashKeepNamesto normalize queries without masking long names with?. This helps better analyze complex query logs. #18910 (Amos Bird). - Check per-block checksum of the distributed batch on the sender before sending (without reading the file twice, the checksums will be verified while reading), this will avoid stuck of the INSERT on the receiver (on truncated .bin file on the sender). Avoid reading .bin files twice for batched INSERT (it was required to calculate rows/bytes to take squashing into account, now this information included into the header, backward compatible is preserved). #18853 (Azat Khuzhin).
- Fix issues with RIGHT and FULL JOIN of tables with aggregate function states. In previous versions exception about
cloneResizedmethod was thrown. #18818 (templarzq). - Added prefix-based S3 endpoint settings. #18812 (Vladimir Chebotarev).
- Add [UInt8, UInt16, UInt32, UInt64] arguments types support for bitmapTransform, bitmapSubsetInRange, bitmapSubsetLimit, bitmapContains functions. This closes #18713. #18791 (sundyli).
- Allow CTE (Common Table Expressions) to be further aliased. Propagate CSE (Common Subexpressions Elimination) to subqueries in the same level when
enable_global_with_statement = 1. This fixes #17378 . This fixes https://github.com/ClickHouse/ClickHouse/pull/16575#issuecomment-753416235 . #18684 (Amos Bird). - Update librdkafka to v1.6.0-RC2. Fixes #18668. #18671 (filimonov).
- In case of unexpected exceptions automatically restart background thread which is responsible for execution of distributed DDL queries. Fixes #17991. #18285 (徐炘).
- Updated AWS C++ SDK in order to utilize global regions in S3. #17870 (Vladimir Chebotarev).
- Added support for
WITH ... [AND] [PERIODIC] REFRESH [interval_in_sec]clause when creatingLIVE VIEWtables. #14822 (vzakaznikov). - Restrict
MODIFY TTLqueries forMergeTreetables created in old syntax. Previously the query succeeded, but actually it had no effect. #19064 (Anton Popov).
- Fix index analysis of binary functions with constant argument which leads to wrong query results. This fixes #18364. #18373 (Amos Bird).
- Fix starting the server with tables having default expressions containing dictGet(). Allow getting return type of dictGet() without loading dictionary. #19805 (Vitaly Baranov).
- Fix server crash after query with
iffunction withTupletype of then/else branches result.Tupletype must containArrayor another complex type. Fixes #18356. #20133 (alesapin). MaterializeMySQL(experimental feature): Fix replication for statements that update several tables. #20066 (Håvard Kvålen).- Prevent "Connection refused" in docker during initialization script execution. #20012 (filimonov).
EmbeddedRocksDBis an experimental storage. Fix the issue with lack of proper type checking. Simplified code. This closes #19967. #19972 (alexey-milovidov).- Fix a segfault in function
fromModifiedJulianDaywhen the argument type isNullable(T)for any integral types other than Int32. #19959 (PHO). - The function
greatCircleAnglereturned inaccurate results in previous versions. This closes #19769. #19789 (alexey-milovidov). - Fix rare bug when some replicated operations (like mutation) cannot process some parts after data corruption. Fixes #19593. #19702 (alesapin).
- Background thread which executes
ON CLUSTERqueries might hang waiting for dropped replicated table to do something. It's fixed. #19684 (yiguolei). - Fix wrong deserialization of columns description. It makes INSERT into a table with a column named
\impossible. #19479 (alexey-milovidov). - Mark distributed batch as broken in case of empty data block in one of files. #19449 (Azat Khuzhin).
- Fixed very rare bug that might cause mutation to hang after
DROP/DETACH/REPLACE/MOVE PARTITION. It was partially fixed by #15537 for the most cases. #19443 (tavplubix). - Fix possible error
Extremes transform was already added to pipeline. Fixes #14100. #19430 (Nikolai Kochetov). - Fix default value in join types with non-zero default (e.g. some Enums). Closes #18197. #19360 (vdimir).
- Do not mark file for distributed send as broken on EOF. #19290 (Azat Khuzhin).
- Fix leaking of pipe fd for
async_socket_for_remote. #19153 (Azat Khuzhin). - Fix infinite reading from file in
ORCformat (was introduced in #10580). Fixes #19095. #19134 (Nikolai Kochetov). - Fix issue in merge tree data writer which can lead to marks with bigger size than fixed granularity size. Fixes #18913. #19123 (alesapin).
- Fix startup bug when clickhouse was not able to read compression codec from
LowCardinality(Nullable(...))and throws exceptionAttempt to read after EOF. Fixes #18340. #19101 (alesapin). - Simplify the implementation of
tupleHammingDistance. Support for tuples of any equal length. Fixes #19029. #19084 (Nikolai Kochetov). - Make sure
groupUniqArrayreturns correct type for argument of Enum type. This closes #17875. #19019 (alexey-milovidov). - Fix possible error
Expected single dictionary argument for functionif use functionignorewithLowCardinalityargument. Fixes #14275. #19016 (Nikolai Kochetov). - Fix inserting of
LowCardinalitycolumn to table withTinyLogengine. Fixes #18629. #19010 (Nikolai Kochetov). - Fix minor issue in JOIN: Join tries to materialize const columns, but our code waits for them in other places. #18982 (Nikita Mikhaylov).
- Disable
optimize_move_functions_out_of_anybecause optimization is not always correct. This closes #18051. This closes #18973. #18981 (alexey-milovidov). - Fix possible exception
QueryPipeline stream: different number of columnscaused by merging of query plan'sExpressionsteps. Fixes #18190. #18980 (Nikolai Kochetov). - Fixed very rare deadlock at shutdown. #18977 (tavplubix).
- Fixed rare crashes when server run out of memory. #18976 (tavplubix).
- Fix incorrect behavior when
ALTER TABLE ... DROP PART 'part_name'query removes all deduplication blocks for the whole partition. Fixes #18874. #18969 (alesapin). - Fixed issue #18894 Add a check to avoid exception when long column alias('table.column' style, usually auto-generated by BI tools like Looker) equals to long table name. #18968 (Daniel Qin).
- Fix error
Task was not found in task queue(possible only for remote queries, withasync_socket_for_remote = 1). #18964 (Nikolai Kochetov). - Fix bug when mutation with some escaped text (like
ALTER ... UPDATE e = CAST('foo', 'Enum8(\'foo\' = 1')serialized incorrectly. Fixes #18878. #18944 (alesapin). - ATTACH PARTITION will reset mutations. #18804. #18935 (fastio).
- Fix issue with
bitmapOrCardinalitythat may lead to nullptr dereference. This closes #18911. #18912 (sundyli). - Fixed
Attempt to read after eoferror when trying toCASTNULLfromNullable(String)toNullable(Decimal(P, S)). Now functionCASTreturnsNULLwhen it cannot parse decimal from nullable string. Fixes #7690. #18718 (Winter Zhang). - Fix data type convert issue for MySQL engine. #18124 (bo zeng).
- Fix clickhouse-client abort exception while executing only
select. #19790 (taiyang-li).
- Run SQLancer (logical SQL fuzzer) in CI. #19006 (Ilya Yatsishin).
- Query Fuzzer will fuzz newly added tests more extensively. This closes #18916. #19185 (alexey-milovidov).
- Integrate with Big List of Naughty Strings for better fuzzing. #19480 (alexey-milovidov).
- Add integration tests run with MSan. #18974 (alesapin).
- Fixed MemorySanitizer errors in cyrus-sasl and musl. #19821 (Ilya Yatsishin).
- Insuffiient arguments check in
positionCaseInsensitiveUTF8function triggered address sanitizer. #19720 (alexey-milovidov). - Remove --project-directory for docker-compose in integration test. Fix logs formatting from docker container. #19706 (Ilya Yatsishin).
- Made generation of macros.xml easier for integration tests. No more excessive logging from dicttoxml. dicttoxml project is not active for 5+ years. #19697 (Ilya Yatsishin).
- Allow to explicitly enable or disable watchdog via environment variable
CLICKHOUSE_WATCHDOG_ENABLE. By default it is enabled if server is not attached to terminal. #19522 (alexey-milovidov). - Allow building ClickHouse with Kafka support on arm64. #19369 (filimonov).
- Allow building librdkafka without ssl. #19337 (filimonov).
- Restore Kafka input in FreeBSD builds. #18924 (Alexandre Snarskii).
- Fix potential nullptr dereference in table function
VALUES. #19357 (alexey-milovidov). - Avoid UBSan reports in
arrayElementfunction,substringandarraySum. Fixes #19305. Fixes #19287. This closes #19336. #19347 (alexey-milovidov).
- BloomFilter index crash fix. Fixes #19757. #19884 (Maksim Kita).
- Fix crash when pushing down predicates to union distinct subquery. This fixes #19855. #19861 (Amos Bird).
- Fix filtering by UInt8 greater than 127. #19799 (Anton Popov).
- In previous versions, unusual arguments for function arrayEnumerateUniq may cause crash or infinite loop. This closes #19787. #19788 (alexey-milovidov).
- Fixed stack overflow when using accurate comparison of arithmetic type with string type. #19773 (tavplubix).
- Fix crash when nested column name was used in
WHEREorPREWHERE. Fixes #19755. #19763 (Nikolai Kochetov). - Fix a segmentation fault in
bitmapAndnotfunction. Fixes #19668. #19713 (Maksim Kita). - Some functions with big integers may cause segfault. Big integers is experimental feature. This closes #19667. #19672 (alexey-milovidov).
- Fix wrong result of function
neighborforLowCardinalityargument. Fixes #10333. #19617 (Nikolai Kochetov). - Fix use-after-free of the CompressedWriteBuffer in Connection after disconnect. #19599 (Azat Khuzhin).
DROP/DETACH TABLE table ON CLUSTER cluster SYNCquery might hang, it's fixed. Fixes #19568. #19572 (tavplubix).- Query CREATE DICTIONARY id expression fix. #19571 (Maksim Kita).
- Fix SIGSEGV with merge_tree_min_rows_for_concurrent_read/merge_tree_min_bytes_for_concurrent_read=0/UINT64_MAX. #19528 (Azat Khuzhin).
- Buffer overflow (on memory read) was possible if
addMonthfunction was called with specifically crafted arguments. This fixes #19441. This fixes #19413. #19472 (alexey-milovidov). - Uninitialized memory read was possible in encrypt/decrypt functions if empty string was passed as IV. This closes #19391. #19397 (alexey-milovidov).
- Fix possible buffer overflow in Uber H3 library. See https://github.com/uber/h3/issues/392. This closes #19219. #19383 (alexey-milovidov).
- Fix system.parts _state column (LOGICAL_ERROR when querying this column, due to incorrect order). #19346 (Azat Khuzhin).
- Fixed possible wrong result or segfault on aggregation when Materialized View and its target table have different structure. Fixes #18063. #19322 (tavplubix).
- Fix error
Cannot convert column now64() because it is constant but values of constants are different in source and result. Continuation of #7156. #19316 (Nikolai Kochetov). - Fix bug when concurrent
ALTERandDROPqueries may hang while processing ReplicatedMergeTree table. #19237 (alesapin). - Fixed
There is no checkpointerror when inserting data through http interface usingTemplateorCustomSeparatedformat. Fixes #19021. #19072 (tavplubix). - Disable constant folding for subqueries on the analysis stage, when the result cannot be calculated. #18446 (Azat Khuzhin).
- Mutation might hang waiting for some non-existent part after
MOVEorREPLACE PARTITIONor, in rare cases, afterDETACHorDROP PARTITION. It's fixed. #15537 (tavplubix).
- The setting
input_format_null_as_defaultis enabled by default. #17525 (alexey-milovidov). - Check settings constraints for profile settings from config. Server will fail to start if users.xml contain settings that do not meet corresponding constraints. #18486 (tavplubix).
- Restrict
ALTER MODIFY SETTINGfrom changing storage settings that affects data parts (write_final_markandenable_mixed_granularity_parts). #18306 (Amos Bird). - Set
insert_quorum_parallelto 1 by default. It is significantly more convenient to use than "sequential" quorum inserts. But if you rely to sequential consistency, you should set the setting back to zero. #17567 (alexey-milovidov). - Remove
sumburConsistentHashfunction. This closes #18120. #18656 (alexey-milovidov). - Removed aggregate functions
timeSeriesGroupSum,timeSeriesGroupRateSumbecause a friend of mine said they never worked. This fixes #16869. If you have luck using these functions, write a email to clickhouse-feedback@yandex-team.com. #17423 (alexey-milovidov). - Prohibit toUnixTimestamp(Date()) (before it just returns UInt16 representation of Date). #17376 (Azat Khuzhin).
- Allow using extended integer types (
Int128,Int256,UInt256) inavgandavgWeightedfunctions. Also allow using different types (integer, decimal, floating point) for value and for weight inavgWeightedfunction. This is a backward-incompatible change: now theavgandavgWeightedfunctions always returnFloat64(as documented). Before this change the return type forDecimalarguments was alsoDecimal. #15419 (Mike). - Expression
toUUID(N)no longer works. Replace withtoUUID('00000000-0000-0000-0000-000000000000'). This change is motivated by non-obvious results oftoUUID(N)where N is non zero. - SSL Certificates with incorrect "key usage" are rejected. In previous versions they are used to work. See #19262.
inclreferences to substitutions file (/etc/metrika.xml) were removed from the default config (<remote_servers>,<zookeeper>,<macros>,<compression>,<networks>). If you were using substitutions file and were relying on those implicit references, you should put them back manually and explicitly by adding corresponding sections withincl="..."attributes before the update. See #18740 (alexey-milovidov).
- Implement gRPC protocol in ClickHouse. #15111 (Vitaly Baranov).
- Allow to use multiple zookeeper clusters. #17070 (fastio).
- Implemented
REPLACE TABLEandCREATE OR REPLACE TABLEqueries. #18521 (tavplubix). - Implement
UNION DISTINCTand treat the plainUNIONclause asUNION DISTINCTby default. Add a settingunion_default_modethat allows to treat it asUNION ALLor require explicit mode specification. #16338 (flynn). - Added function
accurateCastOrNull. This closes #10290. Add type conversions inx IN (subquery)expressions. This closes #10266. #16724 (Maksim Kita). - IP Dictionary supports
IPv4/IPv6types directly. #17571 (vdimir). - IP Dictionary supports key fetching. Resolves #18241. #18480 (vdimir).
- Add
*.zstcompression/decompression support for data import and export. It enables using*.zstinfile()function andContent-encoding: zstdin HTTP client. This closes #16791 . #17144 (Abi Palagashvili). - Added
mannWitneyUTest,studentTTestandwelchTTestaggregate functions. RefactoredrankCorra bit. #16883 (Nikita Mikhaylov). - Add functions
countMatches/countMatchesCaseInsensitive. #17459 (Azat Khuzhin). - Implement
countSubstrings()/countSubstringsCaseInsensitive()/countSubstringsCaseInsensitiveUTF8()(Count the number of substring occurrences). #17347 (Azat Khuzhin). - Add information about used databases, tables and columns in system.query_log. Add
query_kindandnormalized_query_hashfields. #17726 (Amos Bird). - Add a setting
optimize_on_insert. When enabled, do the same transformation for INSERTed block of data as if merge was done on this block (e.g. Replacing, Collapsing, Aggregating...). This setting is enabled by default. This can influence Materialized View and MaterializeMySQL behaviour (see detailed description). This closes #10683. #16954 (Kruglov Pavel). - Kerberos Authenticaiton for HDFS. #16621 (Ilya Golshtein).
- Support
SHOW SETTINGSstatement to show parameters in system.settings.SHOW CHANGED SETTINGSandLIKE/ILIKEclause are also supported. #18056 (Jianmei Zhang). - Function
positionnow supportsPOSITION(needle IN haystack)synax for SQL compatibility. This closes #18701. ... #18779 (Jianmei Zhang). - Now we have a new storage setting
max_partitions_to_readfor tables in the MergeTree family. It limits the max number of partitions that can be accessed in one query. A user settingforce_max_partition_limitis also added to enforce this constraint. #18712 (Amos Bird). - Add
query_idcolumn tosystem.part_logfor inserted parts. Closes #10097. #18644 (flynn). - Allow create table as select with columns specification. Example
CREATE TABLE t1 (x String) ENGINE = Memory AS SELECT 1;. #18060 (Maksim Kita). - Added
arrayMin,arrayMax,arrayAvgaggregation functions. #18032 (Maksim Kita). - Implemented
ATTACH TABLE name FROM 'path/to/data/' (col1 Type1, ...query. It creates new table with provided structure and attaches table data from provided directory inuser_files. #17903 (tavplubix). - Add mutation support for StorageMemory. This closes #9117. #15127 (flynn).
- Support syntax
EXISTS DATABASE name. #18458 (Du Chuan). - Support builtin function
isIPv4String&&isIPv6Stringlike MySQL. #18349 (Du Chuan). - Add a new setting
insert_distributed_one_random_shard = 1to allow insertion into multi-sharded distributed table without any distributed key. #18294 (Amos Bird). - Add settings
min_compress_block_sizeandmax_compress_block_sizeto MergeTreeSettings, which have higher priority than the global settings and take effect when they are set. close 13890. #17867 (flynn). - Add support for 64bit roaring bitmaps. #17858 (Andy Yang).
- Extended
OPTIMIZE ... DEDUPLICATEsyntax to allow explicit (or implicit with asterisk/column transformers) list of columns to check for duplicates on. ... #17846 (Vasily Nemkov). - Added functions
toModifiedJulianDay,fromModifiedJulianDay,toModifiedJulianDayOrNull, andfromModifiedJulianDayOrNull. These functions convert between Proleptic Gregorian calendar date and Modified Julian Day number. #17750 (PHO). - Add ability to use custom TLD list: added functions
firstSignificantSubdomainCustom,cutToFirstSignificantSubdomainCustom. #17748 (Azat Khuzhin). - Add support for
PROXYv1protocol to wrap native TCP interface. Allow quotas to be keyed by proxy-forwarded IP address (applied forPROXYv1address and forX-Forwarded-Forfrom HTTP interface). This is useful when you provide access to ClickHouse only via trusted proxy (e.g. CloudFlare) but want to account user resources by their original IP addresses. This fixes #17268. #17707 (alexey-milovidov). - Now clickhouse-client supports opening
EDITORto edit commands.Alt-Shift-E. #17665 (Amos Bird). - Add function
encodeXMLComponentto escape characters to place string into XML text node or attribute. #17659 (nauta). - Introduce
DETACH TABLE/VIEW ... PERMANENTLYsyntax, so that after restarting the table does not reappear back automatically on restart (only by explicit request). The table can still be attached back using the short syntax ATTACH TABLE. Implements #5555. Fixes #13850. #17642 (filimonov). - Add asynchronous metrics on total amount of rows, bytes and parts in MergeTree tables. This fix #11714. #17639 (flynn).
- Add settings
limitandoffsetfor out-of-SQL pagination: #16176 They are useful for building APIs. These two settings will affect SELECT query as if it is added likeselect * from (your_original_select_query) t limit xxx offset xxx;. #17633 (hexiaoting). - Provide a new aggregator combinator :
-SimpleStateto buildSimpleAggregateFunctiontypes via query. It's useful for defining MaterializedView of AggregatingMergeTree engine, and will benefit projections too. #16853 (Amos Bird). - Added
queries-fileparameter forclickhouse-clientandclickhouse-local. #15930 (Maksim Kita). - Added
queryparameter forclickhouse-benchmark. #17832 (Maksim Kita). EXPLAIN ASTnow support queries other thenSELECT. #18136 (taiyang-li).
- Added functions for calculation of minHash and simHash of text n-grams and shingles. They are intended for semi-duplicate search. Also functions
bitHammingDistanceandtupleHammingDistanceare added. #7649 (flynn). - Add new data type
Map. See #1841. First version for Map only supportsStringtype of key and value. #15806 (hexiaoting). - Implement alternative SQL parser based on ANTLR4 runtime and generated from EBNF grammar. #11298 (Ivan).
- New IP Dictionary implementation with lower memory consumption, improved performance for some cases, and fixed bugs. #16804 (vdimir).
- Parallel formatting for data export. #11617 (Nikita Mikhaylov).
- LDAP integration: Added
verification_cooldownparameter in LDAP server connection configuration to allow caching of successful "bind" attempts for configurable period of time. #15988 (Denis Glazachev). - Add
--no-system-tableoption forclickhouse-localto run without system tables. This avoids initialization ofDateLUTthat may take noticeable amount of time (tens of milliseconds) at startup. #18899 (alexey-milovidov). - Replace
PODArraywithPODArrayWithStackMemoryinAggregateFunctionWindowFunnelDatato improvewindowFunnelfunction performance. #18817 (flynn). - Don't send empty blocks to shards on synchronous INSERT into Distributed table. This closes #14571. #18775 (alexey-milovidov).
- Optimized read for StorageMemory. #18052 (Maksim Kita).
- Using Dragonbox algorithm for float to string conversion instead of ryu. This improves performance of float to string conversion significantly. #17831 (Maksim Kita).
- Speedup
IPv6CIDRToRangeimplementation. #17569 (vdimir). - Add
remerge_sort_lowered_memory_bytes_ratiosetting (If memory usage after remerge does not reduced by this ratio, remerge will be disabled). #17539 (Azat Khuzhin). - Improve performance of AggregatingMergeTree with SimpleAggregateFunction(String) in PK. #17109 (Azat Khuzhin).
- Now the
-Ifcombinator is devirtualized, andcountis properly vectorized. It is for this PR. #17043 (Amos Bird). - Fix performance of reading from
Mergetables over huge number ofMergeTreetables. Fixes #7748. #16988 (Anton Popov). - Improved performance of function
repeat. #16937 (satanson). - Slightly improved performance of float parsing. #16809 (Maksim Kita).
- Add possibility to skip merged partitions for
OPTIMIZE TABLE ... FINAL. #15939 (Kruglov Pavel). - Integrate with fast_float from Daniel Lemire to parse floating point numbers. #16787 (Maksim Kita). It is not enabled, because performance its performance is still lower than rough float parser in ClickHouse.
- Fix max_distributed_connections (affects
prefer_localhost_replica = 1andmax_threads != max_distributed_connections). #17848 (Azat Khuzhin). - Adaptive choice of single/multi part upload when sending data to S3. Single part upload is controlled by a new setting
max_single_part_upload_size. #17934 (Pavel Kovalenko). - Support for async tasks in
PipelineExecutor. Initial support of async sockets for remote queries. #17868 (Nikolai Kochetov). - Allow to use
optimize_move_to_prewhereoptimization with compact parts, when sizes of columns are unknown. #17330 (Anton Popov).
- Avoid deadlock when executing INSERT SELECT into itself from a table with
TinyLogorLogtable engines. This closes #6802. This closes #18691. This closes #16812. This closes #14570. #15260 (alexey-milovidov). - Support
SHOW CREATE VIEW namesyntax like MySQL. #18095 (Du Chuan). - All queries of type
Decimal * Floator vice versa are allowed, including aggregate ones (e.g.SELECT sum(decimal_field * 1.1)orSELECT dec_col * float_col), the result type is Float32 or Float64. #18145 (Mike). - Improved minimal Web UI: add history; add sharing support; avoid race condition of different requests; add request in-flight and ready indicators; add favicon; detect Ctrl+Enter if textarea is not in focus. #17293 #17770 (alexey-milovidov).
- clickhouse-server didn't send
closerequest to ZooKeeper server. #16837 (alesapin). - Avoid server abnormal termination in case of too low memory limits (
max_memory_usage = 1/max_untracked_memory = 1). #17453 (Azat Khuzhin). - Fix non-deterministic result of
windowFunnelfunction in case of same timestamp for different events. #18884 (Fuwang Hu). - Docker: Explicitly set uid / gid of clickhouse user & group to the fixed values (101) in clickhouse-server Docker images. #19096 (filimonov).
- Asynchronous INSERTs to
Distributedtables: Two new settings (by analogy with MergeTree family) has been added: -fsync_after_insert- Do fsync for every inserted. Will decreases performance of inserts. -fsync_directories- Do fsync for temporary directory (that is used for async INSERT only) after all operations (writes, renames, etc.). #18864 (Azat Khuzhin). SYSTEM KILLcommand started to work in Docker. This closes #18847. #18848 (alexey-milovidov).- Expand macros in the zk path when executing
FETCH PARTITION. #18839 (fastio). - Apply
ALTER TABLE <replicated_table> ON CLUSTER MODIFY SETTING ...to all replicas. Because we don't replicate such alter commands. #18789 (Amos Bird). - Allow column transformer
EXCEPTto accept a string as regular expression matcher. This resolves #18685 . #18699 (Amos Bird). - Fix SimpleAggregateFunction in SummingMergeTree. Now it works like AggregateFunction. In previous versions values were summed together regardless to the aggregate function. This fixes #18564 . #8052. #18637 (Amos Bird). Another fix of using
SimpleAggregateFunctioninSummingMergeTree. This fixes #18676 . #18677 (Amos Bird). - Fixed assertion error inside allocator in case when last argument of function bar is NaN. Now simple ClickHouse's exception is being thrown. This fixes #17876. #18520 (Nikita Mikhaylov).
- Fix usability issue: no newline after exception message in some tools. #18444 (alexey-milovidov).
- Add ability to modify primary and partition key column type from
LowCardinality(Type)toTypeand vice versa. Also add an ability to modify primary key column type fromEnumXtoIntXtype. Fixes #5604. #18362 (alesapin). - Implement
untuplefield access. #18133. #18309 (hexiaoting). - Allow to parse Array fields from CSV if it is represented as a string containing array that was serialized as nested CSV. Example:
"[""Hello"", ""world"", ""42"""" TV""]"will parse as['Hello', 'world', '42" TV']. Allow to parse array in CSV in a string without enclosing braces. Example:"'Hello', 'world', '42"" TV'"will parse as['Hello', 'world', '42" TV']. #18271 (alexey-milovidov). - Make better adaptive granularity calculation for merge tree wide parts. #18223 (alesapin).
- Now
clickhouse installcould work on Mac. The problem was that there is no procfs on this platform. #18201 (Nikita Mikhaylov). - Better hints for
SHOW ...query syntax. #18183 (Du Chuan). - Array aggregation
arrayMin,arrayMax,arraySum,arrayAvgsupport forInt128,Int256,UInt256. #18147 (Maksim Kita). - Add
diskto Set and Join storage settings. #18112 (Grigory Pervakov). - Access control: Now table function
merge()requires current user to haveSELECTprivilege on each table it receives data from. This PR fixes #16964. #18104 #17983 (Vitaly Baranov). - Temporary tables are visible in the system tables
system.tablesandsystem.columnsnow only in those session where they have been created. The internal database_temporary_and_external_tablesis now hidden in those system tables; temporary tables are shown as tables with empty database with theis_temporaryflag set instead. #18014 (Vitaly Baranov). - Fix clickhouse-client rendering issue when the size of terminal window changes. #18009 (Amos Bird).
- Decrease log verbosity of the events when the client drops the connection from Warning to Information. #18005 (filimonov).
- Forcibly removing empty or bad metadata files from filesystem for DiskS3. S3 is an experimental feature. #17935 (Pavel Kovalenko).
- Access control:
allow_introspection_functions=0prohibits usage of introspection functions but doesn't prohibit giving grants for them anymore (the grantee will need to setallow_introspection_functions=1for himself to be able to use that grant). Similarlyallow_ddl=0prohibits usage of DDL commands but doesn't prohibit giving grants for them anymore. #17908 (Vitaly Baranov). - Usability improvement: hints for column names. #17112. #17857 (fastio).
- Add diagnostic information when two merge tables try to read each other's data. #17854 (徐炘).
- Let the possibility to override timeout value for running script using the ClickHouse docker image. #17818 (Guillaume Tassery).
- Check system log tables' engine definition grammar to prevent some configuration errors. Notes that this grammar check is not semantical, that means such mistakes as non-existent columns / expression functions would be not found out util the table is created. #17739 (Du Chuan).
- Removed exception throwing at
RabbitMQtable initialization if there was no connection (it will be reconnecting in the background). #17709 (Kseniia Sumarokova). - Do not ignore server memory limits during Buffer flush. #17646 (Azat Khuzhin).
- Switch to patched version of RocksDB (from ClickHouse-Extras) to fix use-after-free error. #17643 (Nikita Mikhaylov).
- Added an offset to exception message for parallel parsing. This fixes #17457. #17641 (Nikita Mikhaylov).
- Don't throw "Too many parts" error in the middle of INSERT query. #17566 (alexey-milovidov).
- Allow query parameters in UPDATE statement of ALTER query. Fixes #10976. #17563 (alexey-milovidov).
- Query obfuscator: avoid usage of some SQL keywords for identifier names. #17526 (alexey-milovidov).
- Export current max ddl entry executed by DDLWorker via server metric. It's useful to check if DDLWorker hangs somewhere. #17464 (Amos Bird).
- Export asynchronous metrics of all servers current threads. It's useful to track down issues like this. #17463 (Amos Bird).
- Include dynamic columns like MATERIALIZED / ALIAS for wildcard query when settings
asterisk_include_materialized_columnsandasterisk_include_alias_columnsare turned on. #17462 (Ken Chen). - Allow specifying TTL to remove old entries from system log tables, using the
<ttl>attribute inconfig.xml. #17438 (Du Chuan). - Now queries coming to the server via MySQL and PostgreSQL protocols have distinctive interface types (which can be seen in the
interfacecolumn of the tablesystem.query_log):4for MySQL, and5for PostgreSQL, instead of formerly used1which is now used for the native protocol only. #17437 (Vitaly Baranov). - Fix parsing of SETTINGS clause of the
INSERT ... SELECT ... SETTINGSquery. #17414 (Azat Khuzhin). - Correctly account memory in RadixSort. #17412 (Nikita Mikhaylov).
- Add eof check in
receiveHelloin server to prevent gettingAttempt to read after eofexception. #17365 (Kruglov Pavel). - Avoid possible stack overflow in bigint conversion. Big integers are experimental. #17269 (flynn).
- Now
setindices will work withGLOBAL IN. This fixes #17232 , #5576 . #17253 (Amos Bird). - Add limit for http redirects in request to S3 storage (
s3_max_redirects). #17220 (ianton-ru). - When
-OrNullcombinator combined-If,-Merge,-MergeState,-Statecombinators, we should put-OrNullin front. #16935 (flynn). - Support HTTP proxy and HTTPS S3 endpoint configuration. #16861 (Pavel Kovalenko).
- Added proper authentication using environment,
~/.awsandAssumeRolefor S3 client. #16856 (Vladimir Chebotarev). - Add more OpenTelemetry spans. Add an example of how to export the span data to Zipkin. #16535 (Alexander Kuzmenkov).
- Cache dictionaries: Completely eliminate callbacks and locks for acquiring them. Keys are not divided into "not found" and "expired", but stored in the same map during query. #14958 (Nikita Mikhaylov).
- Fix never worked
fsync_part_directory/fsync_after_insert/in_memory_parts_insert_sync(experimental feature). #18845 (Azat Khuzhin). - Allow using
Atomicengine for nested database ofMaterializeMySQLengine. #14849 (tavplubix).
- Fix the issue when server can stop accepting connections in very rare cases. #17542 (Amos Bird, alexey-milovidov).
- Fix index analysis of binary functions with constant argument which leads to wrong query results. This fixes #18364. #18373 (Amos Bird).
- Fix possible wrong index analysis when the types of the index comparison are different. This fixes #17122. #17145 (Amos Bird).
- Disable write with AIO during merges because it can lead to extremely rare data corruption of primary key columns during merge. #18481 (alesapin).
- Restrict merges from wide to compact parts. In case of vertical merge it led to broken result part. #18381 (Anton Popov).
- Fix possible incomplete query result while reading from
MergeTree*in case of read backoff (message<Debug> MergeTreeReadPool: Will lower number of threadsin logs). Was introduced in #16423. Fixes #18137. #18216 (Nikolai Kochetov). - Fix use after free bug in
rocksdblibrary. #18862 (sundyli). - Fix infinite reading from file in
ORCformat (was introduced in #10580). Fixes #19095. #19134 (Nikolai Kochetov). - Fix bug in merge tree data writer which can lead to marks with bigger size than fixed granularity size. Fixes #18913. #19123 (alesapin).
- Fix startup bug when clickhouse was not able to read compression codec from
LowCardinality(Nullable(...))and throws exceptionAttempt to read after EOF. Fixes #18340. #19101 (alesapin). - Restrict
MODIFY TTLqueries forMergeTreetables created in old syntax. Previously the query succeeded, but actually it had no effect. #19064 (Anton Popov). - Make sure
groupUniqArrayreturns correct type for argument of Enum type. This closes #17875. #19019 (alexey-milovidov). - Fix possible error
Expected single dictionary argument for functionif use functionignorewithLowCardinalityargument. Fixes #14275. #19016 (Nikolai Kochetov). - Fix inserting of
LowCardinalitycolumn to table withTinyLogengine. Fixes #18629. #19010 (Nikolai Kochetov). - Join tries to materialize const columns, but our code wants them in other places. #18982 (Nikita Mikhaylov).
- Disable
optimize_move_functions_out_of_anybecause optimization is not always correct. This closes #18051. This closes #18973. #18981 (alexey-milovidov). - Fix possible exception
QueryPipeline stream: different number of columnscaused by merging of query plan'sExpressionsteps. Fixes #18190. #18980 (Nikolai Kochetov). - Fixed very rare deadlock at shutdown. #18977 (tavplubix).
- Fix incorrect behavior when
ALTER TABLE ... DROP PART 'part_name'query removes all deduplication blocks for the whole partition. Fixes #18874. #18969 (alesapin). - Attach partition should reset the mutation. #18804. #18935 (fastio).
- Fix issue with
bitmapOrCardinalitythat may lead to nullptr dereference. This closes #18911. #18912 (sundyli). - Fix possible hang at shutdown in
clickhouse-local. This fixes #18891. #18893 (alexey-milovidov). - Queries for external databases (MySQL, ODBC, JDBC) were incorrectly rewritten if there was an expression in form of
x IN table. This fixes #9756. #18876 (alexey-milovidov). - Fix *If combinator with unary function and Nullable types. #18806 (Azat Khuzhin).
- Fix the issue that asynchronous distributed INSERTs can be rejected by the server if the setting
network_compression_methodis globally set to non-default value. This fixes #18741. #18776 (alexey-milovidov). - Fixed
Attempt to read after eoferror when trying toCASTNULLfromNullable(String)toNullable(Decimal(P, S)). Now functionCASTreturnsNULLwhen it cannot parse decimal from nullable string. Fixes #7690. #18718 (Winter Zhang). - Fix minor issue with logging. #18717 (sundyli).
- Fix removing of empty parts in
ReplicatedMergeTreetables, created with old syntax. Fixes #18582. #18614 (Anton Popov). - Fix previous bug when date overflow with different values. Strict Date value limit to "2106-02-07", cast date > "2106-02-07" to value 0. #18565 (hexiaoting).
- Add FixedString data type support for replication from MySQL. Replication from MySQL is an experimental feature. This patch fixes #18450 Also fixes #6556. #18553 (awesomeleo).
- Fix possible
Pipeline stuckerror while usingORDER BYafter subquery withRIGHTorFULLjoin. #18550 (Nikolai Kochetov). - Fix bug which may lead to
ALTERqueries hung after corresponding mutation kill. Found by thread fuzzer. #18518 (alesapin). - Proper support for 12AM in
parseDateTimeBestEffortfunction. This fixes #18402. #18449 (vladimir-golovchenko). - Fixed
value is too shorterror when executingtoType(...)functions (toDate,toUInt32, etc) with argument of typeNullable(String). Now such functions returnNULLon parsing errors instead of throwing exception. Fixes #7673. #18445 (tavplubix). - Fix the unexpected behaviour of
SHOW TABLES. #18431 (fastio). - Fix -SimpleState combinator generates incompatible arugment type and return type. #18404 (Amos Bird).
- Fix possible race condition in concurrent usage of
SetorJointables and selects fromsystem.tables. #18385 (alexey-milovidov). - Fix filling table
system.settings_profile_elements. This PR fixes #18231. #18379 (Vitaly Baranov). - Fix possible crashes in aggregate functions with combinator
Distinct, while using two-level aggregation. Fixes #17682. #18365 (Anton Popov). - Fixed issue when
clickhouse-odbc-bridgeprocess is unreachable by server on machines with dual IPv4/IPv6 stack; Fixed issue when ODBC dictionary updates are performed using malformed queries and/or cause crashes of the odbc-bridge process; Possibly closes #14489. #18278 (Denis Glazachev). - Access control:
SELECT count() FROM tablenow can be executed if the user has access to at least single column from a table. This PR fixes #10639. #18233 (Vitaly Baranov). - Access control:
SELECT JOINnow requires theSELECTprivilege on each of the joined tables. This PR fixes #17654. #18232 (Vitaly Baranov). - Fix key comparison between Enum and Int types. This fixes #17989. #18214 (Amos Bird).
- Replication from MySQL (experimental feature). Fixes #18186 Fixes #16372 Fix unique key convert issue in MaterializeMySQL database engine. #18211 (Winter Zhang).
- Fix inconsistency for queries with both
WITH FILLandWITH TIES#17466. #18188 (hexiaoting). - Fix inserting a row with default value in case of parsing error in the last column. Fixes #17712. #18182 (Jianmei Zhang).
- Fix
Unknown setting profileerror on attempt to set settings profile. #18167 (tavplubix). - Fix error when query
MODIFY COLUMN ... REMOVE TTLdoesn't actually remove column TTL. #18130 (alesapin). - Fixed
std::out_of_range: basic_stringin S3 URL parsing. #18059 (Vladimir Chebotarev). - Fix comparison of
DateTime64andDate. Fixes #13804 and #11222. ... #18050 (Vasily Nemkov). - Replication from MySQL (experimental feature): Fixes #15187 Fixes #17912 support convert MySQL prefix index for MaterializeMySQL. #17944 (Winter Zhang).
- When server log rotation was configured using
logger.sizeparameter with numeric value larger than 2^32, the logs were not rotated properly. This is fixed. #17905 (Alexander Kuzmenkov). - Trivial query optimization was producing wrong result if query contains ARRAY JOIN (so query is actually non trivial). #17887 (sundyli).
- Fix possible segfault in
topKaggregate function. This closes #17404. #17845 (Maksim Kita). - WAL (experimental feature): Do not restore parts from WAL if
in_memory_parts_enable_walis disabled. #17802 (detailyang). - Exception message about max table size to drop was displayed incorrectly. #17764 (alexey-milovidov).
- Fixed possible segfault when there is not enough space when inserting into
Distributedtable. #17737 (tavplubix). - Fixed problem when ClickHouse fails to resume connection to MySQL servers. #17681 (Alexander Kazakov).
- Windows: Fixed
Function not implementederror when executingRENAMEquery inAtomicdatabase with ClickHouse running on Windows Subsystem for Linux. Fixes #17661. #17664 (tavplubix). - In might be determined incorrectly if cluster is circular- (cross-) replicated or not when executing
ON CLUSTERquery due to race condition whenpool_size> 1. It's fixed. #17640 (tavplubix). - Fix empty
system.stack_tracetable when server is running in daemon mode. #17630 (Amos Bird). - Exception
fmt::v7::format_errorcan be logged in background for MergeTree tables. This fixes #17613. #17615 (alexey-milovidov). - When clickhouse-client is used in interactive mode with multiline queries, single line comment was erronously extended till the end of query. This fixes #13654. #17565 (alexey-milovidov).
- Fix alter query hang when the corresponding mutation was killed on the different replica. Fixes #16953. #17499 (alesapin).
- Fix issue with memory accounting when mark cache size was underestimated by clickhouse. It may happen when there are a lot of tiny files with marks. #17496 (alesapin).
- Fix
ORDER BYwith enabled settingoptimize_redundant_functions_in_order_by. #17471 (Anton Popov). - Fix duplicates after
DISTINCTwhich were possible because of incorrect optimization. Fixes #17294. #17296 (li chengxiang). #17439 (Nikolai Kochetov). - Fixed high CPU usage in background tasks of *MergeTree tables. #17416 (tavplubix).
- Fix possible crash while reading from
JOINtable withLowCardinalitytypes. Fixes #17228. #17397 (Nikolai Kochetov). - Replication from MySQL (experimental feature): Fixes #16835 try fix miss match header with MySQL SHOW statement. #17366 (Winter Zhang).
- Fix nondeterministic functions with predicate optimizer. This fixes #17244. #17273 (Winter Zhang).
- Fix possible
Unexpected packet Data received from clienterror for Distributed queries withLIMIT. #17254 (Azat Khuzhin). - Fix set index invalidation when there are const columns in the subquery. This fixes #17246. #17249 (Amos Bird).
- clickhouse-copier: Fix for non-partitioned tables #15235. #17248 (Qi Chen).
- Fixed possible not-working mutations for parts stored on S3 disk (experimental feature). #17227 (Pavel Kovalenko).
- Bug fix for funciton
fuzzBits, related issue: #16980. #17051 (hexiaoting). - Fix
optimize_distributed_group_by_sharding_keyfor query with OFFSET only. #16996 (Azat Khuzhin). - Fix queries from
Mergetables overDistributedtables with JOINs. #16993 (Azat Khuzhin). - Fix order by optimization with monotonic functions. Fixes #16107. #16956 (Anton Popov).
- Fix incorrect comparison of types
DateTime64with different scales. Fixes #16655 ... #16952 (Vasily Nemkov). - Fix optimization of group by with enabled setting
optimize_aggregators_of_group_by_keysand joins. Fixes #12604. #16951 (Anton Popov). - Minor fix in SHOW ACCESS query. #16866 (tavplubix).
- Fix the behaviour with enabled
optimize_trivial_count_querysetting with partition predicate. #16767 (Azat Khuzhin). - Return number of affected rows for INSERT queries via MySQL wire protocol. Previously ClickHouse used to always return 0, it's fixed. Fixes #16605. #16715 (Winter Zhang).
- Fix inconsistent behavior caused by
select_sequential_consistencyfor optimized trivial count query and system tables. #16309 (Hao Chen). - Throw error when
REPLACEcolumn transformer operates on non existing column. #16183 (hexiaoting). - Throw exception in case of not equi-join ON expression in RIGH|FULL JOIN. #15162 (Artem Zuikov).
- Add simple integrity check for ClickHouse binary. It allows to detect corruption due to faulty hardware (bit rot on storage media or bit flips in RAM). #18811 (alexey-milovidov).
- Change
OpenSSLtoBoringSSL. It allows to avoid issues with sanitizers. This fixes #12490. This fixes #17502. This fixes #12952. #18129 (alexey-milovidov). - Simplify
Sys/Vinit script. It was not working on Ubuntu 12.04 or older. #17428 (alexey-milovidov). - Multiple improvements in
./clickhouse installscript. #17421 (alexey-milovidov). - Now ClickHouse can pretend to be a fake ZooKeeper. Currently, storage implementation is just stored in-memory hash-table, and server partially support ZooKeeper protocol. #16877 (alesapin).
- Fix dead list watches removal for TestKeeperStorage (a mock for ZooKeeper). #18065 (alesapin).
- Add
SYSTEM SUSPENDcommand for fault injection. It can be used to faciliate failover tests. This closes #15979. #18850 (alexey-milovidov). - Generate build id when ClickHouse is linked with
lld. It's appeared thatllddoes not generate it by default on my machine. Build id is used for crash reports and introspection. #18808 (alexey-milovidov). - Fix shellcheck errors in style check. #18566 (Ilya Yatsishin).
- Update timezones info to 2020e. #18531 (alesapin).
- Fix codespell warnings. Split style checks into separate parts. Update style checks docker image. #18463 (Ilya Yatsishin).
- Automated check for leftovers of conflict markers in docs. #18332 (alexey-milovidov).
- Enable Thread Fuzzer for stateless tests flaky check. #18299 (alesapin).
- Do not use non thread-safe function
strerror. #18204 (alexey-milovidov). - Update
anchore/scan-action@mainworkflow action (was moved frommastertomain). #18192 (Stig Bakken). - Now
clickhouse-testdoes DROP/CREATE databases with a timeout. #18098 (alesapin). - Enable experimental support for Pytest framework for stateless tests. #17902 (Ivan).
- Now we use the fresh docker daemon version in integration tests. #17671 (alesapin).
- Send info about official build, memory, cpu and free disk space to Sentry if it is enabled. Sentry is opt-in feature to help ClickHouse developers. This closes #17279. #17543 (alexey-milovidov).
- There was an uninitialized variable in the code of clickhouse-copier. #17363 (Nikita Mikhaylov).
- Fix one MSan report from #17309. #17344 (Nikita Mikhaylov).
- Fix for the issue with IPv6 in Arrow Flight library. See the comments for details. #16664 (Zhanna).
- Add a library that replaces some
libcfunctions to traps that will terminate the process. #16366 (alexey-milovidov). - Provide diagnostics in server logs in case of stack overflow, send error message to clickhouse-client. This closes #14840. #16346 (alexey-milovidov).
- Now we can run almost all stateless functional tests in parallel. #15236 (alesapin).
- Fix corruption in
librdkafkasnappy decompression (was a problem only for gcc10 builds, but official builds uses clang already, so at least recent official releases are not affected). #18053 (Azat Khuzhin). - If server was terminated by OOM killer, print message in log. #13516 (alexey-milovidov).
- PODArray: Avoid call to memcpy with (nullptr, 0) arguments (Fix UBSan report). This fixes #18525. #18526 (alexey-milovidov).
- Minor improvement for path concatenation of zookeeper paths inside DDLWorker. #17767 (Bharat Nallan).
- Allow to reload symbols from debug file. This PR also fixes a build-id issue. #17637 (Amos Bird).