Dan Roscigno
5836f2e66d
Update partition.md
...
closes
2023-04-26 07:12:23 -04:00
Alexander Tokmakov
6434fd8a47
fix prepared statement insert already exists ( #49154 )
2023-04-26 14:06:10 +03:00
Alexey Milovidov
0c3dfe9d86
Merge branch 'master' into iaadeflate_upgrade_qpl_v1.1.0
2023-04-26 13:57:16 +03:00
jinjunzh
4e02ef4650
revise several cosmetic issues
2023-04-26 11:23:07 -04:00
Alexey Milovidov
23132fbdbc
Merge branch 'master' into improve_cluster_table_funcion_skip_unavailable_shards
2023-04-26 13:54:39 +03:00
Alexey Milovidov
ea34df25f4
Merge branch 'master' into add_zookeeper_name
2023-04-26 13:53:57 +03:00
Nikolay Degterinsky
a8d124ac0f
Merge branch 'master' into add_default_password_type
2023-04-26 12:53:23 +02:00
Alexey Milovidov
038402c9d2
Merge branch 'master' into update-hdfs
2023-04-26 13:52:59 +03:00
Alexey Milovidov
c4ee7d1e4d
Merge branch 'master' into fix-jit-aggregation
2023-04-26 13:51:54 +03:00
Alexey Milovidov
c3ec6de0b2
Merge branch 'master' into parallelize-output-setting
2023-04-26 13:51:14 +03:00
Kseniia Sumarokova
b8f7abf507
Merge pull request #48768 from bigo-sg/improve_json_path
...
Improve jsonpath support in json functions
2023-04-26 12:50:54 +02:00
Alexey Milovidov
aae1d652fe
Not enable it by default as of today
2023-04-26 13:50:30 +03:00
Alexey Milovidov
e2bedf170b
Merge pull request #49107 from ClickHouse/Avogar-patch-2
...
Fix flaky integration test test_async_query_sending
2023-04-26 13:48:08 +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
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
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