Nikolai Kochetov
8f49f62a3c
Just a tiny fix.
2022-02-03 13:53:00 +03:00
mergify[bot]
587a090ab4
Merge branch 'master' into ttest_confidence_intervals
2022-02-03 10:36:31 +00:00
Maksim Kita
f4423937bd
Merge pull request #34275 from ClickHouse/fix-progress-bar
...
Fix progress bar width
2022-02-03 11:21:08 +01:00
Nikolai Kochetov
9face9bcdd
Merge pull request #34274 from ClickHouse/shebang-test
...
Add a test for shebang
2022-02-03 13:20:37 +03:00
Nikolai Kochetov
a2a9c10617
Merge pull request #34221 from ClickHouse/revert-34201-revert-34189-less-logging-for-remote_fs_execute_merges_on_single_replica_time_threshold
...
Revert "Revert "Additionally check remote_fs_execute_merges_on_single_replica_time_threshold inside ReplicatedMergeTreeQueue""
2022-02-03 13:09:44 +03:00
tesw yew isal
6da1ab27ca
Translate zh/faq/general/contribute: remove old files
2022-02-03 14:39:51 +08:00
tesw yew isal
474414de3b
Translate zh/faq/general/contribute: translate to zh
2022-02-03 14:39:28 +08:00
tesw yew isal
a504353e96
Translate zh/faq/general/contribute: reimport file
2022-02-03 14:36:09 +08:00
tesw yew isal
ae1264e468
Translate zh/faq/general/contribute: rename old file
2022-02-03 14:35:22 +08:00
alexey-milovidov
14811a357e
Merge pull request #34263 from azat/interserver-mode-fix
...
Fix current_user/current_address for interserver mode
2022-02-03 05:28:56 +03:00
Alexey Milovidov
6d470319ae
Add a test
2022-02-03 05:26:00 +03:00
Alexey Milovidov
0131280596
Fix test
2022-02-03 05:16:13 +03:00
alexey-milovidov
a6d1fcadcb
Merge pull request #34267 from CurtizJ/async-insert-in-client
...
Support async inserts in clickhouse-client for queries with inlined data
2022-02-03 05:14:47 +03:00
alexey-milovidov
768c71c1ac
Update ClientBase.cpp
2022-02-03 05:13:48 +03:00
Alexey Milovidov
f047a28ed8
Fix progress bar width
2022-02-03 04:48:52 +03:00
Alexey Milovidov
431611d205
Add a test for shebang
2022-02-03 03:34:00 +03:00
alexey-milovidov
4742cf3074
Update CertificateReloader.cpp
2022-02-03 03:03:46 +03:00
Maksim Kita
57d16bae04
Merge pull request #34243 from azat/use_skip_indexes_if_final
...
Disable data skipping indexes by default for queries with FINAL
2022-02-02 23:06:05 +01:00
alexey-milovidov
75e4a47eba
Merge pull request #34270 from mfursov/clickhouse-client-password
...
Add 'clickhouse-client --password' comment to the scripts used in Qui…
2022-02-03 00:59:50 +03:00
Maksim Kita
bbf2174f2f
Merge pull request #34167 from azat/cmake-cleanup
...
Cmake leftovers cleanup
2022-02-02 22:55:14 +01:00
Maksim Kita
02c6cfba6a
Merge pull request #34225 from vitlibar/fix-checking-grants-for-show-grants
...
Fix checking grants for SHOW GRANTS
2022-02-02 22:51:51 +01:00
Mikhail Fursov
a23edb489b
Add 'clickhouse-client --password' comment to the scripts used in Quick Start Guide https://clickhouse.com/#quick-start
2022-02-02 16:45:59 -05:00
alexey-milovidov
e49ff10dac
Merge pull request #34240 from ClickHouse/list-versions
...
Update list-versions.sh, update version_date.tsv
2022-02-02 23:51:22 +03:00
Cody Baker
9b0a8d5770
Update and add new team members ( #34268 )
2022-02-02 23:24:43 +03:00
FArthur-cmd
f327e67232
correct config
2022-02-02 20:01:25 +00:00
Anton Popov
5bb1b3ce77
support async inserts in clickhouse-client for queries with inlined data
2022-02-02 20:59:37 +03:00
Nikolai Kochetov
2003a96b58
Probably fix something
2022-02-02 17:48:41 +00:00
Nikolai Kochetov
ea044fc6b2
Merge branch 'master' into revert-34212-revert-33291-add-pool-to-s3-write-buffer
2022-02-02 19:40:41 +03:00
Nikolai Kochetov
1117e6095d
Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2022-02-02 18:34:05 +03:00
Vitaly Baranov
30557aebfb
Add helper class to cache the result of checking access.
2022-02-02 22:22:41 +07:00
Mikhail f. Shiryaev
744cb06a91
Replace custom formats by short
alias
2022-02-02 16:04:19 +01:00
Azat Khuzhin
5472aef084
Fix current_user/current_address for interserver mode
...
Before this patch current_user/current_address will be preserved from
the previous query.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 17:44:19 +03:00
Mikhail f. Shiryaev
d2860a6d87
Add body for created pull request
2022-02-02 14:44:26 +01:00
Mikhail f. Shiryaev
7bfd526f46
Add workflow for stable and lts tags
2022-02-02 14:20:44 +01:00
Mikhail f. Shiryaev
720407c88b
Update list-versions.sh, update version_date.tsv
...
list-versions.sh used to use a commit date instead of a tagging date
with `--format="%ai"`, now it uses the tag date itself.
2022-02-02 14:20:36 +01:00
Nikolay Degterinsky
29c15f8c65
Merge pull request #33723 from FrankChen021/trace_id_order
...
Parse and store opentelemetry trace-id in big-endian order
2022-02-02 14:59:46 +03:00
Nikolay Degterinsky
c60fd44c5b
Merge pull request #34247 from CoolT2/patch-1
...
Add quick start alert to RU installation guide
2022-02-02 14:33:55 +03:00
Nikolay Degterinsky
e0332a5d7a
Merge pull request #33909 from Tiaonmmn/patch-5
...
Update ansi.md
2022-02-02 14:18:24 +03:00
CoolT2
88ae611739
Apply suggestions from code review
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2022-02-02 13:51:29 +03:00
tavplubix
7304fd654a
Merge pull request #34224 from CurtizJ/fix-query-metric
...
Fix metric `Query`
2022-02-02 13:39:07 +03:00
Azat Khuzhin
1d19851590
Disable data skipping indexes by default for queries with FINAL
...
This patch adds use_skip_indexes_if_final setting, that is OFF by
default. Since skipping data for queries with FINAL may produce
incorrect result.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 13:31:50 +03:00
CoolT2
9f8cf1f0e5
Add quick start alert to RU installation guide
...
Add quick start note as in EN version
2022-02-02 13:29:05 +03:00
Nikolay Degterinsky
56ac75a6e9
Merge pull request #34245 from azat/build-fix
...
Add missing fmt::runtime() in MergeTreeBackgroundExecutor (fixes the build)
2022-02-02 13:29:03 +03:00
Nikolay Degterinsky
3da0f40bd8
Merge pull request #34242 from cnmade/PF202202020845
...
Translate zh/faq/integration/index
2022-02-02 13:18:35 +03:00
Mikhail f. Shiryaev
75adf5d12d
Merge pull request #33948 from qoega/no-clickhouse-test-deb-in-stateless
...
Do not use clickhouse-test.deb in stateless CI checks
2022-02-02 10:23:33 +01:00
Azat Khuzhin
15993cb13b
Add missing fmt::runtime() in MergeTreeBackgroundExecutor
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-02 11:37:53 +03:00
mergify[bot]
bae28656ba
Merge branch 'master' into PF202202020845
2022-02-02 08:34:27 +00:00
alesapin
47d538b52f
Merge pull request #34232 from ClickHouse/cancelled-merging-parts-error-message
...
Change severity of the "Cancelled merging parts" message in logs
2022-02-02 10:29:07 +03:00
achimbab
954a778a14
Merge branch 'ClickHouse:master' into ttest_confidence_intervals
2022-02-02 11:02:48 +09:00
tesw yew isal
057194c773
Translate zh/faq/integration/index: remove old file
2022-02-02 08:52:49 +08:00