Maksim Kita
613c9fa3c2
Merge pull request #34339 from kitaisreal/map-populate-series-refactoring
...
Function mapPopulateSeries added additional performance test
2022-02-06 01:19:32 +01:00
Mikhail f. Shiryaev
e2364bb2dd
Merge pull request #34340 from ClickHouse/ok-skip-labels
...
Fix wrong OK_SKIP labels
2022-02-06 00:24:23 +01:00
Vitaly Baranov
5dd49a44e6
Add test for propagating OpenTelemetry context via gRPC protocol.
2022-02-06 02:09:56 +07:00
alexey-milovidov
77fac4cdb4
Merge pull request #34336 from amosbird/replclientimprove
...
Better handle pre-inputs before client start
2022-02-05 22:02:45 +03:00
Mikhail f. Shiryaev
f2725b1b22
Fix wrong OK_SKIP labels
2022-02-05 18:26:43 +01:00
Maksim Kita
4cd7324b9b
Added implementation of bitsetsort from LLVM patch
2022-02-05 16:59:22 +00:00
Kseniia Sumarokova
4dee6488f9
Merge pull request #34265 from kssenii/add-query-id-for-client-queries-file
...
print query id when using `--interactive` with `--queries-file` in client/local
2022-02-05 17:23:33 +01:00
Maksim Kita
35235d2d7f
Added additional performance test
2022-02-05 16:11:36 +00:00
Amos Bird
2e8adc797c
Better handle pre-inputs before client start
2022-02-05 22:07:25 +08:00
Maksim Kita
eff16baaf3
Merge pull request #34318 from kitaisreal/map-populate-series-refactoring
...
Function mapPopulateSeries refactoring
2022-02-05 12:51:02 +01:00
taiyang-li
829a9a4d83
as alias functions
2022-02-05 19:44:21 +08:00
taiyang-li
b9c42effb4
change as requested
2022-02-05 19:30:40 +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
Maksim Kita
4646cac075
Fixed tests
2022-02-04 21:49:39 +00:00
Maksim Kita
b81d9d20b7
Fixed tests
2022-02-04 21:25:06 +00:00
Maksim Kita
bc6328e573
Fixed tests
2022-02-04 20:56:49 +00:00
Maksim Kita
1202fec927
Fixed tests
2022-02-04 20:25:30 +00:00
Maksim Kita
6a3aa1b2b9
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
7a6f282765
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
24c3fe2d64
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
e626b7b2d3
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
8094582e5f
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
1cd1fb9658
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
c39ad2aa49
bitsetsort fix reverse_conditional_swap
2022-02-04 19:52:18 +00:00
Maksim Kita
f301e50b23
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
4c9ba1dfd7
Fixed tests
2022-02-04 19:52:18 +00:00
Maksim Kita
ec15c55865
Updated sort to bitsetsort
2022-02-04 19:52:18 +00: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
Maksim Kita
6e789f98ea
Added performance tests
2022-02-04 14:58:55 +00:00
Maksim Kita
5b2bb62085
Added tests
2022-02-04 14:55:09 +00:00
Maksim Kita
a5306396dd
Function mapPopulateSeries refactoring
2022-02-04 14:53:22 +00: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