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
Sergei Trifonov
42a711015f
split concurrent_threads_soft_limit setting into two: concurrent_threads_soft_limit_{num,ratio_to_cores}
2022-08-18 14:51:08 +02:00
Sema Checherinda
b101ebdf32
check integer overflow at Memory class
2022-08-18 14:30:52 +02:00
Sema Checherinda
488b1dc0cd
increase http_max_chunk_size
2022-08-18 14:30:52 +02:00
Sema Checherinda
c6f61e6d08
small fix of test 02403_big_http_chunk_size.python
2022-08-18 14:30:52 +02:00
Sema Checherinda
89bada927c
fix heap buffer overflow by limiting http chunk size
2022-08-18 14:30:52 +02:00
Robert Schulze
d6e5a6b7e7
fix: prevent possible race between getReturnTypeImpl() and executeImpl()
...
I don't know if the context (in detail: the config settings) can change
between calls to getReturnTypeImpl() and executeImpl() but we better
don't find out. Instead, read setting "allow_custom_error_code_in_throwif"
just just once in the ctor of FunctionThrowIf.
2022-08-18 12:24:42 +00:00
alesapin
1751ba3e1e
Merge branch 'master' into fix_ttl_vertical_merge_bug
2022-08-18 14:24:05 +02:00
alesapin
20a2e786c9
Fix bug with multiple TTL merges on expired column
2022-08-18 14:21:20 +02:00
DanRoscigno
229f18766e
fix indent
2022-08-18 08:13:41 -04:00
Kruglov Pavel
09a2ff8843
Merge pull request #40293 from joshuataylor/feature/arrow-large-binary-string
...
Add support for LARGE_BINARY/LARGE_STRING with Arrow
2022-08-18 14:01:58 +02:00
Kseniia Sumarokova
be1b835f88
Merge branch 'master' into fix-typo
2022-08-18 14:00:23 +02:00
avogar
a6318cecd5
Fix hive test
2022-08-18 11:32:42 +00:00
Nikolai Kochetov
5a85531ef7
Merge pull request #38286 from Avogar/schema-inference-cache
...
Add schema inference cache for s3/hdfs/file/url
2022-08-18 13:07:50 +02:00
yinpeiqi
042ad7d9a8
fix typo
2022-08-18 18:45:16 +08:00
Alexander Tokmakov
6e5e0689a3
Merge branch 'master' into parallel_drop_ranges_execution
2022-08-18 13:43:29 +03:00
Kseniia Sumarokova
d8fd1f9c37
Merge pull request #36171 from kssenii/make-cache-composable
...
Make cache composable, allow not to evict certain files (regarding .idx, .mrk, ..), delete old cache version
2022-08-18 12:37:34 +02:00
Kruglov Pavel
d7056376eb
Merge pull request #40068 from Avogar/schema-inference-hints
...
Allow to specify structure hints in schema inference
2022-08-18 12:19:45 +02:00
Robert Schulze
baae7726a7
style: "Fix" style check in CI
2022-08-18 10:13:58 +00:00
Vladimir C
87605d12fb
Merge pull request #40326 from c8ef/patch-1
...
update path in test.md
2022-08-18 10:56:00 +02:00
Vladimir C
7ac0eb1af1
Merge pull request #40035 from ClickHouse/vdimir/cluster-discovery-observer
...
Add observer mode to (zoo)keeper cluster discovery feature
2022-08-18 10:53:49 +02:00
Alexey Milovidov
1b53f838a6
Update changelog
2022-08-18 10:32:26 +02:00
Alexey Milovidov
a24922230b
Update changelog
2022-08-18 10:27:56 +02:00
Alexey Milovidov
82c5780f9a
Update CHANGELOG
2022-08-18 09:14:16 +02:00
Alexey Milovidov
aaf6a3c862
Merge pull request #40184 from ClickHouse/update-cctz
...
Update cctz
2022-08-18 10:13:04 +03:00
546
0c11645867
update path in test.md
...
`lexer_fuzzer.cpp` path has changed.
2022-08-18 14:56:22 +08:00
Alexey Milovidov
b3bd19bac9
Add changelog for 22.8
2022-08-18 07:37:46 +02:00