Commit Graph

110637 Commits

Author SHA1 Message Date
Alexey Milovidov
ed50378060
Merge pull request #47719 from ClickHouse/rs/fix-llvm-ref
Fixup git reference to LLVM
2023-03-19 19:26:58 +03:00
Alexey Milovidov
ef5e8462da
Revert "Analyzer planner fixes before enable by default" 2023-03-19 19:25:37 +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
115b824453 Add a test 2023-03-19 16:55:55 +01:00
Alexey Milovidov
de70964b04 Add a test 2023-03-19 16:55:18 +01:00
Alexey Milovidov
0031ecb197 Forbid meaningless data types #47720 2023-03-19 16:54:32 +01:00
Alexey Milovidov
f0da8f9dcd Better exception messages in -ForEach 2023-03-19 16:38:00 +01:00
Alexey Milovidov
02b8d2bbf8
Merge pull request #47716 from ClickHouse/prevent-slow-aggregate-combinators
Prevent too long (slow) aggregate function combinators
2023-03-19 17:38:53 +03:00
Robert Schulze
de760578d8
Fixup git reference to LLVM
(motivated by [0])

PRs [0]/[1] switched the git reference in ClickHouse's main repo to a
feature branch derived from the correct branch
(ClickHouse/releases/15.x). As per this PR, this is now fixed. The
actual code state of llvm-project doesn't change.

[0] https://github.com/ClickHouse/llvm-project/pull/10
[1] https://github.com/ClickHouse/llvm-project/pull/8
[2] https://github.com/ClickHouse/ClickHouse/pull/46600
2023-03-19 14:34:25 +00:00
Robert Schulze
c4664c70a1
Merge branch 'master' into rs/qc-cachebase 2023-03-19 15:23:24 +01:00
Robert Schulze
bf752006b0
Assume both tests run run in an isolated database 2023-03-19 14:17:00 +00:00
Alexander Gololobov
d8fb6a7878
Merge pull request #47712 from ClickHouse/join-less-disgusting
Make the code in Join less disgusting
2023-03-19 10:47:20 +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
3655667188 Make the code in Join less disgusting 2023-03-19 07:35:56 +01:00
Alexey Milovidov
0ec04cca5e Make the code in Join less disgusting 2023-03-19 07:32:29 +01:00
Alexey Milovidov
8fdbc5409c Make the code in Join less disgusting 2023-03-19 07:31:18 +01:00
Alexey Milovidov
100089a76c Make the code in Join less disgusting 2023-03-19 07:17:59 +01:00
Alexey Milovidov
714015cdea Update a test 2023-03-19 06:56:25 +01:00
Alexey Milovidov
c3fccefcca Add a test 2023-03-19 06:48:41 +01: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
a99f10e16f Better error messages 2023-03-19 05:34:44 +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
0ab192db82 Add a test 2023-03-19 05:10:35 +01:00
Alexey Milovidov
a270f985a7 Update roaring bitmaps, because the previous version had a bug 2023-03-19 04:35:20 +01:00
Alexey Milovidov
ef01579726 Fix trash - the code written in C with pointers 2023-03-19 03:19:15 +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
e84d1336c5 Fix test 2023-03-19 01:55:34 +01:00
Alexey Milovidov
2a077f11f6 Merge branch 'master' into fuzzer-of-data-formats 2023-03-19 01:07:31 +01:00
robot-ch-test-poll
217d683da4
Merge pull request #47710 from den-crane/patch-57
Doc. fix greatCircleDistance example
2023-03-19 00:51:35 +01:00
Ongkong
d9c7bc1859
Fix ASOF LEFT JOIN performance degradation (#47544) 2023-03-18 23:53:00 +01:00
Denny Crane
dbfe2df1f4
Update coordinates.md 2023-03-18 19:48:00 -03:00
Alexey Milovidov
cd2384f0b3
Merge pull request #47700 from ClickHouse/more_random_query_id_in_test
More random query id in tests
2023-03-19 00:12:44 +03:00
Alexey Milovidov
5f5e6d28c7
Merge pull request #47690 from Avogar/bson-fix-3
Fix bug in tuple as array serialization in BSONEachRow format
2023-03-18 22:18:40 +03:00
Alexey Milovidov
8821f45a20
Merge pull request #47650 from Avogar/nested-arrays-protobuf
Allow reading/writing nested arrays in Protobuf with only root field name as column name
2023-03-18 22:18:01 +03:00
Alexey Milovidov
93a3962f45
Merge pull request #47609 from Avogar/fix-bson-2
Check for duplicate column in BSONEachRow format
2023-03-18 22:17:27 +03:00
Alexey Milovidov
26c17b61fb
Merge pull request #47434 from Avogar/avro-improvements
Support Decimals and Date32 in Avro format
2023-03-18 22:16:34 +03:00
Alexey Milovidov
a5f57cc3e3
Merge pull request #47668 from clickhouse-adrianfraguela/patch-2
Updated events and recordings
2023-03-18 22:11:46 +03:00