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
liql2007
db0ca7c1d4
fix bugs in MergeJoin when 'not_processed' is not null
2022-08-18 18:09:47 +08: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
Lloyd-Pottiger
d9cfda905c
Merge branch 'master' into feat/support-ttl-for-embeddedrocksdb
2022-08-18 16:27:13 +08:00
Lloyd-Pottiger
635aa52c8a
Update tests/queries/0_stateless/02381_rocksdb_read_only.sql
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-08-18 16:26:16 +08: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
Antonio Andelic
26b7117b6c
Merge branch 'master' into keeper-listen-host
2022-08-18 07:05:20 +00: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
Yakov Olkhovskiy
1220ac0b7a
Update docs/ru/sql-reference/functions/other-functions.md
2022-08-17 23:28:26 -04:00
Yakov Olkhovskiy
0c84cd068d
Update 00602_throw_if.reference
2022-08-17 23:27:03 -04:00
Robert Schulze
f121941916
feat: allow custom error code for SQL function throwIf()
2022-08-17 21:14:40 +00:00
Robert Schulze
164fc3d296
style: improve code aesthetics
2022-08-17 20:39:37 +00:00
Nikita Taranov
ce89660432
Update "Queries with Parameter" docs ( #40317 )
...
* impl
* Update docs/en/interfaces/cli.md
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2022-08-17 22:31:50 +02:00
Alexander Gololobov
ff87d3b8bf
Update the test accoding to fixes for Asia/Tehran tz
2022-08-17 20:34:03 +02:00
Kseniia Sumarokova
07c5184b6e
Merge pull request #40306 from den-crane/patch-32
...
Doc. fix enable_positional_arguments default value
2022-08-17 17:32:14 +02:00
Lloyd-Pottiger
340c8d1c18
address comments
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-17 23:27:18 +08:00
Lloyd-Pottiger
26d55f3354
address comments
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-17 23:25:42 +08:00
vdimir
7305158a58
More robust ClusterDiscovery::updateCluster
2022-08-17 14:46:06 +00:00
Lloyd-Pottiger
19c4385881
Merge branch 'master' into feat/support-ttl-for-embeddedrocksdb
2022-08-17 22:17:10 +08:00
Yakov Olkhovskiy
40fd6e189a
call readColumnWithStringData
2022-08-17 09:54:01 -04:00
kssenii
d63d34f7bb
Merge master
2022-08-17 15:49:32 +02:00
Denny Crane
f584ebd031
Merge branch 'master' into patch-32
2022-08-17 10:35:15 -03:00
kssenii
f9b60916ab
Update .reference
2022-08-17 15:34:13 +02:00
Kruglov Pavel
89eb9e8c32
Merge pull request #40303 from ramazanpolat/patch-2
...
Fix default value of enable_positional_arguments in documentation
2022-08-17 14:41:37 +02:00
Denny Crane
fa718ffc6e
Update settings.md
2022-08-17 09:40:01 -03:00
Denny Crane
d5465d32e1
Update settings.md
2022-08-17 09:38:06 -03:00
Kruglov Pavel
19af748737
Fix typo
2022-08-17 14:29:09 +02:00