Commit Graph

137366 Commits

Author SHA1 Message Date
Yatsishin Ilya
efa85d9cd2 Merge remote-tracking branch 'origin/master' into flaky-01603 2024-03-13 15:53:22 +00:00
Kseniia Sumarokova
bc9dd7bb0b
Merge branch 'master' into revive-cache-contention-fix 2024-03-13 16:52:00 +01:00
avogar
868d24415b Fix style 2024-03-13 15:48:29 +00:00
qaziqarta
a4a859ba31
Updated ru portion of previous commit 2024-03-13 21:37:50 +06:00
avogar
a366acf59c Don't use default cluster in test test_distibuted_settings 2024-03-13 15:36:53 +00:00
Sergei Trifonov
cb28c84a93
Fix forget_partition test (#61237) 2024-03-13 16:25:58 +01:00
qaziqarta
b8abd57b0f
Updated references to format settings in datetime.md
Updated references to date_time_input_format and date_time_output_format.
2024-03-13 21:18:05 +06:00
Robert Schulze
7a5ac383e5
Merge pull request #61308 from rschu1ze/docs-sleep
Docs: Follow up to #61258
2024-03-13 15:42:47 +01:00
Robert Schulze
d2a523579a
Merge pull request #61285 from peter279k/improve_null_usage
Improve related NULL functions usage
2024-03-13 15:32:58 +01:00
Yarik Briukhovetskyi
e07a778acd
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio 2024-03-13 15:09:52 +01:00
Kruglov Pavel
14402e450a
Merge pull request #61036 from HowePa/detect_stdout
Detect output format by file exctension in clickhouse-client(local)
2024-03-13 14:57:59 +01:00
Robert Schulze
6bbf9eb540
Fixup fixups 2024-03-13 13:57:55 +00:00
Robert Schulze
4f2be00352
Some fixups 2024-03-13 13:55:32 +00:00
kssenii
9bb71291d5 Fix unit test 2024-03-13 14:42:57 +01:00
Yatsishin Ilya
4be5d484c3 Merge remote-tracking branch 'origin/master' into flaky-01603 2024-03-13 13:35:44 +00:00
Ilya Yatsishin
7226b0f862
Merge pull request #61198 from nickitat/02887_mutations_subcolumns
Fix `02887_mutations_subcolumns` test flakiness
2024-03-13 17:34:54 +04:00
kssenii
fefee44540 Update settings changes history 2024-03-13 14:27:47 +01:00
Kseniia Sumarokova
893ea7e4fe
Merge pull request #60396 from ClickHouse/fix-usage-of-plain-metadata
Fix usage of plain metadata type with new disks configuration option
2024-03-13 14:18:36 +01:00
Sema Checherinda
e6af636a54 fix data race in poco tcp server 2024-03-13 14:14:35 +01:00
Robert Schulze
f16259e54c
Merge pull request #61101 from ClickHouse/docs/add-substring-utf8
Document `substringUTF8` and `substringIndexUTF8`
2024-03-13 14:09:07 +01:00
Robert Schulze
d8c5008280
Follow up to #61258 2024-03-13 13:07:14 +00:00
Dmitry Novik
80723134d6 Fix fast test #ci_set_analyzer 2024-03-13 14:00:57 +01:00
János Benjamin Antal
cccf054420
Merge pull request #60881 from ClickHouse/add-docs-to-simplejson-and-sin
Add docs to simplejson and sin
2024-03-13 14:00:51 +01:00
Raúl Marín
cca96e05cf Bring clickhouse-test changes from private 2024-03-13 13:58:45 +01:00
János Benjamin Antal
681001418e
Merge pull request #61246 from ClickHouse/more-output-for-test-to-debug
Print more info in `02572_system_logs_materialized_views_ignore_errors` to debug
2024-03-13 13:58:41 +01:00
Nikolai Kochetov
e5e632ec33 Update analyzer_tech_debt.txt 2024-03-13 12:43:10 +00:00
Robert Schulze
1e536251a2
Update string-functions.md 2024-03-13 13:41:56 +01:00
Robert Schulze
6ca4fc26f4
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:39:14 +01:00
Robert Schulze
b4953f35b4
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:39:03 +01:00
Robert Schulze
4954bde599
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:38:35 +01:00
Dmitry Novik
ffdb84b8df Fix style 2024-03-13 13:38:23 +01:00
Nikolai Kochetov
4575786271 Fix 01952_optimize_distributed_group_by_sharding_key with analyzer. 2024-03-13 12:38:17 +00:00
Ilya Yatsishin
f4875d2467
Merge pull request #61256 from ClickHouse/Avogar-patch-3
Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow
2024-03-13 16:38:06 +04:00
Yarik Briukhovetskyi
24d6dcb96b
Merge pull request #61249 from mkmkme/mkmkme/fix-has-function
Fix `has()` function with `Nullable` column
2024-03-13 13:16:40 +01:00
Yarik Briukhovetskyi
9da0360728
Reload CI 2024-03-13 13:10:48 +01:00
Raúl Marín
799fcbf4c3
Merge pull request #61203 from Algunenano/groupArrayCrash
Fix multiple bugs in groupArraySorted
2024-03-13 13:08:30 +01:00
Dmitry Novik
1a47682c12 Analyzer: Fix virtual columns in StorageMerge #ci_set_analyzer 2024-03-13 13:08:12 +01:00
Raúl Marín
52f094299c
Merge pull request #61184 from Algunenano/test_san
Disable sanitizers with 02784_parallel_replicas_automatic_decision_join
2024-03-13 13:05:46 +01:00
Nikolai Kochetov
ef796c668d Fixing test_build_sets_from_multiple_threads/test.py::test_set 2024-03-13 12:03:37 +00:00
Yarik Briukhovetskyi
63f6f10fb1
Merge branch 'ClickHouse:master' into fix_fuzzer_max_streams_to_max_threads_ratio 2024-03-13 12:58:34 +01:00
kssenii
3931351ec4 Pass timeout through setting 2024-03-13 12:36:47 +01:00
Antonio Andelic
0f7041429f
Merge pull request #61233 from ClickHouse/fix-keeper-reconfig
Fix Keeper reconfig for standalone binary
2024-03-13 12:20:12 +01:00
peter279k
0353121dcc
Improve related NULL functions usage 2024-03-13 19:17:27 +08:00
Konstantin Bogdanov
a704ea510a
Fix test_placement_info (#61057)
* Fix test

* Fix last minute changes

* Automatic style fix

---------

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2024-03-13 12:03:42 +01:00
Yatsishin Ilya
c0bfafa203 fix tags 2024-03-13 10:48:02 +00:00
Nikita Mikhaylov
765873a371
Merge pull request #61263 from ClickHouse/modern-assert
Modern `chassert` which can accept comment as a second parameter
2024-03-13 11:41:45 +01:00
Dmitry Novik
2e49140de7 Small progress 2024-03-13 11:37:42 +01:00
Dmitry Novik
5ef241cc85 WIP on virtual columns in StorageMerge 2024-03-13 11:30:11 +01:00
Kseniia Sumarokova
992465f6ed
Merge pull request #61266 from ClickHouse/fix-disk-web-exists
Fix `01417_freeze_partition_verbose`
2024-03-13 10:44:20 +01:00
SmitaRKulkarni
474f369209
Merge pull request #61264 from ClickHouse/Update_curl_with_bugfixes
Update curl to curl with data race fix
2024-03-13 10:37:58 +01:00