yariks5s
ad6dcfed81
init
2024-02-05 17:50:05 +00:00
Kseniia Sumarokova
e029021696
Merge pull request #59446 from ClickHouse/s3-queue-allow-to-add-start-point
...
Allow to define a starting point for s3queue ordered mode at creation
2024-02-01 16:46:24 +01:00
Raúl Marín
1438dc2f2d
Merge pull request #59461 from Algunenano/parallel_replicas_cte_fix
...
Fix problem detected by UBSAN
2024-02-01 16:00:33 +01:00
Nikolai Kochetov
7e77c52c75
Merge pull request #59375 from kitaisreal/poco-logger-small-refactoring
...
Poco Logger small refactoring
2024-02-01 14:52:00 +01:00
Mikhail f. Shiryaev
81fe2f330c
Merge pull request #59444 from azat/fix-stripped-stacktraces
...
Fix stacktraces for binaries without debug symbols
2024-02-01 13:38:09 +01:00
robot-ch-test-poll
97f715f8ee
Merge pull request #59459 from bobmoff/patch-1
...
Update configuration-files.md
2024-02-01 12:46:22 +01:00
robot-clickhouse
fe829cac48
Automatic style fix
2024-02-01 11:43:55 +00:00
kssenii
3a16427e00
Fix test
2024-02-01 12:35:01 +01:00
Raúl Marín
18386f7fb9
Merge remote-tracking branch 'blessed/master' into parallel_replicas_cte_fix
2024-02-01 12:04:46 +01:00
Raúl Marín
b93f003b3e
Merge pull request #58216 from bigo-sg/fix_quantiles_gk_state
...
Fix quantilesGK bug
2024-02-01 11:58:02 +01:00
Alexey Milovidov
d43d151406
Merge pull request #59447 from azat/safe-rust
...
Safer Rust (catch panic with catch_unwind())
2024-02-01 11:52:17 +01:00
Raúl Marín
a0222c0479
Fix problem detected by UBSAN
2024-02-01 11:46:59 +01:00
Maksim Kita
f62fdb86b8
Fixed tests
2024-02-01 12:51:50 +03:00
Maksim Kita
056108667f
Fixed tests
2024-02-01 12:51:50 +03:00
Maksim Kita
ecbea6f625
Updated implementation
2024-02-01 12:51:50 +03:00
Maksim Kita
88f1381739
Poco Logger small refactoring
2024-02-01 12:51:50 +03:00
Fille
25c87b7cb7
Update configuration-files.md
...
Fixed typo in XML example
2024-02-01 10:37:10 +01:00
Kseniia Sumarokova
b3418c506e
Update src/Storages/S3Queue/S3QueueSettings.h
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2024-02-01 10:28:33 +01:00
Azat Khuzhin
ea720e3171
Verify that stripped clickhouse shows symbol names
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-01 09:32:59 +01:00
Azat Khuzhin
8b26dd0b69
Fix stacktraces for binaries without debug symbols
...
During refactoring in #58610 it had been broken since itassumes that the
information about file is always available, otherwise it will not print
symbol name.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-01 09:32:59 +01:00
Julia Kartseva
bd5529dda1
Merge pull request #59453 from canhld94/fix_test
...
Fix 02720_row_policy_column_with_dots
2024-02-01 00:27:03 -08:00
Antonio Andelic
2a582f4b18
Merge pull request #59439 from ClickHouse/fix-digest-calculation
...
Fix digest calculation in Keeper
2024-02-01 09:25:30 +01:00
Dmitry Novik
5b630ed745
Merge pull request #59399 from azat/build/format-fwd-decl
...
Forward declaration for PeekableReadBuffer
2024-02-01 09:15:07 +01:00
Duc Canh Le
500e8e505d
better
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-02-01 08:03:19 +00:00
Duc Canh Le
009c0dc136
fix 02720_row_policy_column_with_dots
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-02-01 05:27:24 +00:00
Alexey Milovidov
0fca83f5f3
Merge pull request #59309 from aris-aiven/aris-fix-corrosion-cmake-osx
...
Update condition required to define Rust target toolchain in corrosion-cmake
2024-01-31 23:50:54 +01:00
robot-clickhouse
b49ae582ce
Merge pull request #59449 from seandhaynes/bench-docs
...
Update bench docs to reflect removal of -p (port) short option
2024-01-31 23:28:11 +01:00
Alexey Milovidov
8d2f3508f2
Merge pull request #58767 from gingerwizard/weather-data
...
weather data
2024-01-31 23:12:08 +01:00
Alexey Milovidov
5128023e8f
Merge pull request #59350 from AVMusorin/clickhouse-client-docs
...
docs: added hidden clickhouse-client shortkeys and aliases
2024-01-31 23:11:25 +01:00
Alexey Milovidov
31e99ee61f
Update clickhouse-benchmark.md
2024-02-01 01:01:59 +03:00
kssenii
f7a5f09a0f
Add one more test
2024-01-31 22:59:25 +01:00
Sean Haynes
ed3d5ce0a3
Update bench docs to reflect removal of -p (port) short option
2024-01-31 21:52:52 +00:00
Azat Khuzhin
65cfbaaa4b
Safer Rust (catch panic with catch_unwind())
...
Crossing boundaries of multiple languages is tricky, but we can do at
least something about this, in particular, use catch_unwind() [1] to
catch possible panic!()s.
[1]: https://doc.rust-lang.org/std/panic/fn.catch_unwind.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-31 22:31:18 +01:00
Ilya Yatsishin
6a80a20997
Merge pull request #59432 from vitlibar/fix-test-test_stop_other_host_during_backup
...
Fix test test_stop_other_host_during_backup
2024-02-01 00:57:21 +04:00
kssenii
361b2f107b
Allow to define a starting point for s3queue ordered mode
2024-01-31 21:28:18 +01:00
Alexey Milovidov
554bb5668e
Merge pull request #59384 from ClibMouse/update_curl_to_8.50
...
update curl submodule to be version 8.50 to address CVE-2023-46218 and CVE-2023-49219
2024-01-31 20:14:06 +01:00
Alexey Milovidov
f3b539dcf6
Merge pull request #59386 from ClibMouse/update_libxml2
...
Update libxml2 version to address some bogus security issues
2024-01-31 20:13:47 +01:00
Mikhail f. Shiryaev
c3fde1a7f6
Merge pull request #59440 from ClickHouse/run-check-status
...
Post a failure status if can not run the CI
2024-01-31 19:10:15 +01:00
Antonio Andelic
cd8e207531
Fix tag
2024-01-31 18:45:42 +01:00
Mikhail f. Shiryaev
0f931057e9
Post a failure status if can not run the CI
2024-01-31 17:59:13 +01:00
Kseniia Sumarokova
0d864ebfc0
Merge pull request #59433 from ClickHouse/kssenii-patch-8
...
Update run.sh
2024-01-31 17:57:19 +01:00
Antonio Andelic
08f91907dc
Fix digest calculation
2024-01-31 16:08:22 +00:00
Vitaly Baranov
a193e01c8f
Merge pull request #54737 from arenadata/ADQM-1150
...
Added maximum sequential login failures to the quota.
2024-01-31 16:06:17 +01:00
Mikhail f. Shiryaev
3cc43c4056
Merge pull request #59395 from ClickHouse/job-names
...
Job names
2024-01-31 15:13:44 +01:00
Raúl Marín
dad6ea0930
Merge pull request #59239 from Algunenano/parallel_replicas_cte
...
Disable parallel replicas JOIN with CTE (not analyzer)
2024-01-31 14:45:13 +01:00
Kruglov Pavel
4987708583
Merge pull request #59298 from Avogar/fix-getting-filename-from-read-buffers
...
Fix getting filename from read buffer wrappers
2024-01-31 14:34:07 +01:00
Mikhail f. Shiryaev
bfa722bf62
Use JobNames.STYLE_CHECK for consistency
2024-01-31 13:58:25 +01:00
Mikhail f. Shiryaev
7af7255b90
Use JobNames.DOCS_CHECK for consistency
2024-01-31 13:58:24 +01:00
Mikhail f. Shiryaev
3dae643f19
Consistent "Fast test" job name
2024-01-31 13:58:23 +01:00
Kseniia Sumarokova
60c37fb9bf
Update run.sh
2024-01-31 13:44:16 +01:00