Dmitriy
2c6d7e479c
Update docs/ru/sql-reference/functions/logical-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:31:51 +03:00
Dmitriy
6d834ff388
Update docs/ru/sql-reference/functions/logical-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:31:43 +03:00
Dmitriy
2f0f55a9a0
Update docs/ru/sql-reference/functions/conditional-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:31:35 +03:00
Dmitriy
6bc67d1144
Update docs/ru/sql-reference/functions/conditional-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:31:24 +03:00
Dmitriy
86876ef710
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:31:08 +03:00
Dmitriy
5401606083
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:30:54 +03:00
Dmitriy
852a05a4fb
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-17 19:30:34 +03:00
Maksim Kita
784a4a33e0
Fixed tests
2021-09-17 18:43:00 +03:00
Maksim Kita
85a4d4bb50
Added user defined executable functions to system.functions
2021-09-17 18:43:00 +03:00
Maksim Kita
ca395e9678
Fixed tests
2021-09-17 18:43:00 +03:00
Maksim Kita
ca3fc352d6
Fixed tests
2021-09-17 18:43:00 +03:00
Maksim Kita
581f051f37
Fixed build
2021-09-17 18:43:00 +03:00
Maksim Kita
769fab62e3
UserDefinedExecutableFunction added send_chunk_header option
2021-09-17 18:43:00 +03:00
Maksim Kita
3852954b49
Fixed build
2021-09-17 18:43:00 +03:00
Maksim Kita
bb3bc6722a
UserDefinedExecutableFunction added support for process pool
2021-09-17 18:43:00 +03:00
Maksim Kita
55492cc9bf
Fixed build
2021-09-17 18:43:00 +03:00
Maksim Kita
93ecbf3ae4
Added tests
2021-09-17 18:42:59 +03:00
Maksim Kita
de20e04dfd
Added executable user defined functions
2021-09-17 18:42:59 +03:00
Cody Baker
f26b031bab
Replace contact select with text input
2021-09-17 09:26:14 -06:00
Cody Baker
72f3b3d665
Update images to svg
2021-09-17 09:25:50 -06:00
alesapin
4adc4e9152
Merge pull request #28817 from ClickHouse/fix_part_checker
...
Fix rare replicas diverge
2021-09-17 18:06:27 +03:00
Pavel Kruglov
aba86b010b
Update docs, tests and add some fixes
2021-09-17 17:32:23 +03:00
Vladimir Chebotarev
db516e8c91
Removed sub-optimal mutation notifications in StorageMergeTree
when merges are still going ( #27552 )
...
* Removed redundand mutation notifications in `StorageMergeTree` when merges are still going.
2021-09-17 16:19:36 +03:00
Pavel Kruglov
fe79db79af
Change test
2021-09-17 16:14:33 +03:00
Pavel Kruglov
7bf13c4891
Remove extra space
2021-09-17 16:13:15 +03:00
Pavel Kruglov
48a3a2f75c
Fix segfault in Avro with LowCardinality(Nullable)
2021-09-17 16:11:44 +03:00
Maksim Kita
14e4d49601
Merge pull request #29063 from ClickHouse/read-integer-overflow-bug-fix
...
Merging #27963
2021-09-17 16:06:58 +03:00
Vladimir C
333fd323f5
Merge pull request #29062 from Avogar/orc-fixes
2021-09-17 14:48:19 +03:00
Vladimir C
4eaf2969e2
Merge pull request #28332 from OodounaikingoO/master
2021-09-17 14:46:20 +03:00
Ivan Blinkov
d5e5dab9d5
Add GA
2021-09-17 14:35:16 +03:00
alesapin
46e5a37d12
Merge pull request #28845 from azat/ccache-fix
...
Fix ccache [4.0, 4.2) (RULE_LAUNCH_COMPILE/RULE_LAUNCH_LINK was incorrect)
2021-09-17 12:31:16 +03:00
Maksim Kita
73368aa351
Fixed tests
2021-09-17 12:17:19 +03:00
olgarev
2570e270d7
DOCSUP-13593: Alter view ( #28911 )
...
* Alter mv and lv (en)
* Translated to Russian. Fixes.
* Fixes
* Update docs/en/sql-reference/statements/alter/view.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2021-09-17 12:07:32 +03:00
PHO
3c4b1ea9c5
New setting: output_format_csv_null_representation
...
This is the same as output_format_tsv_null_representation but is for CSV output.
2021-09-17 17:58:23 +09:00
Maksim Kita
2fc2db35fe
Merge pull request #29112 from ClickHouse/blinkov-patch-22
...
[docs] try to fix build
2021-09-17 11:20:04 +03:00
alesapin
d0b5485773
Merge pull request #29071 from nicelulu/fix_deserializeCheckVersionTxn
...
Fix deserializeCheckVersionTxn version.
2021-09-17 10:40:02 +03:00
mergify[bot]
c23f1fc160
Merge branch 'master' into fix_part_checker
2021-09-17 07:23:12 +00:00
Ivan Blinkov
295541e43e
[docs] try to fix build
2021-09-17 09:38:00 +03:00
PHO
5a4985fe27
Do not initialize std::pair with a std::tuple<T1, T2>
...
GCC/libstdc++ does not allow this and emits a compilation error. The standard does not say they are supposed to be interchangeable.
2021-09-17 11:12:05 +09:00
Cody Baker
828df364bf
Adjust hr width
2021-09-16 17:15:07 -06:00
Cody Baker
752eb6f89d
Add updates from beta review call
2021-09-16 17:12:42 -06:00
Nikita Mikhaylov
c52b8ec083
Introduced MergeTask and MutateTask ( #25165 )
...
Introduced MergeTask and MutateTask
2021-09-17 00:19:58 +03:00
Kseniia Sumarokova
e9d44d0848
Merge pull request #28797 from kssenii/rabbit-fix
...
Rewrite StorageRabbitMQ a little
2021-09-16 23:58:51 +03:00
Dmitriy
b4b9859ff9
Update the setting
...
Добавил еще две системные таблицы в описание.
2021-09-16 23:31:30 +03:00
Dmitriy
a61a139632
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
2021-09-16 22:35:15 +03:00
Dmitriy
735d79ec31
Add the log_queries_probability setting
...
Задокументировал настройку log_queries_probability.
2021-09-16 22:25:56 +03:00
Cody Baker
53ffc00487
Adjust hero padding
2021-09-16 13:18:46 -06:00
mergify[bot]
2632c86009
Merge branch 'master' into ccache-fix
2021-09-16 18:53:24 +00:00
Cody Baker
6397be09b8
Remove absolute links
2021-09-16 12:33:44 -06:00
Cody Baker
15d0aa0603
Remove absolute urls
2021-09-16 12:30:34 -06:00