alesapin
|
6eec3c2c99
|
Merge pull request #66776 from ClickHouse/disable_harmful_setting_from_randomizaiton
Turn off randomization of harmful setting
|
2024-07-20 09:43:47 +00:00 |
|
Nikita Fomichev
|
b09d6a7e33
|
Merge pull request #66787 from ClickHouse/evenly-split-tests
Stateless tests: split parallel tests more evenly
|
2024-07-20 08:14:30 +00:00 |
|
Alexey Milovidov
|
b57f5043e2
|
Merge pull request #66626 from bigo-sg/tuple_insert_bug
`column_length` is not updated in `ColumnTuple::insertManyFrom`
|
2024-07-20 00:36:13 +00:00 |
|
Nikita Mikhaylov
|
abec27830b
|
Merge pull request #66792 from ClickHouse/rfraposa-patch-2
Fix sort order of the azureBlobStorageCluster table function
|
2024-07-19 23:45:51 +00:00 |
|
Alexey Milovidov
|
ed6a1b112e
|
Merge pull request #66633 from ClickHouse/fix-bad-log-message
Fix bad log message
|
2024-07-19 23:18:42 +00:00 |
|
Alexey Milovidov
|
d61dd473c6
|
Merge pull request #66731 from ClickHouse/remove-bad-test
Remove bad test `host_resolver_fail_count`
|
2024-07-19 23:17:53 +00:00 |
|
Sema Checherinda
|
52c69c8c22
|
Merge pull request #66730 from ClickHouse/chesema-fix-test-02789
relax condition in test, remove unused counters
|
2024-07-19 22:49:58 +00:00 |
|
Rich Raposa
|
42ba3229b5
|
Update azureBlobStorageCluster.md
This has been driving me crazy for a while 😄 The table functions are listed alphabetically except for this one - so it's a trivial fix.
|
2024-07-19 16:33:15 -06:00 |
|
Alexey Milovidov
|
54b1bcf019
|
Merge pull request #66771 from Algunenano/async_flaky
Fix flakiness of async insert tests due to adaptive timeout
|
2024-07-19 22:26:42 +00:00 |
|
Han Fei
|
29f1120f05
|
Merge pull request #56626 from hanfei1991/hanfei/keeperrocks
support RocksDB as alternative keeper storage
|
2024-07-19 21:56:02 +00:00 |
|
Alexey Milovidov
|
d724cae758
|
Merge pull request #66653 from ClickHouse/increase_backoff_a_little
Increase backoff a little for inserts
|
2024-07-19 21:53:45 +00:00 |
|
Han Fei
|
eb42a7f6da
|
Merge pull request #66637 from cangyin/negative-sign-in-prewhere-optimization
Negative sign in prewhere optimization
|
2024-07-19 20:55:41 +00:00 |
|
Alexey Milovidov
|
dcefa3c825
|
Merge pull request #66778 from Algunenano/replace_with_default_doc
Fix docs for default value on from_env
|
2024-07-19 20:38:54 +00:00 |
|
Alexey Milovidov
|
9056cd79a7
|
Merge pull request #66736 from ClickHouse/fix-03036_join_filter_push_down_equivalent_sets
Fix bad test `03036_join_filter_push_down_equivalent_sets`
|
2024-07-19 20:25:29 +00:00 |
|
Alexey Milovidov
|
160149c1eb
|
Merge pull request #66743 from ClickHouse/vdimir/issue-65989
Add test test_storage_mysql/test.py::test_joins
|
2024-07-19 20:18:46 +00:00 |
|
Alexey Milovidov
|
83bd9c08db
|
Merge pull request #66733 from kashwy/openssl-dynamic-build-ppc64le
Fix openssl dynamic build for ppc64le
|
2024-07-19 20:18:00 +00:00 |
|
Nikita Fomichev
|
14a0c7e300
|
Stateless tests: fix stylecheck
|
2024-07-19 21:13:51 +02:00 |
|
Nikita Fomichev
|
7fd779cc6f
|
Stateless tests: split parallel tests more evenly
|
2024-07-19 20:48:19 +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 |
|
Raúl Marín
|
6aa754decf
|
Fix docs for default value on from_env
|
2024-07-19 17:38:04 +02:00 |
|
Alexander Sapin
|
7d379388d2
|
Turn off randomization of harmful setting
|
2024-07-19 17:12:34 +02:00 |
|
Han Fei
|
fc0832d5d3
|
Merge branch 'master' into negative-sign-in-prewhere-optimization
|
2024-07-19 14:51:10 +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 |
|
Raúl Marín
|
e91c4b2e05
|
Fix flakiness of async insert tests due to adaptative timeout
|
2024-07-19 16:13:36 +02:00 |
|
Sema Checherinda
|
4075629f18
|
Merge branch 'master' into chesema-fix-test-02789
|
2024-07-19 15:06:37 +02:00 |
|
lgbo-ustc
|
9164c98936
|
add test and merge #66623
|
2024-07-19 20:25:36 +08:00 |
|
lgbo-ustc
|
09cf5b1188
|
column_length is not updated in ColumnTuple::insertManyFrom
|
2024-07-19 20:25:36 +08: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 |
|
Han Fei
|
424b96011c
|
Merge branch 'master' into hanfei/keeperrocks
|
2024-07-19 11:25:01 +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 |
|
vdimir
|
5cca0f1ab7
|
Add test test_storage_mysql/test.py::test_joins, close #65989
|
2024-07-19 09:30:26 +00:00 |
|
Max K
|
b2adabd59e
|
fix pylint
|
2024-07-19 10:55:37 +02:00 |
|
Alexey Milovidov
|
3bf3dc5ce0
|
Merge branch 'fix-bad-log-message' of github.com:ClickHouse/ClickHouse into fix-bad-log-message
|
2024-07-19 04:04:22 +02:00 |
|
Alexey Milovidov
|
d6a885d794
|
Merge branch 'master' into fix-bad-log-message
|
2024-07-19 04:03:53 +02:00 |
|
Alexey Milovidov
|
f6380dac0c
|
Fix tidy.
|
2024-07-19 04:03:28 +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
|
b295185370
|
Fix bad test 03036_join_filter_push_down_equivalent_sets
|
2024-07-19 00:11:29 +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 |
|