Commit Graph

82834 Commits

Author SHA1 Message Date
alexey-milovidov
fb9ed9acad
Merge pull request #34175 from kitaisreal/bitset-sort-performance-check
bitsetsort peformance check
2022-02-07 05:34:57 +03:00
cnmade
87fc42b271 Translate zh/engines/database-engines/sqlite: rename old file 2022-02-07 10:34:16 +08:00
cnmade
2bf66379ee sync index: add sqlite 2022-02-07 10:13:54 +08:00
alexey-milovidov
58bb0eb2d1
Merge pull request #34333 from ucasfl/owcard
use LowCardinality type for _file and _path in some Storages, continue of #34317
2022-02-07 02:55:51 +03:00
Maksim Kita
484f9d9f25 Updated sort back to psqsort 2022-02-06 22:51:01 +00:00
Anton Popov
ae1fc94fb5 add unit test 2022-02-06 20:45:59 +00:00
Anton Popov
10b8684003 fix rare bug in reading of empty arrays 2022-02-06 20:45:59 +00:00
alexey-milovidov
1482d61bef
Merge pull request #34024 from den-crane/patch-5
make systemd to use EnvironmentFile
2022-02-06 23:38:31 +03:00
alexey-milovidov
f3cb347a9d
Merge pull request #34186 from Avogar/fix-s3-schema-inference
Fix schema inference for table function s3
2022-02-06 23:35:23 +03:00
Alexey Milovidov
05886005b8 Update references 2022-02-06 23:14:08 +03:00
alexey-milovidov
4b1e1314b2
Merge pull request #34357 from kssenii/fix-clickhouse-local-use-db
Fix USE database for clickhouse-local
2022-02-06 20:29:26 +03:00
mergify[bot]
8045598afe
Merge branch 'master' into fix-s3-schema-inference 2022-02-06 17:08:48 +00:00
alexey-milovidov
ea068be3ac
Update TableFunctionS3.cpp 2022-02-06 20:07:35 +03:00
Amos Bird
a6f0b01e6a
Fix order by after aggregation 2022-02-07 00:42:11 +08:00
Maksim Kita
60cc5fff56
Merge pull request #34344 from bharatnc/ncb/s2-fixes
explicitly check and get columns for s2 funcs
2022-02-06 17:24:52 +01:00
kssenii
e41a895ebb Fix 2022-02-06 16:11:18 +01:00
Maksim Kita
45fa68b4a8 Fixed tests 2022-02-06 13:31:59 +00:00
Maksim Kita
5f43fdbfd2
Merge pull request #34140 from bigo-sg/max_splits
Maxsplit argument for splitByChar.
2022-02-06 13:38:14 +01:00
Maksim Kita
7492280ada
Merge pull request #34334 from bigo-sg/alias_function
REGEXP_MATCHES and REGEXP_REPLACE function aliases for compatibility with PostgreSQL.
2022-02-06 13:37:56 +01:00
Maksim Kita
971790fca5
Merge pull request #34351 from ClickHouse/small-improvements-2
Small improvements
2022-02-06 13:36:37 +01:00
feng lv
6325d4d9b0 continue of #34317
fix

fix
2022-02-06 08:59:17 +00:00
Amos Bird
52aabf98fe
Revise and add more comments 2022-02-06 16:53:54 +08:00
Amos Bird
01d58fc9bb
Enable projection by default 2022-02-06 16:46:12 +08:00
Amos Bird
1ab773cc90
Fix aggregation_in_order with normal projection 2022-02-06 16:46:12 +08:00
Amos Bird
3fab7af541
Bug fix and improvement of minmax_count_projection 2022-02-06 16:46:11 +08:00
Amos Bird
a0ab7a01f1
Adapt minmax_count_projection with ModuleLegacy 2022-02-06 16:46:11 +08:00
Amos Bird
82f31e1abb
Fix tests when projection is enabled
Avoid using count() in quota related tests

count() can subject to many optimization techniques, which is unstable
for testing quota usage.
2022-02-06 16:46:10 +08:00
Amos Bird
98857de82b
Disable projection for high-order storages 2022-02-06 16:46:10 +08:00
Amos Bird
27fcefd315
Disable projection when doing parallel replica reading 2022-02-06 16:46:10 +08:00
Amos Bird
7674bc986e
Disable projection when there is JOIN or SAMPLE 2022-02-06 16:46:09 +08:00
Alexey Milovidov
f98010e374 Small improvements 2022-02-06 07:14:01 +03:00
taiyang-li
caed1898b0 add options for clickhouse-format 2022-02-06 11:22:05 +08:00
bharatnc
d666b2250c fix failing tests 2022-02-05 19:15:20 -08:00
bharatnc
008af0e0c2 update src/Functions/geoToS2.cpp 2022-02-05 19:07:25 -08:00
alexey-milovidov
38d92d0507
Merge pull request #33996 from save-my-heart/fix/signal_pipe_buf_size
reduce signal_pipe_buf_size
2022-02-06 04:50:47 +03:00
alexey-milovidov
9f23caab0e
Update clickhouse-server.service 2022-02-06 04:44:30 +03:00
taiyang-li
5fc2e46dd0 make aliases case insensitive 2022-02-06 09:38:05 +08:00
taiyang-li
b9f8fe922d add fasttest 2022-02-06 09:34:12 +08:00
Alexey Milovidov
978461fb9a Add a test 2022-02-06 04:31:28 +03:00
taiyang-li
d5431b3015 fix fast test 2022-02-06 09:15:36 +08:00
Alexey Milovidov
9f51fe1bef Fix wrong engine in SHOW CREATE DATABASE with engine Memory #34225 2022-02-06 03:47:40 +03:00
bharatnc
3df4929b63 minor fixes 2022-02-05 16:45:12 -08:00
bharatnc
557cf6ecc1 check and get column remaining s2 funcs 2022-02-05 16:32:15 -08:00
bharatnc
8ba93354b0 check and get column for s2 funcs 2022-02-05 16:29:02 -08:00
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