Dmitriy
ccb40e56a0
Fix by comments
...
Поправил русскую и английскую версии согласно комментариям разработчика.
2021-03-21 18:16:34 +03:00
Maksim Kita
257e0455dd
Fixed tests
2021-03-21 18:10:12 +03:00
Maksim Kita
249d4a1843
Fixed tests
2021-03-21 18:10:12 +03:00
Maksim Kita
df9223e13b
PolygonDictionary added nullable support
2021-03-21 18:09:47 +03:00
Maksim Kita
fff110aa38
HashedDictionary clickhouse source preallocate regression fix
2021-03-21 17:52:33 +03:00
Anna
82a0340490
Fixes after review
2021-03-21 17:23:16 +03:00
Anna
357cd6fb94
Merge branch 'master' into annadevyatova-DOCSUP-5841-translate
2021-03-21 17:00:19 +03:00
Alexey Milovidov
ed4a184bd4
Update requirements.txt
2021-03-21 15:58:02 +03:00
tavplubix
ee1ffb23de
Merge pull request #21722 from olgarev/revolg-DOCSUP-6542-Edit_and_translate
...
DOCSUP-6542: Edit and translate
2021-03-21 12:50:25 +03:00
Dmitriy
3630668242
Update the example
...
Обновил пример и некоторые столбцы.
2021-03-21 01:12:05 +03:00
Azat Khuzhin
17eaddc3ab
Prevent hedged connections overlaps
...
Some replicas may be in the establishing state, this means that hedged
connection is waiting for TablesStatusResponse, and if the connection
will not be canceled, then next user of the connection will get
TablesStatusResponse, while this is not the expected package, and you
will see:
DB::Exception: Received from localhost:9000. DB::Exception: Received from ch-1:9000. DB::Exception: Unknown packet 9 from server ch-2:9000: While executing Remote. Stack trace:
Fix this by disconnecting connection to such replicas, note that this
should be fine in general, since they are "slow" anyway (you may wish
configure hedged requests settings to increase timeouts and similar).
2021-03-20 19:05:29 +03:00
Maksim Kita
849a980644
Updated ExternalDictionariesLoader interface with context parameter
2021-03-20 18:02:09 +03:00
olgarev
c6b62a8ddd
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-20 12:15:51 +03:00
olgarev
9c5323d3e5
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-20 12:09:42 +03:00
kssenii
698b1b043c
Fix typos check
2021-03-19 21:54:59 +00:00
kssenii
3b32c8fe9a
Block on empty connection pool
2021-03-19 21:00:45 +00:00
Maksim Kita
95c87d4ded
Merge pull request #21884 from kitaisreal/system-dictionaries-updated
...
Improve system.dictionaries table
2021-03-19 22:49:49 +03:00
alexey-milovidov
081b86e871
Merge pull request #21914 from ClickHouse/clang-tidy-requires-assertions
...
Allow to use clang-tidy with release builds.
2021-03-19 22:33:04 +03:00
Nikita Mikhaylov
328c2b4ca8
Merge pull request #21569 from lehasm/alexey-sm-DOCSUP-7099-translate-runningConcurrency
...
DOCSUP-7099: edit and translate (runningConcurrency, max_parallel_replicas)
2021-03-19 22:14:05 +03:00
alexey-milovidov
c611a6d47a
Merge pull request #21908 from benbiti/zh-docs-update-datatype
...
update zh data-types index
2021-03-19 21:55:54 +03:00
kssenii
e066feb81c
Slightly better
2021-03-19 18:50:41 +00:00
Azat Khuzhin
84280f1148
Add bash completion support for clickhouse utils
2021-03-19 21:33:01 +03:00
kssenii
50743b19c4
Add one more test
2021-03-19 16:12:33 +00:00
kssenii
f374a71165
Fix
2021-03-19 16:07:53 +00:00
Alexander Kuzmenkov
590259a7a5
disable optimize_read_in_order for window functions
2021-03-19 17:29:09 +03:00
Alexey Milovidov
a486bc8558
Clang-tidy requires assertions
2021-03-19 17:23:04 +03:00
Vladimir
c8b5be636f
Merge pull request #21438 from arenadata/ADQM-170
2021-03-19 17:06:55 +03:00
alexey-milovidov
61dee8c056
Update support.md
2021-03-19 16:47:39 +03:00
Maksim Kita
c703ea137b
Merge pull request #21891 from kitaisreal/lru-cache-fix-exception-unsafe-element-insertion
...
LRUCache fix exception unsafe element insertion
2021-03-19 16:37:26 +03:00
gyuton
2852574729
Update settings.md
2021-03-19 16:29:16 +03:00
gyuton
8f1f9415f9
Update settings.md
2021-03-19 16:28:46 +03:00
gyuton
c51109d46e
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-19 16:25:55 +03:00
gyuton
61820d1534
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-19 16:25:48 +03:00
Alexander Kuzmenkov
78c56b8913
Merge pull request #21886 from Avogar/hedged
...
Add profile event in hedged requests and change timeout from sec to ms.
2021-03-19 15:50:33 +03:00
Alexander Kuzmenkov
07c967b5c7
Merge pull request #21896 from ClickHouse/aku/tuple-element
...
fix fuzzer failure in tupleElement formatting
2021-03-19 15:49:45 +03:00
Maksim Kita
32831e37ba
Added table function dictionary
2021-03-19 15:47:27 +03:00
Alexander Kuzmenkov
46e4134deb
fix fuzzer failure in tupleElement formatting
2021-03-19 15:47:06 +03:00
Andrey
34ad5dca53
Merge branch 'master' into docs_kerberos_support
2021-03-19 15:31:55 +03:00
tavplubix
4ec71c6897
Merge pull request #16608 from ClickHouse/tavplubix-patch-1
...
Add soft task timeout for Intergation tests
2021-03-19 15:25:21 +03:00
benbiti
cfceb9a9cd
update zh data-types index
2021-03-19 20:06:54 +08:00
Kruglov Pavel
0cb88fb20e
Restart tests
2021-03-19 15:00:21 +03:00
robot-clickhouse
df45c0e0df
Update version_date.tsv after release 21.3.3.14
2021-03-19 14:39:28 +03:00
Kruglov Pavel
8f512cca00
Merge pull request #21771 from zhangjmruc/master
...
update translations for some table functions
2021-03-19 14:26:21 +03:00
Kruglov Pavel
e45b44fe8c
Restart tests
2021-03-19 14:16:19 +03:00
Alexander Kuzmenkov
bb7b95a84b
Merge pull request #21702 from ka1bi4/romanzhukov-DOCSUP-5874-strawberry-cake
...
DOCSUP-5874: Edit and translate to Russian (Add Recipes Dataset)
2021-03-19 14:16:05 +03:00
Maksim Kita
a53c90e509
Upated system.dictionaries table
2021-03-19 12:43:57 +03:00
jianmei zhang
522ae249d1
fix not found link in index.md
2021-03-19 17:24:21 +08:00
Roman Bug
d947bc593f
Update recipes.md
...
Remove unicode meta header.
2021-03-19 12:20:31 +03:00
Roman Bug
50a7b6a663
Update docs/ru/getting-started/example-datasets/recipes.md
...
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2021-03-19 12:17:08 +03:00
Roman Bug
99bdb0a494
Update docs/ru/getting-started/example-datasets/recipes.md
...
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2021-03-19 12:16:59 +03:00