Commit Graph

1340 Commits

Author SHA1 Message Date
Alexey Milovidov
9670c9ce4e
Merge pull request #48969 from ClickHouse/vdimir/quantile-gk-rename
Rename quantileApprox -> quantileGK
2023-04-21 13:19:25 +03:00
robot-ch-test-poll3
f32ab266e4
Merge pull request #48764 from ClibMouse/s390x_hash_insert
insert UInt32 Hashvalue in reverse order on big endian machine
2023-04-21 01:39:45 +02:00
vdimir
042b4ff525
Rename quantileApprox -> quantileGK 2023-04-20 11:41:17 +02:00
Kruglov Pavel
cd88024a33
Merge pull request #48556 from ClickHouse/fix-nested-map-ip-uuid
Fix nested map for keys of IP and UUID types
2023-04-18 13:03:50 +02:00
Suzy Wang
fabe862cdb
Merge branch 'master' into s390x_hash_insert 2023-04-17 14:30:11 -04:00
lgbo-ustc
3a5e0b2e31 update the result of groupArray(NULL) 2023-04-14 13:12:03 +08:00
lgbo-ustc
981c52fa41 groupArray returns cannot be nullable 2023-04-14 09:24:15 +08:00
Suzy Wang
e95044f713 insert UInt32 Hashvalue in reverse order on big endian machine 2023-04-13 13:51:57 -07:00
Azat Khuzhin
79b83c4fd2 Remove superfluous includes of logger_userful.h from headers
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-10 17:59:30 +02:00
Yakov Olkhovskiy
054078e06d fix nested map for keys of IP and UUID types 2023-04-08 05:34:35 +00:00
Azat Khuzhin
011480924a Use forward declaration of ThreadPool
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-07 11:25:35 +02:00
Vladimir C
1f22fca3c3
Merge pull request #46428 from bigo-sg/quantile_gk 2023-04-05 11:25:48 +02:00
FFFFFFFHHHHHHH
6e8f77ee9c
Add statistical aggregate function kolmogorovSmirnovTest (#48325) 2023-04-05 01:18:54 +02:00
Alexey Milovidov
67d65a9245
Merge pull request #48121 from ClickHouse/vdimir/sparkbar-overflow-fix
Fix overflow in sparkbar function
2023-04-02 19:36:24 +03:00
Alexander Tokmakov
230adac9f6 fixes 2023-04-01 18:23:59 +02:00
vdimir
2a179aed49
Fix usage common::addOverflow for floats in AggregateFunctionSparkbar 2023-03-31 13:35:07 +00:00
vdimir
2d18689af6
use common::addOverflow in AggregateFunctionSparkbar.h 2023-03-31 11:59:13 +00:00
vdimir
24b46774b0
update AggregateFunctionSparkbar.h 2023-03-31 10:58:09 +00:00
vdimir
cc61d35bc5
Fix overflow in sparkbar function 2023-03-31 10:58:08 +00:00
Igor Nikonov
6733a85d25 Fixes 2023-03-28 20:26:21 +00:00
Igor Nikonov
259df04415 Merge remote-tracking branch 'origin/master' into decimal256-various 2023-03-28 13:36:53 +00:00
Jordi Villar
3946e66272 Comestic PR changes 2023-03-28 08:13:53 +02:00
Jordi Villar
b64cb10d20 Rework AggregateFunctionQuantile.h fix 2023-03-27 18:16:07 +02:00
Jordi Villar
20fa73042d Fix AggregateFunctionQuantile.h compilation in macOS M1 2023-03-27 18:16:07 +02:00
Alexey Milovidov
b514a4c70f
Merge pull request #47519 from ClickHouse/fuzzer-of-data-formats
Fuzzer of data formats
2023-03-20 07:20:23 +03:00
Alexey Milovidov
4a44dafdee Merge branch 'master' into decimal256-various 2023-03-20 03:30:14 +01:00
Alexey Milovidov
b415a03aa4
Merge pull request #47714 from ClickHouse/maybe-faster-build
Speed up build
2023-03-20 04:11:46 +03:00
Alexey Milovidov
6118b619a1 Fix style 2023-03-19 17:20:06 +01:00
Alexey Milovidov
7f54aab145 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats 2023-03-19 16:57:35 +01:00
Alexey Milovidov
f0da8f9dcd Better exception messages in -ForEach 2023-03-19 16:38:00 +01:00
Alexey Milovidov
8412a72aaa Fix error 2023-03-19 10:10:33 +01:00
Alexey Milovidov
7c82baff12 Prevent too long (slow) aggregate function combinators 2023-03-19 10:00:12 +01:00
Alexey Milovidov
4f0d86c9a6 Fix style 2023-03-19 09:22:38 +01:00
Alexey Milovidov
cc8e30a744 Split to multiple translation units 2023-03-19 08:54:23 +01:00
Alexey Milovidov
2755e68981 Maybe faster build 2023-03-19 08:36:05 +01:00
Alexey Milovidov
ecff329ca1
Update AggregateFunctionGroupBitmapData.h 2023-03-19 10:18:28 +03:00
Alexey Milovidov
6e1b45d1d6 Fix exotic trash 2023-03-19 06:48:18 +01:00
Alexey Milovidov
637f6fdd51 Limit memory in fuzzers 2023-03-19 06:17:55 +01:00
Alexey Milovidov
465a89ba15 Limit memory in fuzzers 2023-03-19 05:55:53 +01:00
Alexey Milovidov
57a5a946c9 Fix error 2023-03-19 05:34:10 +01:00
Alexey Milovidov
ee98b555fb Limit memory in fuzzers 2023-03-19 05:11:32 +01:00
Alexey Milovidov
8549825a74 Fix obvious error 2023-03-19 02:55:13 +01:00
Alexey Milovidov
9a7883143b Small adjustments 2023-03-19 02:44:39 +01:00
Alexey Milovidov
d0090119a1 I hate short variable names wholeheartedly 2023-03-19 02:39:59 +01:00
Alexey Milovidov
43c931c1a4 Update the fuzzer 2023-03-19 02:27:00 +01:00
Alexey Milovidov
dc19e46cab Add more fuzzers 2023-03-19 02:14:41 +01:00
Alexey Milovidov
2a077f11f6 Merge branch 'master' into fuzzer-of-data-formats 2023-03-19 01:07:31 +01:00
Sema Checherinda
3c6deddd1d work with comments on PR 2023-03-16 19:55:58 +01:00
Alexey Milovidov
a7957adaf8 Fix test 2023-03-15 02:20:22 +01:00
Alexey Milovidov
c07de4719f Fix some tests 2023-03-15 02:00:50 +01:00