kssenii
472ce89b75
Small fixes
2021-03-22 14:39:17 +00:00
kssenii
8a650c4408
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge
2021-03-22 13:38:25 +00:00
Nikita Mikhaylov
330e74b665
Merge pull request #21890 from kitaisreal/polygon-dictionary-added-nullable-support
...
PolygonDictionary added nullable support
2021-03-22 14:49:28 +03:00
Maksim Kita
af25805a70
Merge pull request #21948 from kitaisreal/hashed-dictionary-clickhouse-source-preallocate-regression-fix
...
HashedDictionary clickhouse source preallocate regression fix
2021-03-22 14:11:19 +03:00
Kruglov Pavel
6ce7acb5a9
Merge pull request #21941 from azat/hedged-requests-fixes
...
Prevent hedged connections overlaps
2021-03-22 12:52:51 +03:00
tavplubix
0e5362a02c
Merge pull request #21903 from ClickHouse/tavplubix-patch-3
...
Show path to data directory of EmbeddedRocksDB
2021-03-22 12:46:53 +03:00
Nikolai Kochetov
730785f4c2
Merge pull request #21459 from ClickHouse/refactor-actions-dag
...
Refactor actions dag
2021-03-22 11:58:16 +03:00
alexey-milovidov
0bad6adc48
Merge pull request #21551 from vzakaznikov/testflows_use_yandex_docker_repo
...
Updating docker/test/testflows/runner/dockerd-entrypoint.sh to use Yandex dockerhub-proxy
2021-03-22 02:27:50 +03:00
Maksim Kita
868766ac47
Merge pull request #21848 from den-crane/tests/issue_17302
...
test for #17302
2021-03-21 22:20:25 +03:00
Kseniia Sumarokova
bf5b8e1a14
Merge pull request #21892 from sevirov/sevirov-DOCSUP-6177-add_new_columns_system_query_log_system_table
...
DOCSUP-6177: Add new columns to the system.query_log system table
2021-03-21 21:46:40 +03:00
alexey-milovidov
1f7172ba10
Merge pull request #21949 from MichaelMonashev/patch-5
...
[DOC] Fix wrong translation
2021-03-21 21:36:23 +03:00
Maksim Kita
18abfc99d5
Merge pull request #21723 from olgarev/revolg-DOCSUP-6548-Edit_and_translate
...
DOCSUP-6548: Edit and translate
2021-03-21 20:56:02 +03:00
Maksim Kita
d248e6bd56
Update 01763_long_ttl_group_by.sql
2021-03-21 20:42:02 +03:00
Michael Monashev
d85eab6771
Fix wrong translation
2021-03-21 20:28:48 +03:00
Dmitriy
f2de3f5dfd
Update query_log
...
Внес небольшие изменения.
2021-03-21 19:22:04 +03:00
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
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
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
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
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
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
Alexander Kuzmenkov
46e4134deb
fix fuzzer failure in tupleElement formatting
2021-03-19 15:47:06 +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
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
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
Roman Bug
c9274dfdc7
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:52 +03:00
Roman Bug
7e88e05f61
Update docs/en/getting-started/example-datasets/recipes.md
...
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2021-03-19 12:16:45 +03:00
Roman Bug
9abd3ab115
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:39 +03:00