Commit Graph

138013 Commits

Author SHA1 Message Date
Alexey Milovidov
ccd34a269b
Merge pull request #61523 from ClickHouse/fix-infinite-loop-hop
Fix infinite loop in function `hop`
2024-03-21 21:10:02 +03:00
Alexey Milovidov
9586595849 Fix clang-tidy 2024-03-21 19:09:40 +01:00
Alexey Milovidov
e3c6e62dbb Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-crash-in-window-view 2024-03-21 19:08:29 +01:00
Dmitry Novik
b275e06aca Add test for 57820 #ci_set_analyzer 2024-03-21 19:02:46 +01:00
Kseniia Sumarokova
0c824dab17
Merge pull request #60585 from aalexfvk/traverse_shadow_remote_data_paths
Traverse shadow directory for system.remote_data_paths
2024-03-21 19:02:36 +01:00
Dmitry Novik
f8b28f6e67
Merge pull request #61718 from ClickHouse/analyzer-remove-unused-test
Analyzer: Clear list of broken integration tests
2024-03-21 18:51:47 +01:00
Dmitry Novik
110b08f666
Fixup #ci_set_analyzer 2024-03-21 18:38:57 +01:00
Alexey Milovidov
fd8fa63abc
Merge pull request #61075 from bigo-sg/opt_memcpy_small
Optimize ColumnString::replicate and prevent memcpySmallAllowReadWriteOverflow15Impl from being optimized to built-in memcpy
2024-03-21 19:59:35 +03:00
Alexey Milovidov
db469e3a45
Merge pull request #61676 from ClickHouse/fix-test-3
Inhibit randomization in some tests and exclude some long tests from debug runs
2024-03-21 19:54:52 +03:00
Alexey Milovidov
9afe096ff5
Merge pull request #61681 from ClickHouse/remove-diagnostics
Remove clickhouse-diagnostics from the package
2024-03-21 19:50:47 +03:00
Raúl Marín
bea810b33e
Merge pull request #61708 from Algunenano/smt_part_log
Disable some tests for SMT
2024-03-21 17:11:57 +01:00
Vitaly Baranov
1acc0ebe79
Merge pull request #61356 from vitlibar/fix-replace-dictionary
Fix CREATE OR REPLACE DICTIONARY
2024-03-21 16:45:06 +01:00
Vitaly Baranov
29a5241997 fix build 2024-03-21 16:33:43 +01:00
Dmitry Novik
37b34d6ed1 Analyzer: Clear list of broken integration tests 2024-03-21 16:28:45 +01:00
divanik
9dbe7beef8
Merge pull request #59390 from divanik/divanik/generate_series_function
Add step to the generating numbers table functions
2024-03-21 16:27:25 +01:00
Dmitry Novik
e4209218d4
Merge pull request #60497 from ClickHouse/analyzer-distr-json
Analyzer: Support different ObjectJSON on shards
2024-03-21 16:25:30 +01:00
Alexey Milovidov
43b50c0df1
Merge pull request #61694 from evillique/fix-msan-issue-2
Fix use-of-uninitialized-value in parseDateTimeBestEffort
2024-03-21 18:16:11 +03:00
Alexey Milovidov
14f45bfa74
Merge pull request #61679 from evillique/fix-msan-issue
Fix use-of-uninitialized-value in HedgedConnections
2024-03-21 18:09:40 +03:00
Dmitry Novik
7c173e4dbc Analyzer: fix group_by_use_nulls #ci_set_analyzer 2024-03-21 16:03:50 +01:00
Alexander Tokmakov
0e4d5faa88
Merge pull request #61555 from ClickHouse/fix_read_rows_count
Fix read_rows count with external group by
2024-03-21 15:33:01 +01:00
Alexander Tokmakov
9a389d75b0
Merge pull request #61110 from ClickHouse/tavplubix-patch-10
Update 02962_system_sync_replica_lightweight_from_modifier.sh
2024-03-21 15:32:18 +01:00
Alexander Tokmakov
2be2ca4605
Merge pull request #61105 from ClickHouse/fix_rdb_active
Fix removing is_active node after re-creation
2024-03-21 15:29:59 +01:00
Mikhail f. Shiryaev
f6a8aef6c1
Merge pull request #61710 from ClickHouse/style-work-with-submodules
Avoid `IsADirectoryError: Is a directory contrib/azure`
2024-03-21 15:25:27 +01:00
Shuai li
48cb228c9a
Fix addDays cause an error when used datetime64 (#61561)
* Fix addDays cause an error when used datetime64

* add exception describe

* Update tests/queries/0_stateless/03013_addDays_with_timezone.sql

* remove file be executable

* fix timezone

* fix ci

---------

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-03-21 14:47:29 +01:00
János Benjamin Antal
1944162088
Merge pull request #61479 from wudanzy/61220_fix_read_system_parts
Fix bug when reading system.parts using UUID (issue 61220).
2024-03-21 14:43:29 +01:00
Antonio Andelic
e91aa1c851
Merge pull request #61657 from ClickHouse/data-race-keeper-snapshot
Keeper: fix data race during snapshot destructor call
2024-03-21 14:36:28 +01:00
Mikhail f. Shiryaev
15a61a998a
Fix logic for run_cpp_check, it had a bug 2024-03-21 14:34:31 +01:00
Kruglov Pavel
f941f52a7f
Merge pull request #60846 from bigo-sg/opt_insertmanyfrom
Column insertManyFrom Specializations
2024-03-21 14:29:23 +01:00
Nikolai Kochetov
e828acd0e5 Review fixes. 2024-03-21 13:17:15 +00:00
Kruglov Pavel
b8b977e99f
Merge pull request #61532 from Avogar/split-rest-00159
Improve tests 00159_parallel_formatting_* to to avoid timeouts
2024-03-21 14:17:04 +01:00
Mikhail f. Shiryaev
77e947c44f
Avoid IsADirectoryError: Is a directory contrib/azure 2024-03-21 14:09:01 +01:00
Antonio Andelic
638754f988 Fix signal handler for sanitizer signals 2024-03-21 13:34:32 +01:00
Raúl Marín
7708e0e093 Disable some tests for SMT 2024-03-21 13:12:59 +01:00
kssenii
cb71537c62 Ping CI 2024-03-21 13:11:56 +01:00
Raúl Marín
4700222a0d Fuzzer: Try a different way to wait for the server 2024-03-21 12:40:07 +01:00
Oxide Computer Company
f64001ebfa contrib/curl: Add illumos support 2024-03-21 11:37:26 +00:00
Sergei Trifonov
816a6b81c4
Merge pull request #61545 from wiledusc/fix-typo-legacy-max-level
Fix typo in variable name use_leagcy_max_level
2024-03-21 12:31:00 +01:00
divanik
cc7a4182e3 Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/generate_series_function 2024-03-21 11:27:48 +00:00
Antonio Andelic
c4856e326b
Merge pull request #60225 from azat/dist/parallel-flush
Parallel flush of pending INSERT blocks of Distributed engine
2024-03-21 12:25:59 +01:00
Dmitry Novik
6a28e7ec9c
Fix #ci_set_analyzer 2024-03-21 12:24:59 +01:00
Oxide Computer Company
7abdc66e0d contrib/c-ares: add illumos as a platform 2024-03-21 11:20:16 +00:00
Oxide Computer Company
6e260d9419 poco foundation: add illumos support 2024-03-21 11:15:43 +00:00
serxa
c31b958f88 Merge branch 'master' into async-loader-waiters-limit 2024-03-21 10:58:22 +00:00
Nikolay Degterinsky
f162ea8341 Fix use-of-uninitialized-value in parseDateTimeBestEffort 2024-03-21 09:51:10 +00:00
Maksim Kita
a5d286dc27 Fixed tests 2024-03-21 12:42:24 +03:00
Maksim Kita
d8a31160b4 Fixed tests 2024-03-21 12:41:45 +03:00
Maksim Kita
2186552288 Updated SettingsChangesHistory 2024-03-21 12:41:45 +03:00
Maksim Kita
4dc985aa2f Fixed style check 2024-03-21 12:41:15 +03:00
Maksim Kita
b8c53d7cf3 Fixed tests 2024-03-21 12:41:15 +03:00
Maksim Kita
a1435fc915 Fixed tests 2024-03-21 12:41:15 +03:00