Commit Graph

82530 Commits

Author SHA1 Message Date
Alexey Milovidov
78eebd5c7c Fix parallel loading of data parts 2022-02-04 02:29:46 +03:00
Maksim Kita
a01a74e415
Merge pull request #34287 from danlark1/master
Optimize quantilesExact{Low,High} to use nth_element instead of sort
2022-02-03 18:51:42 +01:00
Maksim Kita
85b9f0aa56
Merge pull request #34282 from kitaisreal/fractional-progress-bar-fix-test
Fix fractional_progress_bar test
2022-02-03 18:36:52 +01:00
Maksim Kita
e57320a70a Fixed tests 2022-02-03 16:10:52 +00:00
Anton Popov
9b844c6b42
Merge pull request #32748 from CurtizJ/read-in-order-fixed-prefix
Support `optimize_read_in_order` if prefix of sorting key is already sorted
2022-02-03 18:17:08 +03:00
Nikolay Degterinsky
849dd3b9dc
Merge pull request #34277 from cnmade/PF202202031430
Translate zh/faq/general/contribute
2022-02-03 17:38:09 +03:00
mergify[bot]
8d3c7cbd3b
Merge branch 'master' into master 2022-02-03 13:43:10 +00:00
alesapin
13d1e2490e
Merge pull request #34283 from ClickHouse/style-check-always
Tune `Run Check` and `Style Check` jobs
2022-02-03 16:18:16 +03:00
alexey-milovidov
94c3d14d68
Update SECURITY.md 2022-02-03 16:06:33 +03:00
Mikhail f. Shiryaev
4f7461fd6f
Fix style for tags_stable.yml 2022-02-03 13:32:22 +01:00
Mikhail f. Shiryaev
8243823d74
Mark Run Check as success for some cases 2022-02-03 13:32:22 +01:00
Mikhail f. Shiryaev
1e365111f2
Run the StyleCheck always even if tests skipped 2022-02-03 13:32:21 +01:00
Danila Kutenin
c90b1f7794 Optimize quantilesExact{Low,High} to use nth_element instead of sort 2022-02-03 12:24:33 +00:00
Maksim Kita
d0bfffa6f2 Fix fractional_progress_bar test 2022-02-03 11:05:18 +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
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
Anton Popov
5bb1b3ce77 support async inserts in clickhouse-client for queries with inlined data 2022-02-02 20:59:37 +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