karnevil13
a24a8f4bdc
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:48:19 +03:00
Maksim Kita
e95a4a35ef
Merge pull request #29784 from ka1bi4/romanzhukov-DOCSUP-15370-h3-functions
...
DOCSUP-15370: [CLICKHOUSEDOCS] Edit and translate to Russian (H3 functions)
2021-10-12 23:47:32 +03:00
karnevil13
3dcc00077c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:46:25 +03:00
karnevil13
007ac0f61c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:45:16 +03:00
karnevil13
3f81281e4c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:58 +03:00
karnevil13
35c007c82c
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:42 +03:00
karnevil13
38cfc34744
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:23 +03:00
Dmitry Novik
fa9cdd5c5f
Use original whitespaces in test_results.tsv
2021-10-12 23:31:31 +03:00
Dmitry Novik
0507391010
Do not stop CI tests processing if clickhouse-test return 1
2021-10-12 23:30:07 +03:00
Dmitry Novik
a30573fc0a
Add FAIL message to test_results.tsv
2021-10-12 23:29:15 +03:00
Alexey
f7aaa3d282
Unlink before creating a link
2021-10-12 20:15:49 +00:00
Alexey Milovidov
ac403b1df2
Publish the install script
2021-10-12 23:09:26 +03:00
Alexey Milovidov
65b63a67da
Add a script for convenient install on multiple OS
2021-10-12 23:03:41 +03:00
Azat Khuzhin
8d7798fa2e
clickhouse-test: do not guard CREATE DATABASE with try/catch
...
Since it will not configure testcase args and fail eventually, and later
we have a try/catch anyway, this should be enough.
2021-10-12 22:39:43 +03:00
Azat Khuzhin
40d210367f
clickhouse-test: fix catching of timeouts
2021-10-12 22:33:41 +03:00
Azat Khuzhin
427c428a27
clickhouse-test: process some options regardless --client
2021-10-12 22:30:34 +03:00
Azat Khuzhin
8dc8674298
clickhouse-test: process --client-option
2021-10-12 22:30:16 +03:00
Alexey Milovidov
8d6126fd91
Fix build
2021-10-12 22:25:45 +03:00
Alexey Milovidov
4d5b793f2b
Update submodule
2021-10-12 22:22:49 +03:00
Azat Khuzhin
fe90c979b5
clickhouse-test: fix redirect to stderr
...
Before #29856 `CREATE DATABASE` overwrites it.
Reported-by: @amosbird
2021-10-12 22:18:39 +03:00
Alexey Milovidov
1238ee7d2e
Merge branch 'protobuf-host-build' of github.com:yandex/ClickHouse into protobuf-host-build
2021-10-12 22:13:06 +03:00
alexey-milovidov
21f3316884
Merge pull request #29933 from ClickHouse/sentry-remove-trash
...
Remove trash from SentryWriter
2021-10-12 21:14:46 +03:00
Azat Khuzhin
50b95bd89d
clickhouse-test: passthrough log_comment for DROP DATABASE too
2021-10-12 21:09:48 +03:00
Azat Khuzhin
e2e62ce273
clickhouse-test: replace clickhouse-driver with http interface (via http.client)
...
Cons of clickhouse-driver:
- it is one more extra dependency
- it does not have correct timeouts (only for socket operations, and
this is not the same, so we need to set timeout by ourself)
- it is one more thing which can break (@alesapin)
2021-10-12 21:08:33 +03:00
Azat Khuzhin
071a5af96e
Revert "docker: add pandas/clickhouse_driver into test images"
...
This reverts commit e07a6f3fc0
.
2021-10-12 21:06:26 +03:00
Nikolay Degterinsky
b6ace277de
Merge pull request #30017 from ucasfl/dot
...
Remove redundant dot in exception message
2021-10-12 20:44:42 +03:00
Kseniia Sumarokova
5d6cc29b98
Merge pull request #29969 from olgarev/revolg-DOCSUP-11547-optimize_move_to_prewhere-and-optimize_move_to_prewhere_if_final-settings
...
DOCSUP-11547: optimize_move_to_prewhere and optimize_move_to_prewhere_if_final settings
2021-10-12 19:46:49 +03:00
Maksim Kita
a59c6b1c8e
Merge pull request #29928 from azat/dict-fix-lock-order-inversion
...
Fix lock-order-inversion between periodic dictionary reload and config reload
2021-10-12 19:46:28 +03:00
Kseniia Sumarokova
bb15b57753
Merge pull request #30016 from ucasfl/sample-by-tuple
...
Fix crash of sample by tuple()
2021-10-12 19:46:21 +03:00
Ivan Blinkov
63cfc2311b
Update distinctive-features.md
2021-10-12 19:38:17 +03:00
Nikita Mikhaylov
b17aba0e5b
Merge pull request #29793 from lehasm/alexey-sm-DOCSUP-14057-document-shardNum-shardCount
...
DOCSUP-14057-document-shardNum-shardCount
2021-10-12 19:15:34 +03:00
Nikolai Kochetov
f845ee38d0
Revert change in test
2021-10-12 19:15:27 +03:00
Maksim Kita
18a980d7b0
Merge pull request #29914 from amosbird/waitunfinish
...
Add shutdown_wait_unfinished_queries setting
2021-10-12 18:42:31 +03:00
Nikolai Kochetov
f2d8cc547f
Fix Kafka source.
2021-10-12 18:09:28 +03:00
Vitaly Orlov
65c6605c2c
Add JSONExtractKeys function
2021-10-12 18:00:25 +03:00
Nikita Mikhaylov
7c67d764c0
Merge pull request #29934 from ClickHouse/remove-bayes-ab
...
Remove function bayesAB
2021-10-12 18:00:25 +03:00
olgarev
0cfaf9c508
Unnecessary links removed
2021-10-12 13:44:00 +00:00
olgarev
b3610134fd
Update docs/ru/sql-reference/statements/select/prewhere.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 16:31:51 +03:00
alexey-milovidov
e63506fde7
Merge branch 'master' into protobuf-host-build
2021-10-12 16:19:15 +03:00
alexey-milovidov
9a1f930b2f
Merge pull request #30010 from ClickHouse/ppc64le
...
Add cross-build for PowerPC 64le
2021-10-12 16:17:41 +03:00
Ivan Blinkov
89ecbfdfe7
Update distinctive-features.md
2021-10-12 15:51:19 +03:00
Nikolai Kochetov
c36bb9206e
Merge pull request #29879 from amosbird/queryidholderfix
...
Fix potential leak of query_id_holder
2021-10-12 15:42:02 +03:00
Ivan Blinkov
dca1f8e7f5
Update README.md
2021-10-12 15:38:40 +03:00
tavplubix
f3c9f4be6c
Update run.sh
2021-10-12 14:38:41 +03:00
Nikolai Kochetov
077aba4a97
Merge pull request #29520 from amosbird/projection-improve4
...
Get rid of naming limitation of projections.
2021-10-12 14:25:29 +03:00
Dmitry Novik
8be70bc417
Update profile event forwarding
2021-10-12 14:15:07 +03:00
Dmitry Novik
abb74d2a5b
Make Counters::Snapshot immutable
2021-10-12 13:46:32 +03:00
Dmitry Novik
857dd52867
Remove redundant enumerator
2021-10-12 13:46:32 +03:00
Dmitry Novik
a33610aa32
Make read of Counters snapshot non-atomic
2021-10-12 13:46:32 +03:00
Vitaly Baranov
4a4d913cfd
Merge pull request #29954 from vitlibar/fix-flaky-test_grpc_protocol
...
gRPC: Fix releasing query ID and session ID at the end of query processing
2021-10-12 13:32:27 +03:00