Alexey Milovidov
|
8a67713e63
|
Fix error
|
2024-07-20 01:09:45 +02:00 |
|
Alexey Milovidov
|
9b3f525dfb
|
Merge branch 'master' into fix-bad-tests-01338_long_select_and_alter-alesapin
|
2024-07-19 22:24:07 +02:00 |
|
Alexey Milovidov
|
c948103dee
|
Better tests
|
2024-07-19 22:23:50 +02:00 |
|
Alexander Tokmakov
|
8250ba76c0
|
Merge pull request #66724 from ClickHouse/tavplubix-patch-10
Update 02125_many_mutations.sh
|
2024-07-19 17:15:02 +00:00 |
|
Max K.
|
6200cf364c
|
Merge pull request #66744 from ClickHouse/ci_build_include_fix
CI: Next fix for builds in CI workflow
|
2024-07-19 17:08:53 +00:00 |
|
Nikita Fomichev
|
3d00badef7
|
Merge pull request #66520 from ClickHouse/fix-tests-oom
Stateless tests: improvements related to OOM of test runs
|
2024-07-19 14:36:08 +00:00 |
|
Sema Checherinda
|
df7a36ee25
|
Merge pull request #66642 from ClickHouse/chesema-adjust-test-tags
rearrange heavy tests 03008_deduplication
|
2024-07-19 14:25:01 +00:00 |
|
Nikolai Kochetov
|
52b03eb776
|
Merge pull request #66654 from ClickHouse/fix-is-null-constant-folding-old-analyzer
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer
|
2024-07-19 11:35:02 +00:00 |
|
Sema Checherinda
|
74033e6fbc
|
fix var names
|
2024-07-19 13:14:19 +02:00 |
|
Nikolai Kochetov
|
5a26e60672
|
Merge pull request #66655 from ClickHouse/fix-in-scalar-first-arg
Allow scalar subquery in the first argument of IN with new analyzer.
|
2024-07-19 10:55:07 +00:00 |
|
Max K
|
983d2b474b
|
CI: Next fix for builds in CI workflow
|
2024-07-19 12:44:31 +02:00 |
|
Kruglov Pavel
|
0d00e84c5c
|
Merge pull request #66659 from ClickHouse/Avogar-patch-6
Fix possible PARAMETER_OUT_OF_BOUND error during reading variant subcolumn
|
2024-07-19 10:32:45 +00:00 |
|
Max K.
|
a07707c56e
|
Merge pull request #66651 from ClickHouse/ci_remove_lambdas_from_oss
CI: Remove aws lambda packages from oss
|
2024-07-19 10:10:26 +00:00 |
|
Max K
|
b2adabd59e
|
fix pylint
|
2024-07-19 10:55:37 +02:00 |
|
Alexey Milovidov
|
b1b5123a6a
|
Merge pull request #66630 from ClickHouse/remove-system-functions-is-deterministic
Remove `is_deterministic` from system.functions
|
2024-07-19 01:52:45 +00:00 |
|
Alexey Milovidov
|
5e88411c7f
|
Merge pull request #66641 from amosbird/named-tuple-null
Avoid generating named tuple for special keywords (null, true, false)
|
2024-07-19 01:52:10 +00:00 |
|
Alexey Milovidov
|
78dbbc3049
|
Merge pull request #66707 from Algunenano/fix_vertical_merge
Fix rare case of stuck merge after drop column
|
2024-07-19 01:49:11 +00:00 |
|
Alexey Milovidov
|
c4c8e999c2
|
Merge pull request #66722 from ClickHouse/chesema-fix-isUniqTypes
fixing assert `isUniqTypes`
|
2024-07-19 01:48:00 +00:00 |
|
Alexey Milovidov
|
f19de4effd
|
Fix bad tests long_select_and_alter, CC @alesapin
|
2024-07-19 03:38:05 +02:00 |
|
Max K
|
09141163b4
|
remove lambda unit tests
|
2024-07-18 23:45:52 +02:00 |
|
Max K.
|
2e1f00dd97
|
Merge pull request #66726 from ClickHouse/ci_mergeable_check_fixes
CI: Fix issue with a skipped Build report
|
2024-07-18 20:37:35 +00:00 |
|
Han Fei
|
05569aad4b
|
Merge pull request #66658 from hanfei1991/hanfei/debug-split-block
add log for splitBlockIntoParts
|
2024-07-18 20:18:05 +00:00 |
|
Nikita Fomichev
|
7c1ed1b445
|
Stateless tests: check parallelization
|
2024-07-18 21:50:21 +02:00 |
|
Nikita Fomichev
|
466c9f55c1
|
Stateless tests: fix test 01053_ssd_dictionary.sh
|
2024-07-18 21:50:21 +02:00 |
|
Nikita Fomichev
|
bd10951db8
|
Stateless tests: tune MAX_RUN_TIME
|
2024-07-18 21:50:21 +02:00 |
|
Nikita Fomichev
|
17fc423062
|
Stateless tests: add no-parallel tag to high-load tests
|
2024-07-18 21:50:15 +02:00 |
|
Nikita Fomichev
|
626e1f70cb
|
Stateful tests: decrease tests timeout
|
2024-07-18 21:49:47 +02:00 |
|
Max K
|
465e4ad73f
|
CI: Remove aws lambda packages from oss
|
2024-07-18 20:58:43 +02:00 |
|
Max K.
|
10fb524e73
|
Merge pull request #66533 from ClickHouse/ci_report_job_start_and_finish_to_db
CI: Report job start and finish to CI DB
|
2024-07-18 18:20:47 +00:00 |
|
Max K
|
4249d869a9
|
fix tests
|
2024-07-18 19:48:13 +02:00 |
|
Sema Checherinda
|
a7220ffff4
|
fix test name
|
2024-07-18 19:35:47 +02:00 |
|
Sema Checherinda
|
f50538c596
|
add 03008_deduplication_rundom_setttings.sh
|
2024-07-18 19:31:49 +02:00 |
|
Max K
|
9eba5975d8
|
CI: Fix issue with a skipped Build report
|
2024-07-18 19:08:46 +02:00 |
|
Alexander Tokmakov
|
36275fdacc
|
Update 02125_many_mutations_2.sh
|
2024-07-18 17:45:52 +02:00 |
|
Alexander Tokmakov
|
f71e91b19f
|
Update 02125_many_mutations.reference
|
2024-07-18 17:42:25 +02:00 |
|
Alexander Tokmakov
|
81fb9b18f6
|
Update 02125_many_mutations.sh
|
2024-07-18 17:41:36 +02:00 |
|
Sema Checherinda
|
423fa9ca26
|
Merge branch 'master' into chesema-adjust-test-tags
|
2024-07-18 17:37:11 +02:00 |
|
vdimir
|
07900b6e11
|
Merge pull request #66595 from MikhailBurdukov/verify_primary_key_dictionary
Add option for validating the Primary key type in Dictionaries.
|
2024-07-18 15:11:23 +00:00 |
|
Sema Checherinda
|
e128d88ff1
|
fix CollectionOfDerivedItems::append to appendIfUniq
|
2024-07-18 16:42:47 +02:00 |
|
Han Fei
|
4859a74469
|
Merge branch 'master' into hanfei/debug-split-block
|
2024-07-18 16:04:13 +02:00 |
|
Han Fei
|
bf99d2bbe3
|
Merge pull request #66706 from hanfei1991/hanfei/fix-tidy
fix clang tidy
|
2024-07-18 13:39:35 +00:00 |
|
Sema Checherinda
|
617840c727
|
add test
|
2024-07-18 15:24:45 +02:00 |
|
János Benjamin Antal
|
9597516425
|
Merge pull request #66599 from ClickHouse/fix-named-collection-remove
Fix dropping named collection in local storage
|
2024-07-18 12:04:55 +00:00 |
|
Nikita Mikhaylov
|
a56e08ef8a
|
Merge pull request #61109 from ClickHouse/signal_handlers_in_client
Add signal handlers in client and local
|
2024-07-18 11:54:59 +00:00 |
|
Raúl Marín
|
5c1db5fc66
|
Fix column injection in merges after drop column
|
2024-07-18 13:30:22 +02:00 |
|
Han Fei
|
e3be4a95bd
|
fix clang tidy
|
2024-07-18 13:29:02 +02:00 |
|
Nikolai Kochetov
|
f16a05cf2d
|
Fix a test.
|
2024-07-18 10:51:53 +00:00 |
|
Yarik Briukhovetskyi
|
fba71903e5
|
Merge pull request #66103 from yariks5s/group_array_intersect_merge_fix
Fix for `groupArrayIntersect`
|
2024-07-18 10:36:22 +00:00 |
|
avogar
|
bd29313a15
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into Avogar-patch-6
|
2024-07-18 10:32:02 +00:00 |
|
Antonio Andelic
|
233fce695b
|
Merge pull request #66644 from k-morozov/fix-data-race-client-s3
Fix data race in S3::ClientCache
|
2024-07-18 10:28:41 +00:00 |
|