Commit Graph

99037 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
5d07da14bb
Merge pull request #41955 from ClickHouse/auto/v22.8.6.71-lts
Update version_date.tsv and changelogs after v22.8.6.71-lts
2022-09-30 19:25:52 +02:00
Mikhail f. Shiryaev
421db15561
Merge pull request #41953 from ClickHouse/auto/v22.3.13.80-lts
Update version_date.tsv and changelogs after v22.3.13.80-lts
2022-09-30 19:25:06 +02:00
robot-clickhouse
87157a4584 Update version_date.tsv and changelogs after v22.8.6.71-lts 2022-09-30 19:24:38 +02:00
Mikhail f. Shiryaev
305bfbb6b3
Merge branch 'master' into auto/v22.3.13.80-lts 2022-09-30 19:24:22 +02:00
Mikhail f. Shiryaev
26eee5c113
Merge pull request #41956 from ClickHouse/auto/v22.9.3.18-stable
Update version_date.tsv and changelogs after v22.9.3.18-stable
2022-09-30 19:23:47 +02:00
alesapin
00bf90186a Better 2022-09-30 19:03:54 +02:00
alesapin
350ff96628 Fix potential race condition with broken parts 2022-09-30 19:01:06 +02:00
BoloniniD
fe7b2fdf6e
Merge branch 'master' into BLAKE3 2022-09-30 18:51:31 +03:00
Anton Popov
9916e35b3f
Merge pull request #41701 from CurtizJ/fix-monotonic-order-by
Fix `ORDER BY` monotonic functions
2022-09-30 17:32:37 +02:00
Nikolay Degterinsky
4423f624ef
Merge pull request #41755 from evillique/set-query-params-formatting
Fix SET query parameters formatting
2022-09-30 17:14:01 +02:00
Nikolay Degterinsky
09489412f2
Merge pull request #41862 from evillique/fix-union
Add default UNION/EXCEPT/INTERSECT to the echo query text
2022-09-30 17:06:44 +02:00
Alexey Milovidov
a92e24fdc1
Update criteo.md 2022-09-30 17:37:51 +03:00
JackyWoo
40f439bde3 add executable privilege 2022-09-30 22:34:06 +08:00
Mikhail f. Shiryaev
45cde6545d
Add a warning message to release.py script, require release type 2022-09-30 16:22:25 +02:00
Suzy Wang
29c8023b7f Enable lib base64 for powerpc platform 2022-09-30 07:04:47 -07:00
alesapin
2f177ff942 Turn off one test 2022-09-30 14:56:41 +02:00
alesapin
a84f90e0e5 Merge branch 'master' into enable_more_s3_tests 2022-09-30 14:53:21 +02:00
Robert Schulze
5273280ba4
Fix build 2022-09-30 12:36:22 +00:00
kssenii
fb3bcd2fe9 Fix use_environment_credentials 2022-09-30 12:25:39 +02:00
flynn
7109aff2f0 fix style 2022-09-30 18:04:51 +08:00
flynn
1f51a86285 add test 2022-09-30 18:04:51 +08:00
flynn
d666951cb1 optimize insertFrom of ColumnAggregateFunction to share Aggregate State in some cases 2022-09-30 18:04:51 +08:00
Alexander Tokmakov
fb5de73bad
Merge pull request #41943 from ClickHouse/fix_tests_with_tsan
Temporarily disable ThreadFuzzer with TSan
2022-09-30 12:58:55 +03:00
Vladimir C
895afdec45
Merge pull request #40893 from ClickHouse/vdimir/track-tmp-disk 2022-09-30 11:27:24 +02:00
Robert Schulze
4ac308a7a6
Update submodule + fix compile error 2022-09-30 09:23:41 +00:00
Robert Schulze
bf39c3580a
Add empty commit to re-trigger tests (failed due to CI issues)
I would have normally merged master HEAD but the branch is already at
the tip of the HEAD.
2022-09-30 08:00:53 +00:00
Roman Vasin
f716fc2fe5 Put list of functions in correct order in docs; Use new formatting in exception messages. 2022-09-30 07:54:35 +00:00
JackyWoo
46945862ad fix tests 2022-09-30 15:10:19 +08:00
Dalitso Banda
b7d65f7a2d
Update criteo.md
The new spec states that MergeTree does not take any parameters. Updating the doc to reflect this.
2022-09-29 20:17:42 -07:00
robot-clickhouse
42760b577a Update version_date.tsv and changelogs after v22.9.3.18-stable 2022-09-29 23:35:12 +00:00
Alexey Milovidov
c0da08ed2e
Merge branch 'master' into sudo 2022-09-30 02:33:45 +03:00
robot-clickhouse
83029fabf6 Update version_date.tsv and changelogs after v22.3.13.80-lts 2022-09-29 23:20:11 +00:00
Nikolay Degterinsky
9f5276f839
Merge branch 'master' into fix-union 2022-09-29 23:16:22 +02:00
Nikolay Degterinsky
3de6d76356
Merge branch 'master' into set-query-params-formatting 2022-09-29 23:15:03 +02:00
BoloniniD
55c79230b3 Merge branch 'master' of github.com:ClickHouse/ClickHouse into BLAKE3 2022-09-29 23:53:25 +03:00
Robert Schulze
f38d71aac9
Fix includes 2022-09-29 20:34:21 +00:00
Robert Schulze
dbe7142813
Fix non-deterministic test result 2022-09-29 19:31:25 +00:00
Robert Schulze
32f0aa75e6
Bump to LLVM 14 2022-09-29 19:16:11 +00:00
Nikolai Kochetov
8f9e6dd03a Earlier throw exception in PullingAsyncPipelineExecutor. 2022-09-29 18:07:43 +00:00
Alexander Tokmakov
105b210126
Merge pull request #41932 from ClickHouse/replicated-database-fix-2
Move all queries for MV creation to the end of queue during recovering
2022-09-29 21:05:47 +03:00
Alexander Tokmakov
ec2bd5701a
Merge branch 'master' into replicated-database-fix-2 2022-09-29 21:04:21 +03:00
Robert Schulze
5dcdf60f68
Merge pull request #41762 from ClickHouse/bump-llvm-to-13
Bump LLVM from 12 to 13
2022-09-29 19:37:46 +02:00
Roman Vasin
45414b251d Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-583 2022-09-29 17:02:49 +00:00
Alexander Tokmakov
bd305960e7
Merge pull request #41898 from ClickHouse/fix-tests-sync-replica
Another sync replicas in test_recovery_replica
2022-09-29 19:36:20 +03:00
Maksim Kita
f5a8acaa4a
Merge pull request #41870 from jiebinn/compare_with_empty_string
FunctionsComparison: optimize the string_vector_constant when empty string constant
2022-09-29 19:30:02 +03:00
alesapin
bbd717d08e Enable some disabled S3 tests 2022-09-29 18:22:01 +02:00
Alexander Tokmakov
8741785a72 temporarily disable ThreadFuzzer with tsan 2022-09-29 18:08:35 +02:00
Roman Vasin
c6fda60f32 Cleanup code 2022-09-29 15:45:49 +00:00
Roman Vasin
02e08fa301 Use another approach for timeSlot() 2022-09-29 15:44:56 +00:00
alesapin
0097f15ee7
Merge pull request #41832 from ClickHouse/make_copy_instead_of_hardlink
Use copy for some operations instead of hardlinks
2022-09-29 17:12:08 +02:00