p1rattttt
692d9238d5
Merge branch 'ClickHouse:master' into external_cross_join
2024-05-11 15:35:17 +03:00
Alexey Milovidov
eff0d7cb8b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-05-11 14:15:38 +02:00
Alexey Milovidov
c4bb09d559
Fix error
2024-05-11 14:15:28 +02:00
p1rattttt
85fb1f95d1
Merge branch 'ClickHouse:master' into external_cross_join
2024-05-11 13:54:38 +03:00
Mikhail f. Shiryaev
f9a7a50fcf
Merge pull request #63123 from ClickHouse/ci_separate_wf_file_for_mq
...
CI: try separate the workflows file for GitHub's Merge Queue
2024-05-11 10:46:06 +00:00
Maxim Alexeev
51818742cb
Deleted trash log
2024-05-11 13:41:07 +03:00
Mikhail f. Shiryaev
afe37d6095
Bring back hmarr/debug-action as agreed in slack
2024-05-11 12:22:41 +02:00
woodlzm
7d809cbe9b
Add integration test for checking new build_id column in trace_log plus the table renaming behavior upon binary changes.
2024-05-10 23:30:48 -07:00
woodlzm
77a8a0ce98
Add stateless test for build_id column addition in trace_log.
2024-05-10 23:29:07 -07:00
woodlzm
06f0780a3f
Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes.
2024-05-10 23:27:42 -07:00
taiyang-li
dd6774e9fe
fix bugs
2024-05-11 11:03:51 +08:00
taiyang-li
f9d43c9a61
fix bugs
2024-05-11 10:58:24 +08:00
Michael Kolupaev
82e6a36bd4
Merge pull request #61966 from ClickHouse/constlc
...
Fix crash when calling some functions on const low-cardinality columns
2024-05-11 01:27:47 +00:00
Michael Kolupaev
302e56d916
Merge pull request #62104 from ClickHouse/iff
...
Fix optimize_if_chain_to_multiif const NULL handling
2024-05-11 01:26:47 +00:00
Alexey Milovidov
17b815bcf9
Support for non-constant level in URLHash
2024-05-11 02:38:26 +02:00
Alexey Milovidov
7e0981e2ba
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-05-11 02:12:32 +02:00
Alexey Milovidov
81e03b8613
Fix error
2024-05-11 02:12:17 +02:00
Alexey Milovidov
095b8ca635
Merge pull request #63635 from mstetsyuk/fix-02362-part-log-merge-algorithm
...
Fix `02362_part_log_merge_algorithm` flaky test
2024-05-10 23:57:29 +00:00
Alexey Milovidov
8b0599b10e
Merge pull request #63634 from azat/tests/log_and_exception_messages_formatting
...
Fixes for 00002_log_and_exception_messages_formatting
2024-05-10 23:52:58 +00:00
Alexey Milovidov
925714d03d
Merge pull request #63639 from azat/tests/02362_part_log_merge_algorithm
...
Fix tests flakiness due to long SYSTEM FLUSH LOGS (explicitly specify old_parts_lifetime)
2024-05-10 23:51:17 +00:00
Alexey Milovidov
a1e6d1a6a9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-05-11 00:42:14 +02:00
Michael Kolupaev
0323e4e178
Add 02944_variant_as_common_type_analyzer that is just like 02944_variant_as_common_type, but with different expected output
2024-05-10 22:37:35 +00:00
Michael Kolupaev
02fa09dd4c
Preserve the non-analyzer behavior to fix a test
2024-05-10 22:37:35 +00:00
Michael Kolupaev
c1ea1726b4
Remove weird special case in if() return type inference, to match multiIf()
2024-05-10 22:37:35 +00:00
Michael Kolupaev
6d3d0cfbcc
Revert the type change
2024-05-10 22:04:09 +00:00
Michael Kolupaev
95bdd81d26
Fix crash when calling some functions on const low-cardinality columns
2024-05-10 22:04:09 +00:00
p1rattttt
ed43788062
Merge branch 'ClickHouse:master' into external_cross_join
2024-05-11 00:52:18 +03:00
Azat Khuzhin
83a62c1d7c
Adjust old_parts_lifetime in 02362_part_log_merge_algorithm as well
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 23:00:18 +02:00
Azat Khuzhin
b849890d45
Fix 02362_part_log_merge_algorithm flakiness
...
SYSTEM FLUSH LOGS can take awhile, which leads to that some parts may be
removed in case of old_parts_lifetime randomized to 10 [1]:
2024.05.10 21:17:49.920514 [ 14551 ] {c15b0b5e-a1d1-4c87-b983-61ab185d50c1} <Debug> executeQuery: (from [::1]:58902) (comment: 02362_part_log_merge_algorithm.sql) SYSTEM FLUSH LOGS; (stage: Complete)
2024.05.10 21:17:59.216021 [ 1416 ] {} <Trace> test_9436z6sd.data_horizontal (80dc2a4b-5a0c-4e10-9956-2b0cc1fa0b49): Found 1 old parts to remove. Parts: [all_1_1_0]
2024.05.10 21:17:59.216192 [ 1416 ] {} <Debug> test_9436z6sd.data_horizontal (80dc2a4b-5a0c-4e10-9956-2b0cc1fa0b49): Removing 1 parts from filesystem (serially): Parts: [all_1_1_0]
2024.05.10 21:17:59.217760 [ 1416 ] {} <Debug> test_9436z6sd.data_horizontal (80dc2a4b-5a0c-4e10-9956-2b0cc1fa0b49): Removing 1 parts from memory: Parts: [all_1_1_0]
2024.05.10 21:18:09.403934 [ 14551 ] {8e961419-d1d1-4c0b-b706-8a0b3cdbb1af} <Debug> executeQuery: (from [::1]:58902) (comment: 02362_part_log_merge_algorithm.sql) SELECT table, part_name, event_type, merge_algorithm FROM system.part_log WHERE event_date >= yesterday() AND database = currentDatabase() AND table = 'data_horizontal' ORDER BY event_time_microseconds; (stage: Complete)
[1]: https://s3.amazonaws.com/clickhouse-test-reports/63634/72f813a42067a94284bdac649751c52c056d53be/stateless_tests__debug__[1_5]/run.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 22:54:01 +02:00
kssenii
2b6dfffd59
Account failed files in s3queue_tracked_file_ttl_sec and s3queue_tracked_files_limit
2024-05-10 22:10:50 +02:00
Blargian
555e9ede91
Add anova documentation
2024-05-10 20:19:32 +02:00
Michael Stetsyuk
20363c6dcc
fix 02362_part_log_merge_algorithm flaky test
2024-05-10 19:10:24 +01:00
Azat Khuzhin
59adb61016
Bump yaml-cpp after PR merge
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:05:51 +02:00
Azat Khuzhin
a0843f754a
Bump yaml-cpp with proper keys merging PR
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:04:23 +02:00
Azat Khuzhin
65e66f9860
Apply black for test_config_yaml_merge_keys
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:04:23 +02:00
Azat Khuzhin
fa3e8b3b2c
Adjust the test_config_yaml_merge_keys expectations
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:04:23 +02:00
Eduard Karacharov
4770446dbe
test: yaml merge keys
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:04:23 +02:00
Azat Khuzhin
439229ef2b
Bump yaml-cpp for YAML Merge Key support
...
Refs: https://github.com/ClickHouse/yaml-cpp/pull/2
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:04:23 +02:00
Azat Khuzhin
72f813a420
Cleanup excludes for 00002_log_and_exception_messages_formatting
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:02:20 +02:00
Azat Khuzhin
ee76eede55
Add file path into "File must not be a directory" message
...
This is to fix 00002_log_and_exception_messages_formatting
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-10 20:02:01 +02:00
Raúl Marín
059f1abcf6
Merge pull request #63631 from ClickHouse/tylerhannan-patch-1
...
Update README.md
2024-05-10 16:07:35 +00:00
Tyler Hannan
4da5cfda6c
Update README.md
...
Removing Bangalore Meetup & Adding Boston Meetup
2024-05-10 17:49:38 +02:00
Alexander Gololobov
f89f8b7c2d
Merge pull request #63619 from yohannj/sumMapErrorMsg
...
harmonize sumMap error messages on ILLEGAL_TYPE_OF_ARGUMENT
2024-05-10 15:17:27 +00:00
Maxim Alexeev
a43faf7399
added check that tmp_data != nullptr
2024-05-10 16:19:53 +03:00
Kruglov Pavel
6247f6a2b0
Merge pull request #62423 from Avogar/better-exception-s3-globs-partitions
...
Fix exception message during writing to partitioned s3/hdfs/azure path with globs
2024-05-10 12:35:04 +00:00
Kruglov Pavel
a406871c80
Fix style
2024-05-10 14:28:55 +02:00
Kseniia Sumarokova
a76058aa20
Merge pull request #63397 from kirillgarbar/mysql
...
Allow to create MaterializedMySQL database without connection to MySQL
2024-05-10 12:08:59 +00:00
Sergei Trifonov
e8d43fa572
Merge pull request #63404 from ClickHouse/fix-oklch-for-firefox
...
Workaround for `oklch()` inside canvas bug for firefox
2024-05-10 12:05:35 +00:00
Yohann Jardin
d3ff638d4e
harmonize sumMap error messages on ILLEGAL_TYPE_OF_ARGUMENT
2024-05-10 13:04:16 +02:00
Raúl Marín
e5e55ff91c
Merge pull request #63596 from alexvanolst/fix-base58-links
...
Fix broken links in documentation to IETF Base58 draft
2024-05-10 10:47:12 +00:00