Commit Graph

68833 Commits

Author SHA1 Message Date
Alina Terekhova
f9a15889ae ru version 2021-07-29 19:11:45 +02:00
Alina Terekhova
e2e931b7f5 en version 2021-07-29 18:01:24 +02:00
Nikita Mikhaylov
7bf0fc2ac1
Merge pull request #26703 from Algunenano/threadpool_safety
ParallelFormattingOutputFormat: Use mutex to handle the join to the collector_thread
2021-07-27 16:02:07 +03:00
Vitaly Baranov
8e98cf7c4d
Merge pull request #26818 from vitlibar/fix-killing-unstopped-containers-in-integration-tests
Fix killing unstopped containers in integration tests.
2021-07-27 15:38:36 +03:00
Alexander Kuzmenkov
ece7d000dd
Merge pull request #26736 from Algunenano/ch_local_remote_localhost
CH local: Treat localhost:port as a remote database
2021-07-27 15:30:54 +03:00
Alexander Kuzmenkov
7e737d9568
Merge pull request #26334 from ryzuo/ryzuo
Implementation of window function nth_value
2021-07-27 15:02:29 +03:00
tavplubix
d071fbc2f5
Merge pull request #26830 from ClickHouse/tavplubix-patch-3
Try fix timeout in functional tests with pytest
2021-07-27 14:43:45 +03:00
tavplubix
4b462ddc81
Merge pull request #26817 from ClickHouse/tavplubix-patch-2
Check stdout for messages to retry in clickhouse-test
2021-07-27 12:53:16 +03:00
tavplubix
41f1a1c4e7
Update query_test.py 2021-07-27 12:41:35 +03:00
Nikolai Kochetov
6d348f2b18
Merge pull request #26820 from ClickHouse/fix-26815
Do not start new hedged connection if query was already canceled.
2021-07-27 10:18:36 +03:00
Nikolai Kochetov
671c2194b3
Merge pull request #26807 from amosbird/improvement2
Remove unneeded mutex during connection draining
2021-07-27 10:15:53 +03:00
Vitaly Baranov
72ab7f598c Fix killing unstopped containers in integration tests. 2021-07-27 09:31:04 +03:00
Kseniia Sumarokova
ee13f2e6bc
Merge pull request #26795 from kssenii/fixing-sqlite
Fix sqlite engine attach
2021-07-27 00:37:31 +03:00
Kseniia Sumarokova
0f7fd2bc37
Merge pull request #26324 from sevirov/sevirov-DOCSUP-11416-implement_idisk_interface_for_hdfs
DOCSUP-11416: Implement IDisk interface for HDFS
2021-07-26 23:59:34 +03:00
Kseniia Sumarokova
7c80e7b478
Update mergetree.md 2021-07-26 23:58:20 +03:00
Kseniia Sumarokova
d8e1798f87
Update mergetree.md 2021-07-26 23:57:31 +03:00
Dmitriy
7d31316b17 Fix endpoint parameter
Поправил описание параметра endpoint.
2021-07-26 22:23:32 +03:00
Nikolai Kochetov
7da5bb3871 Do not start new hedged connection if query was already canceled. 2021-07-26 20:48:38 +03:00
tavplubix
858bef8bef
Update clickhouse-test 2021-07-26 19:19:47 +03:00
Raúl Marín
61a90fa935 Use individual mutex to manage the collector_thread 2021-07-26 17:51:10 +02:00
Raúl Marín
2b410c744a Ignore ASAN warning 2021-07-26 17:28:32 +02:00
Alexey Boykov
9282e0f5b7
Merge pull request #26460 from zxc111/DOCSUP-11552
DOCSUP-11552: Add support for argument of UUID type for empty and notEmpty functions
2021-07-26 14:40:23 +03:00
Kseniia Sumarokova
5c5cb5d0d6
Update src/Storages/StorageSQLite.h
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-07-26 14:26:06 +03:00
Nikolai Kochetov
f1c9c728f0
Merge pull request #26676 from ka1bi4/romanzhukov-DOCSUP-11551-adding_new_third-party
DOCSUP-11551: Edit and translate to Russian (Guidelines for adding new third-party libraries)
2021-07-26 14:25:28 +03:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Amos Bird
50e53035c9
Remove unneeded mutex during connection draining 2021-07-26 19:15:45 +08:00
kssenii
f3129b80f9 Fix sqlite attach 2021-07-26 07:20:41 +00:00
Vitaly Baranov
4862e9f80d
Merge pull request #26733 from vitlibar/support-multiple-keys
Support multiple keys for encrypted disk
2021-07-26 10:19:50 +03:00
Vitaly Baranov
5a55cf3437
Merge pull request #26780 from vitlibar/new-function-current-roles
Add new functions currentRoles(), enabledRoles(), defaultRoles().
2021-07-26 10:01:45 +03:00
ryzuo
0e742487f1 Remove unnecessary emtpy argument check for nth_value as code review suggested 2021-07-26 13:31:45 +08:00
alexey-milovidov
eb3b4ebf80
Disable RBAC Testflows (3rd-party optional tests) that are unreliable. 2021-07-26 06:48:28 +03:00
alexey-milovidov
1c6cae3f8b
Merge pull request #26786 from ClickHouse/update-rocksdb-4
Fix double unlock in RocksDB
2021-07-26 06:47:19 +03:00
alexey-milovidov
00a0bbd405
Merge pull request #26789 from ClickHouse/silent-rocksdb-logs
Less verbose RocksDB logs #26252
2021-07-26 06:46:09 +03:00
alexey-milovidov
7b76bfc719
Merge pull request #26318 from amosbird/connectionpoolfactory
Connection pool cache
2021-07-26 06:45:03 +03:00
alexey-milovidov
81927dcf78
Update mergetree.md 2021-07-26 05:07:45 +03:00
Kseniia Sumarokova
b65fd7fbfe
Merge pull request #26181 from lehasm/alexey-sm-DOCSUP-9056-document-url-function-patterns
DOCSUP-9056: description of patterns in the url table function
2021-07-25 23:11:55 +03:00
Alexey Milovidov
b6fdb395c2 Less verbose RocksDB logs #26252 2021-07-25 23:09:50 +03:00
Alexey Milovidov
bd364aeea1 Fix double unlock in RocksDB 2021-07-25 22:52:46 +03:00
alexey-milovidov
55af4c6b1b
Merge pull request #26747 from vzakaznikov/reenable_testflows_rbac
Enabling RBAC TestFlows tests and crossing out new fails.
2021-07-25 22:38:53 +03:00
Alexey Milovidov
53b17c316b Add another test for heredoc 2021-07-25 22:18:42 +03:00
Maksim Kita
f559c4ffff
Merge pull request #26784 from kitaisreal/heredoc-updated-tests
Heredoc updated tests
2021-07-25 22:12:45 +03:00
Maksim Kita
6faa95fed0 Updated test 2021-07-25 22:11:27 +03:00
Maksim Kita
bbc7fe88ab
Merge pull request #26775 from poweroftrue/patch-1
Document MaterializeMySQL Settings
2021-07-25 22:05:13 +03:00
Maksim Kita
197bda1ff1 Heredoc updated tests 2021-07-25 22:01:25 +03:00
Roman Bug
9382a97933
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:40 +03:00
Roman Bug
5479638b83
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:23 +03:00
Roman Bug
8535c5ce40
Update docs/ru/development/style.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:11 +03:00
Roman Bug
de14f16159
Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:23:59 +03:00
alexey-milovidov
22fa1efacb
Merge pull request #26777 from ClickHouse/bolonini-read-from-file
Merging #25960 (Bolonini/read_from_file)
2021-07-25 01:33:34 +03:00
Alexey Milovidov
2f2dce399a Fix style 2021-07-25 01:26:21 +03:00