mergify[bot]
482cf308ef
Merge branch 'master' into tfs_bigints_snapshots
2021-06-03 22:24:17 +00:00
alexey-milovidov
c58fb0ec3a
Merge pull request #24833 from ClickHouse/simplify-pipe-size
...
Simplify code around TraceCollector, alternative to #24829
2021-06-04 01:13:26 +03:00
Dmitriy
fbcd22ab4e
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-9738-types_supported_in_dictionaries
2021-06-04 00:34:58 +03:00
alesapin
92bdab7a5f
Merge pull request #24929 from ClickHouse/relax_hung_check
...
Relax hung check
2021-06-04 00:16:02 +03:00
Dmitriy
47a94d350b
Add types supported in Dictionaries
...
Добавил типы для атрибутов словарей.
2021-06-03 23:16:39 +03:00
Nikita Mikhaylov
3b0757bb52
Merge pull request #24922 from Avogar/fix-arrow
...
Fix possible heap-buffer-overflow in Arrow
2021-06-03 22:06:38 +03:00
mergify[bot]
9e2c454db2
Merge branch 'master' into merging-s3-backoff
2021-06-03 18:58:24 +00:00
Ilya Yatsishin
cc2ef7daea
Merge pull request #24913 from nickshch/patch-1
2021-06-03 21:37:15 +03:00
Azat Khuzhin
8164c49f04
Fix limit/offset settings for distributed queries (ignore on the remote nodes)
2021-06-03 21:14:24 +03:00
Azat Khuzhin
d641e7fa10
clickhouse-test: do not substitude db name in stderr by default
...
Replacing stderr by default does not makes a lot of sense, since it does
not compared with .reference anyway. From the other hand it may confuse
the reader (seeing "default" instead of real database name in the test
logs).
P.S. I guess some tests may relay on this, let's see.
2021-06-03 21:11:19 +03:00
Vladimir Goncharov
bea934f40c
Update mysql.md
...
The MySQL engine also allows to perform `INSERT`
2021-06-03 20:12:19 +03:00
Vladimir Goncharov
f60f247739
Update mysql.md
...
Движок MySQL позволяет выполнять также и `INSERT`
2021-06-03 20:07:55 +03:00
Kruglov Pavel
8acf031c1b
Merge pull request #24398 from Avogar/fix-deltasum
...
Fix logical error AggregateFunctionFactory returned nullptr
2021-06-03 19:40:06 +03:00
alesapin
70a6105d3d
Merge pull request #24765 from adevyatova/annadevyatova-DOCSUP-7864-unfreeze
...
DOCSUP-7864: Document the SQL-statement ALTER TABLE ... UNFREEZE
2021-06-03 19:03:51 +03:00
alesapin
aeac53ac78
Update run script
2021-06-03 18:16:12 +03:00
alesapin
329380d6e5
Relaxed hung check in stress test
2021-06-03 18:13:29 +03:00
Pavel Kruglov
af5d0e2487
Fix possible heap-buffer-overflow in Arrow
2021-06-03 17:11:05 +03:00
Amos Bird
9dfa4c06bd
Try reusing built sets during multi-pass analysis
2021-06-03 22:06:05 +08:00
Kseniia Sumarokova
9f9f4c5a25
Update skip_list.json
2021-06-03 16:38:47 +03:00
alesapin
14e8846a60
Merge pull request #24919 from ClickHouse/qoega-patch-2
...
Mute test_memory_consumption before #24784
2021-06-03 16:19:13 +03:00
Ilya Yatsishin
e0a683a407
Mute test_memory_consumption before #24784
2021-06-03 16:10:54 +03:00
Ilya Yatsishin
e9fb162f65
Update Dockerfile
2021-06-03 16:05:12 +03:00
tavplubix
1aff716f18
Merge pull request #24777 from ClickHouse/fix_intersection_with_lost_part
...
Do not crash on intersecting virtual parts
2021-06-03 15:42:46 +03:00
alesapin
31b27049b0
Followup
2021-06-03 15:42:12 +03:00
alesapin
6231a0d7d7
Merge branch 'master' into remove_some_tests
2021-06-03 15:41:50 +03:00
adevyatova
4ae1c95e54
minor fix
2021-06-03 12:27:17 +00:00
cn-ds
aa98d6be3a
Improve documentation about <remote_url_allow_hosts>
...
Adding an example in the comments about the xml tag to use to specify allowed host
https://github.com/ClickHouse/ClickHouse/issues/24836
2021-06-03 14:21:42 +02:00
alesapin
f0f5aba3b1
Merge pull request #20393 from qoega/integration-2
...
Grand integration tests refactoring: Allow parallel run
2021-06-03 15:20:03 +03:00
Nikolay Shcheglov
f152bafd75
Fix nullable link
2021-06-03 15:15:46 +03:00
alesapin
376b3872bf
Remove some outdated integration tests
2021-06-03 14:49:59 +03:00
adevyatova
cdd8a1cc4b
minor fix
2021-06-03 11:25:30 +00:00
alesapin
fe49574e41
Merge pull request #24764 from adevyatova/annadevyatova-DOCSUP-8347-non_replicated
...
DOCSUP-8347: Document the non_replicated_deduplication_window setting
2021-06-03 14:19:59 +03:00
Anna
b33b4afcba
Merge branch 'master' into annadevyatova-DOCSUP-7864-unfreeze
2021-06-03 14:15:47 +03:00
alesapin
266226bc9b
Merge pull request #24775 from ClickHouse/update_nuraft
...
Update NuRaft
2021-06-03 14:09:38 +03:00
Vladimir
17f0900c31
Merge pull request #19766 from achimbab/pr_sequenceNextNode
2021-06-03 13:16:42 +03:00
adevyatova
e05102f545
fixed
2021-06-03 09:31:45 +00:00
kssenii
47f2764ab8
Fix test
2021-06-03 09:15:22 +00:00
alesapin
282e8b52c4
Merge pull request #24872 from ClickHouse/fix_background_pool
...
Paranoid fix for background pool task decrement
2021-06-03 11:43:58 +03:00
alesapin
9f1d219305
Merge pull request #24573 from ClickHouse/limited_fetches
...
Add limits for replicated fetches/sends bandwidth
2021-06-03 11:36:00 +03:00
Amos Bird
df86f8ed36
Allow not in be used in partition pruning
2021-06-03 11:36:43 +08:00
mergify[bot]
9fddf3a144
Merge branch 'master' into simplify-pipe-size
2021-06-02 22:14:41 +00:00
Dmitriy
2dc39edc44
Fix the link
...
Поправил ссылку.
2021-06-03 00:48:14 +03:00
Dmitriy
d675510d7b
Add RELOAD MODELS and RELOAD MODEL system queries
...
Добивал описание системных запросов.
2021-06-02 23:44:51 +03:00
alesapin
7030828d02
Update src/Common/Throttler.cpp
...
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2021-06-02 23:02:08 +03:00
alesapin
4a1bf51ad1
Merge branch 'master' into limited_fetches
2021-06-02 23:01:47 +03:00
Nikita Mikhaylov
2b0cd9cc29
Merge pull request #24882 from nikitamikhaylov/get_rid_string_stream
...
Get rid of std::stringstream in Suggest
2021-06-02 22:51:30 +03:00
Nikita Mikhaylov
f41e1da5fe
Merge pull request #24886 from nikitamikhaylov/debugging-rocks-db
2021-06-02 22:42:51 +03:00
Maksim Kita
5804d0ddcc
Merge pull request #24450 from DimasKovas/dakovalkov/fix_storage_buffer_total_bytes
...
Fix totalBytes computation in StorageBuffer
2021-06-02 22:32:04 +03:00
Maksim Kita
50042df428
Merge pull request #24286 from sevirov/sevirov-DOCSUP-7842-document_the_dictionary_function
...
DOCSUP-7842: Document the dictionary function
2021-06-02 22:28:33 +03:00
Dmitriy
ab9615ed92
Update intervalLengthSum.md
...
Поправил русскую версию.
2021-06-02 22:04:46 +03:00