Commit Graph

82621 Commits

Author SHA1 Message Date
taiyang-li
b9f8fe922d add fasttest 2022-02-06 09:34:12 +08:00
taiyang-li
829a9a4d83 as alias functions 2022-02-05 19:44:21 +08:00
Anton Popov
47e2b3a35a
Merge pull request #34312 from sdil/patch-2
Add INTERVAL STEP example in SELECT .. ORDER BY WITH FILL documentation
2022-02-05 02:50:37 +03:00
Anton Popov
861ce6ae94
Update order-by.md 2022-02-05 02:07:45 +03:00
alexey-milovidov
e194bf3377
Merge pull request #34317 from ucasfl/lowcard
use LowCardinality for _file and _path virtual columns in StorageFile
2022-02-04 21:39:44 +03:00
Nikolai Kochetov
daeeb6f3a2
Merge pull request #34316 from ClickHouse/probably-fix-data-race-in-WriteBufferFromS3
Probably fix data race in WriteBufferFromS3 destructor.
2022-02-04 21:04:46 +03:00
tavplubix
ee62106813
Merge pull request #34319 from azat/mt-logging
Decrease severity for "Reading ... ranges ..." log message to Trace
2022-02-04 20:31:06 +03:00
Nikolai Kochetov
6436024e08 Fix test with ttl. 2022-02-04 16:05:02 +00:00
Azat Khuzhin
63e674280b Decrease severity for "Reading ... ranges ..." log message to Trace
That way with send_logs_level='debug', you will not get verbose
information that you already has, since there is summary row:

    Selected ... parts by partition key, ... parts by primary key, ... marks by primary key, ... marks to read from ... ranges

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-04 18:00:59 +03:00
tavplubix
22de534fdc
Merge pull request #34297 from ClickHouse/fix_restarting_thread
Try to fix race between pullLogsToQueue and RestartingThread
2022-02-04 17:30:17 +03:00
feng lv
7bf2243431 use LowCardinality for _file and _path virtual columns in StorageFile
fix
2022-02-04 14:15:56 +00:00
Nikolai Kochetov
a968c869fd Probably fix data race in WriteBufferFromS3 destructor. 2022-02-04 12:28:14 +00:00
Maksim Kita
629c8ae915
Merge pull request #34284 from CurtizJ/async-insert-in-client
Minor fixes for #34267
2022-02-04 13:13:47 +01:00
Maksim Kita
074b827cf3
Merge pull request #34306 from ClickHouse/line-as-string-low-performance
Fix terribly low performance of `LineAsString` format
2022-02-04 13:11:27 +01:00
Maksim Kita
ab696e6b59
Merge pull request #34310 from ClickHouse/fix-parallel-loading-parts
Fix parallel loading of data parts
2022-02-04 13:10:24 +01:00
tavplubix
ea3ccd2431
Merge pull request #34304 from ClickHouse/cancel_merges_before_truncate
Cancel merges before acquiring lock for truncate
2022-02-04 12:32:00 +03:00
Nikolai Kochetov
cf8c76f859
Merge pull request #33260 from achimbab/ttest_confidence_intervals
Add confidence intervals to ttests
2022-02-04 11:02:47 +03:00
Nikolai Kochetov
b92efed350
Merge pull request #34219 from ClickHouse/revert-34212-revert-33291-add-pool-to-s3-write-buffer
Revert "Revert "Add pool to WriteBufferFromS3""
2022-02-04 11:00:29 +03:00
alesapin
ecce006cb2
Merge pull request #34289 from ClickHouse/style-check-verbosity
Add verbosity to stylecheck
2022-02-04 10:22:45 +03:00
Mohamad Fadhil
8f1030378a
Add INTERVAL STEP example in SELECT .. ORDER BY WITH FILL documentation
This corresponds to the merged PR https://github.com/ClickHouse/ClickHouse/pull/30927
2022-02-04 10:02:42 +08:00
alexey-milovidov
b1a07ef326
Merge pull request #34309 from flickerbox/tr-add-support-policy-page
Add support policy page content.
2022-02-04 04:25:43 +03:00
alexey-milovidov
a089f9918c
Update ThreadPool.cpp 2022-02-04 03:54:33 +03:00
Alexey Milovidov
78eebd5c7c Fix parallel loading of data parts 2022-02-04 02:29:46 +03:00
Alexey Milovidov
e20aec6866 Fix linkage 2022-02-04 01:44:43 +03:00
alexey-milovidov
665fdc9187
Merge pull request #31257 from FArthur-cmd/merge_15765
Merge #15765
2022-02-04 00:39:57 +03:00
Alexey Milovidov
4a83dbc514 Fix linkage 2022-02-04 00:26:44 +03:00
Alexey Milovidov
c426f11096 Maybe better 2022-02-04 00:20:16 +03:00
Alexey Milovidov
7c12f5f37a Fix terribly low performance of LineAsString format 2022-02-04 00:07:31 +03:00
Alexander Tokmakov
3e700e854d cancel merges before acquiring lock for truncate 2022-02-03 23:44:53 +03:00
Alexander Tokmakov
897e94c16c make restarting thread less bad 2022-02-03 23:29:24 +03:00
Tom Risse
d09fb90f18 Add support policy page content. Add ol.default for li margin. 2022-02-03 11:43:40 -08: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
Mikhail f. Shiryaev
1600dd9287
Check style of workflows/release.yml 2022-02-03 18:37:03 +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
Mikhail f. Shiryaev
a7325bbe32
Fix check-workflows in style check, iterate over checks 2022-02-03 18:36:01 +01:00
Mikhail f. Shiryaev
37179bbc9c
Add verbosity to stylecheck 2022-02-03 17:50:35 +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
FArthur-cmd
73f579d71c Comment dhParamsFile. It should be uncommented only if it has correct path 2022-02-03 13:31:52 +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
Nikolai Kochetov
244bb984e6 Wait for pipeline to be destroyed in case of exception 2022-02-03 12:14:33 +00:00
Anton Popov
0755cfa584 minor fixes 2022-02-03 15:04:13 +03:00
Maksim Kita
d0bfffa6f2 Fix fractional_progress_bar test 2022-02-03 11:05:18 +00:00