Commit Graph

114039 Commits

Author SHA1 Message Date
Alexey Milovidov
815767a064
Merge branch 'master' into vdimir/mutliple_storage_join 2023-04-26 13:44:22 +03:00
Alexey Milovidov
2a42bcd4ae
Merge pull request #49120 from CurtizJ/add-field-async-insert-log
Add field with number of rows to `system.asynchronous_insert_log`
2023-04-26 13:43:09 +03:00
Alexey Milovidov
cf097a9c0b
Merge pull request #49125 from azat/build/iceberg-avro
Fix building iceberg without avro
2023-04-26 13:41:50 +03:00
Alexey Milovidov
5a1646839f
Merge pull request #49131 from Hooollin/hollin/fix-typo
Add slash for close tag of user_defined_zookeeper_path
2023-04-26 13:41:19 +03:00
Alexey Milovidov
6d120482af
Merge pull request #49159 from ClickHouse/changelog-23.4
Add changelog for 23.4
2023-04-26 13:30:31 +03:00
Alexey Milovidov
10eb620a86
Merge pull request #49145 from ClickHouse/try_to_fix_msan_build
Try to fix `relocation R_X86_64_32S out of range` with pie
2023-04-26 13:27:41 +03:00
Mikhail f. Shiryaev
464a3961d7
Merge pull request #49151 from ClickHouse/improve-test-reports
Improve test reports
2023-04-26 12:19:50 +02:00
凌涛
935656c23a add docs for create bmEstimate functions 2023-04-26 17:55:40 +08:00
凌涛
58de2dae26 add docs for create bmEstimate functions 2023-04-26 17:51:39 +08:00
Salvatore Mesoraca
ba42bc28c9
Restart CI 2023-04-26 10:46:35 +02:00
Salvatore Mesoraca
70a8d7ef08
Prevent types too large for UInt64 from being used 2023-04-26 10:46:35 +02:00
Salvatore Mesoraca
e2d4e08c3b
Fix more issues with Decimals
These issues were already present in the original code
2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
5bbe0d472e
Rename variables with misleading names 2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
f86d1ece20
Add a test for another bug fixed in this PR 2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
047e611a4a
Fix output ordering in test 2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
5f589e20a3
Add missing check for argument type 2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
d65f98ea25
Fix warning 2023-04-26 10:46:34 +02:00
Salvatore Mesoraca
dbd9aec42c
Restart CI 2023-04-26 10:46:33 +02:00
Salvatore Mesoraca
284070d419
Add new test about mixing decimals and ints
This test is broken with the old code
2023-04-26 10:46:33 +02:00
Salvatore Mesoraca
0b52166deb
Add new regression tests 2023-04-26 10:46:33 +02:00
Salvatore Mesoraca
9ef9ec4aca
Rename tests 2023-04-26 10:46:33 +02:00
Salvatore Mesoraca
0df0438f4b
Re-add specializations to improve performance 2023-04-26 10:46:33 +02:00
Salvatore Mesoraca
8e8bafe9bb
Fix old test
the test expected caseWithExpression to return NULL every time
there was a NULL as an argument, regardless of the other arguments'
values.

The original intent of this test is not clear to me.
2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
692229d653
Fix test 2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
8c353bc505
Improve performance 2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
3ea99d7546
tests: add new tests for transform and case 2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
7d384b30dd
tests: fix incorrect tests
Some tests were checking for some undocumented and counter-intuitive
behaviour in function trasform.
The new function doesn't behave in that way and those tests fail.
2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
4904eaf14e
Functions: allow caseWithExpression to correctly deal with NULLs
Closes #7237
2023-04-26 10:46:32 +02:00
Salvatore Mesoraca
c9828e6fa3
Functions: allow transform to deal with NULLs and simplify the code
The function has been completely rewritten to be able to handle
parameters in a generic way an support NULLs.

This is Part of the fix for #7237
2023-04-26 10:46:25 +02:00
Robert Schulze
90f74ccb8d
Merge branch 'master' into hlee-s390x-part-hash 2023-04-26 10:33:01 +02:00
刘浩林
4eb83a9421 fix: add slash for close tag 2023-04-26 09:43:46 +08:00
robot-clickhouse-ci-1
826c820e33
Merge pull request #49164 from aramperes/patch-1
Fix an unclosed XML tag in documentation
2023-04-26 03:15:22 +02:00
Aram Peres
f65b526472
Fix an unclosed XML tag in documentation 2023-04-25 20:48:46 -04:00
Mikhail f. Shiryaev
9a7f09bae4
Avoid splitting check_name into subdirectories 2023-04-26 01:11:05 +02:00
Mikhail f. Shiryaev
a6664e6b08
Add typing, capitalize only the first letter w/o lowering the rest 2023-04-26 00:55:05 +02:00
alesapin
e5f71c3b74 Fix zero copy not atomic 2023-04-26 00:25:04 +02:00
Nikita Taranov
7df7dde60d
Align connect timeout with aws sdk default 2023-04-26 00:13:39 +02:00
Igor Nikonov
b3009fa747 Fix flaky test 2023-04-25 22:12:47 +00:00
Kseniia Sumarokova
6396e2e5b1
Merge pull request #49100 from kssenii/fix-postgres-setting
Fix postgres database setting
2023-04-25 23:56:16 +02:00
Kseniia Sumarokova
b92234ed90
Merge branch 'master' into fix-postgres-setting 2023-04-25 23:55:13 +02:00
Igor Nikonov
928eb7433f Merge remote-tracking branch 'origin/master' into parallelize-output-setting 2023-04-25 21:52:15 +00:00
Igor Nikonov
61236ce911
Merge branch 'master' into fix-jit-aggregation 2023-04-25 23:50:52 +02:00
Alexey Milovidov
9b0e4835cd Add changelog for 23.4 2023-04-25 22:57:34 +02:00
jinjunzh
d4727288f8 fix style issue 2023-04-25 15:24:04 -04:00
Mikhail f. Shiryaev
80c1a4ed88
Merge pull request #49152 from ClickHouse/workflow-jobs-logs
Add a note regarding private/public repo to logs
2023-04-25 20:57:49 +02:00
jinjunzh
260eb5450b Upgrade IAA-Deflate codec library:qpl from v1.0.0 to v1.1.0 2023-04-25 14:52:28 -04:00
Alexander Tokmakov
d969de2d57 another fix 2023-04-25 20:21:57 +02:00
Robert Schulze
b3f5fe7d85
Merge pull request #49138 from ClickHouse/rs/docs-processor-profile-logs
Docs: Make caption of processors_profile_log page consistent with other pages
2023-04-25 19:36:46 +02:00
Mikhail f. Shiryaev
ed8ca018bd
Add a note regarding private/public repo to logs 2023-04-25 19:11:20 +02:00
Sergei Trifonov
c43a0f2ee1
Merge branch 'master' into remove-upgradable-mutex 2023-04-25 19:10:19 +02:00