Commit Graph

110583 Commits

Author SHA1 Message Date
Ilya Golshtein
5091b4e224 orphaned role - expiration_time => expiration_time_seconds 2023-03-21 08:44:08 +01:00
Ilya Golshtein
3f51101ad4 orphaned role - must initialize role cache for e.g clickhouse-local 2023-03-20 23:21:25 +01:00
Ilya Golshtein
c3ce0aa3ba orphaned role - cache expiration time and timeout in tests decreased 2023-03-20 23:21:25 +01:00
Ilya Golshtein
4166b3bb09 orphaned role - xml indentation fix 2023-03-20 23:21:25 +01:00
Ilya Golshtein
c9691b943d orphaned role - make stylecheck happy 2023-03-20 23:21:25 +01:00
Ilya Golshtein
e1d1ead941 orphaned role - tests only 2023-03-20 23:21:25 +01:00
Sema Checherinda
329a762ded
Merge pull request #47670 from ClickHouse/rs/parallel-tests
Enable parallel execution for two tests
2023-03-20 10:46:08 +01:00
Alexey Milovidov
e9e7f0f4f9
Merge pull request #47732 from kssenii/fix-mysql-leak
Fix memory leak in mysql
2023-03-20 10:40:40 +03:00
robot-ch-test-poll3
47d9244aae
Merge pull request #47733 from tbragin/patch-7
Clarify compression codec default
2023-03-20 06:07:58 +01:00
Alexey Milovidov
01ea011f60
Merge pull request #47728 from ClickHouse/fix-group-by-use-nulls-test
Disable setting in 02343_group_by_use_nulls_distributed (for new analyzer)
2023-03-20 07:46:04 +03:00
Alexey Milovidov
698fcba525
Merge branch 'master' into fix-mysql-leak 2023-03-20 07:37:01 +03: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
Tanya Bragin
2639767f4c
Clarify compression codec default
cc @alexey-milovidov
2023-03-19 19:55:51 -07:00
Alexey Milovidov
4f33033b4d
Merge pull request #47673 from ClickHouse/rs/restore-mac-build
Restore native macos build
2023-03-20 04:27:22 +03: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
ddf29b69f9
Merge branch 'master' into fuzzer-of-data-formats 2023-03-20 03:26:51 +03:00
Alexey Milovidov
8d3349ca93
Merge pull request #47723 from den-crane/patch-58
Doc. Fix MODIFY QUERY description
2023-03-20 03:26:38 +03:00
Alexey Milovidov
e788bf0712
Merge pull request #47721 from ClickHouse/revert-47622-analyzer-planner-fixes-before-enable-by-default
Revert "Analyzer planner fixes before enable by default"
2023-03-20 03:24:03 +03:00
kssenii
ea375ef989 Fix memory leak 2023-03-20 00:40:06 +01:00
Alexander Gololobov
6fa0b0b459
Merge pull request #47722 from ClickHouse/rs/llvm-16-preparation
Preparation for libcxx(abi), llvm, clang-tidy 16
2023-03-20 00:03:32 +01:00
Dmitry Novik
a14cc8e275 Disable setting in 02343_group_by_use_nulls_distributed 2023-03-19 21:16:04 +01:00
Robert Schulze
1499b77592
Restore native macos build 2023-03-19 19:59:22 +01:00
Robert Schulze
0e01e912fe
Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
Robert Schulze
67ebad488f
Small refactoring of linker selection code 2023-03-19 18:16:20 +01:00
Denny Crane
64e8d9d4d7
Update view.md 2023-03-19 14:10:18 -03:00
Denny Crane
35d2fb48de
Update view.md 2023-03-19 14:09:12 -03:00
Denny Crane
4629911e6e
Update view.md 2023-03-19 14:05:39 -03:00
Denny Crane
749daca64b
Update view.md 2023-03-19 14:01:47 -03:00
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
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