ClickHouse/src
gulige 2f7edf82ab
avoid inconsistent state in Block
In the member function insert(position, elem) to class Block, if function checkColumnStructure<void> throws an exception for columns with same name but unidentical structure, it will result in the mismatch between index_by_name and data. However we could not presume upon that caller will not use this block object anymore. So it seems better to guarantee consistency innerly.
2021-12-13 13:53:12 +08:00
..
Access Improve quota's end-of-interval calculations. 2021-12-11 13:56:38 +03:00
AggregateFunctions Suppress UBSan errors for avg() function 2021-12-10 22:23:39 +03:00
Backups Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
Bridge Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http 2021-11-04 14:41:24 +00:00
Client Remove readline support 2021-12-11 11:29:59 +03:00
Columns Pass through version for aggregate function from SerializationAggregateFunction too 2021-12-05 21:45:07 +03:00
Common Done 2021-12-09 14:44:25 +00:00
Compression Merge pull request #31826 from CurtizJ/fix-uncompressed-cache 2021-11-27 17:36:52 +03:00
Coordination remove unused headers in test 2021-12-11 08:30:22 -08:00
Core avoid inconsistent state in Block 2021-12-13 13:53:12 +08:00
Databases clickhouse-local: fix CREATE DATABASE with Atomic engine 2021-12-08 21:23:00 +03:00
DataStreams rm NativeBlockOutputStream 2021-11-27 09:47:25 +00:00
DataTypes Merge pull request #32531 from vitlibar/fix-nested-array-sizes-for-missing-columns 2021-12-11 11:08:34 +03:00
Dictionaries Merge pull request #32117 from kitaisreal/dictionaries-custom-query-condition-fix 2021-12-06 10:59:56 +03:00
Disks Remove arcadia build support 2021-12-11 21:25:23 +03:00
Formats Merge pull request #27822 from filimonov/kafka_protobuf_issue26643 2021-12-11 20:31:22 +03:00
Functions Merge pull request #32587 from ClickHouse/reinterpret-perf 2021-12-12 12:14:43 +03:00
Interpreters Merge pull request #32572 from azat/DROP-INSERT-UAF-fix 2021-12-12 17:05:07 +03:00
IO Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
Parsers Change error codes to SYNTAX_ERROR 2021-12-08 21:29:50 +03:00
Processors Merge pull request #31888 from ClickHouse/fix-31114 2021-12-12 06:37:55 +03:00
QueryPipeline Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
Server Remove arcadia build support 2021-12-11 21:25:23 +03:00
Storages Merge pull request #32220 from azat/mt-fix-minmax-for-empty-part 2021-12-12 14:45:10 +03:00
TableFunctions Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
CMakeLists.txt Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
NOTICE Remove DataStreams folder. 2021-10-15 23:18:20 +03:00