alesapin
9ec164fc07
Update 02403_ttl_column_multiple_times.sql
2022-08-19 11:36:33 +02:00
Sema Checherinda
f8480c26e7
do not trigger allocator to return null under sanitizers
2022-08-19 11:22:34 +02:00
Antonio Andelic
a8f3b62bf6
Use global zookeeper
2022-08-19 08:49:51 +00:00
Alexander Tokmakov
8cbdd39c81
Update ActionsDAG.cpp
2022-08-19 11:34:15 +03:00
Alexander Tokmakov
531446d457
Merge pull request #40387 from ClickHouse/tavplubix-patch-3
...
Disable flaky 02293_part_log_has_merge_reason
2022-08-19 11:29:10 +03:00
Alexander Tokmakov
4bffb76235
Update 02293_part_log_has_merge_reason.sql
2022-08-19 11:27:51 +03:00
Alexander Tokmakov
78cb5b57bd
Merge pull request #40386 from ClickHouse/tavplubix-patch-3
...
Disable flaky 02382_filesystem_cache_persistent_files
2022-08-19 11:25:50 +03:00
Alexander Tokmakov
00a085fe30
Update 02382_filesystem_cache_persistent_files.sql
2022-08-19 11:24:08 +03:00
Antonio Andelic
6f533313e9
Restart everything during attach
2022-08-19 08:17:02 +00:00
Robert Schulze
24615059fb
Merge pull request #40319 from ClickHouse/custom-error-code-in-throwif
...
Allow custom error code in throwIf
2022-08-19 09:49:35 +02:00
Lloyd-Pottiger
51f53af482
fix tests
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-19 15:24:00 +08:00
Denny Crane
2929632058
Update docs/ru/engines/table-engines/mergetree-family/replacingmergetree.md
...
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-08-18 23:58:54 -03:00
Mikhail f. Shiryaev
68e98e43ed
Merge pull request #40373 from ClickHouse/cherry-pick-assignees
...
And the last tiny fix for assignees
2022-08-18 23:56:53 +02:00
Mikhail f. Shiryaev
e513ad6748
And the last tiny fix for assignees
2022-08-18 23:32:55 +02:00
Mikhail f. Shiryaev
b485afbe2c
Merge pull request #40367 from ClickHouse/cherry-pick-assignees
...
Fix wrong assignees argument passing
2022-08-18 23:28:31 +02:00
Yakov Olkhovskiy
effe3dbab8
style fix
2022-08-18 16:45:53 -04:00
Yakov Olkhovskiy
75283ea354
input context fixed
2022-08-18 16:36:16 -04:00
Mikhail f. Shiryaev
dce060bac4
Fix wrong assignees argument passing
2022-08-18 22:22:50 +02:00
Mikhail f. Shiryaev
574b728016
Merge pull request #40360 from ClickHouse/quite-changelog
...
Reduce changelog verbosity in CI
2022-08-18 22:05:49 +02:00
DanRoscigno
23b054617e
update for setting change
2022-08-18 16:05:44 -04:00
Mikhail f. Shiryaev
6b7b25f7af
Merge pull request #40359 from ClickHouse/fix-artifactory-push
...
Fix typo in the S3 download links for
2022-08-18 21:57:48 +02:00
Kruglov Pavel
2546773ffb
Merge pull request #40347 from ClickHouse/Avogar-patch-1
...
Fix setting description
2022-08-18 21:52:38 +02:00
Denny Crane
01a1aa8518
Update replacingmergetree.md
2022-08-18 16:35:54 -03:00
Denny Crane
8bf8dc628c
Update replacingmergetree.md
2022-08-18 16:34:14 -03:00
Denny Crane
e653583e87
Update replacingmergetree.md
2022-08-18 16:29:06 -03:00
Kruglov Pavel
b67cb9e378
Merge pull request #40173 from Avogar/arrow-dict
...
Improve and fix dictionaries in Arrow format
2022-08-18 20:54:55 +02:00
Mikhail f. Shiryaev
99f6ec95a4
Reduce changelog verbosity in CI
2022-08-18 20:44:24 +02:00
Mikhail f. Shiryaev
13d95ebdef
Fix typo in the S3 download links for
2022-08-18 20:32:33 +02:00
Alexander Tokmakov
2cfeff45ba
Merge pull request #40352 from ClickHouse/fix_incorrect_replica_idenifier
...
Fix "incorrect replica identifier"
2022-08-18 21:23:31 +03:00
Alexander Tokmakov
b9e090699a
Merge branch 'master' into fix_incorrect_replica_idenifier
2022-08-18 21:18:10 +03:00
Alexander Tokmakov
e311d06eaa
Merge pull request #40246 from ClickHouse/parallel_drop_ranges_execution
...
Allow parallel execution of disjoint drop ranges
2022-08-18 21:17:41 +03:00
robot-clickhouse
a9b3df37dd
Update version_date.tsv and changelogs after v22.8.1.2097-lts
2022-08-18 17:45:23 +00:00
Alexey Milovidov
d62d3ad461
Update version to 22.9.1.1
2022-08-18 19:39:03 +02:00
Alexey Milovidov
04a742069d
Changelog
2022-08-18 19:37:56 +02:00
Sergei Trifonov
2262717a1b
Merge branch 'master' into threads-soft-limit-rename
2022-08-18 19:32:53 +02:00
Sergei Trifonov
7bbbe0a4db
fix darwin build
2022-08-18 19:31:25 +02:00
avogar
67f848a428
Fix style
2022-08-18 17:15:30 +00:00
Jonathan-Ackerman
22bd572d78
Update docs for max_replica_delay_for_distributed_queries ( #40174 )
...
A replica is unusable if its lag is greater than or equal to the
value of max_replica_delay_for_distributed_queries. However, the
current documentation says that a replica is only unusable if it lags
more than the set value.
Also, when the value of max_replica_delay_for_distributed_queries
is read, if it is 0, then a replica is considered up to date
right away without checking its delay. This behavior should be
documented.
2022-08-18 19:09:46 +02:00
avogar
1fb99f51b0
Make test for s3 schema inference cache better
2022-08-18 16:50:59 +00:00
Vladimir C
277310f4e7
Merge pull request #40345 from DanRoscigno/fix-replacingmergetree-doc-indent
...
fix indent
2022-08-18 17:27:21 +02:00
Robert Schulze
e3266fe35a
test: extend tests for function throwIf() with edge cases
2022-08-18 15:24:53 +00:00
Robert Schulze
5037ce547f
Only allow 8/16/32-bit signed integers as custom error code data type
...
The internally used data type for error code is "int", and by
disallowing unsigned integers or integers >= 64 bit we avoid truncation
issues.
2022-08-18 15:16:08 +00:00
Sergei Trifonov
806df20d18
Merge branch 'master' into threads-soft-limit-rename
2022-08-18 16:58:30 +02:00
Sergei Trifonov
b064021cec
fix build
2022-08-18 16:57:31 +02:00
Maksim Kita
61a465db19
Proxy resolver stop on successful request
2022-08-18 16:49:38 +02:00
Alexander Tokmakov
629690c32b
fix "incorrect replica identifier"
2022-08-18 16:13:27 +02:00
Sema Checherinda
128e1fec3d
Memory don't do alignment by itself, Allocator does
2022-08-18 16:01:30 +02:00
alesapin
a2e08299f8
Update src/Storages/MergeTree/IMergedBlockOutputStream.cpp
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-08-18 15:36:55 +02:00
Kseniia Sumarokova
3ae9420592
Merge pull request #40337 from yinpeiqi/fix-typo
...
fix typo
2022-08-18 15:00:56 +02:00
Kruglov Pavel
9d15ce74be
Fix setting description
2022-08-18 14:53:17 +02:00