Commit Graph

114318 Commits

Author SHA1 Message Date
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
d151e03b04
Merge branch 'master' into rs/show-indexes 2023-04-26 13:55:35 +03:00
Alexey Milovidov
88ce78a7be
Merge branch 'master' into cgroup_v2 2023-04-26 13:55:12 +03: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
Nikolai Kochetov
c0e680bac7
Merge branch 'master' into safer-cut-and-concat 2023-04-26 12:49:14 +02: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
Nikolai Kochetov
51bcb3bc97
Merge branch 'master' into remove-upgradable-mutex 2023-04-26 12:48:05 +02:00
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
4dceee0dc3
Merge branch 'master' into rs/qc-totals-extremes2 2023-04-26 13:40:12 +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
Robert Schulze
c58e0e347c
Various cleanups 2023-04-26 09:46:35 +00: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