Nikita Fomichev
|
afc63af264
|
Update largestTriangleThreeBuckets doc
|
2024-06-06 15:23:08 +02:00 |
|
Shaun Struwig
|
03458a516a
|
Fix typo
|
2024-06-06 15:06:16 +02:00 |
|
serxa
|
f05a657723
|
add docs
|
2024-06-06 12:56:34 +00:00 |
|
Nikita Fomichev
|
ebab4f3af3
|
Merge remote-tracking branch 'origin/master' into add-tests-24.5-release
|
2024-06-06 14:52:21 +02:00 |
|
Joshua Hildred
|
76db904de1
|
Update integration tests to use UInt rather than Int
|
2024-06-06 05:28:16 -07:00 |
|
Joshua Hildred
|
59f50ca235
|
Fix existing tests to use UInt rather than Int
|
2024-06-06 05:28:16 -07:00 |
|
Joshua Hildred
|
095508edb7
|
Add additional tests
|
2024-06-06 05:28:16 -07:00 |
|
josh-hildred
|
e495bf0742
|
Update src/Interpreters/getCustomKeyFilterForParallelReplicas.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2024-06-06 05:28:16 -07:00 |
|
Joshua Hildred
|
e3e5f304b9
|
Update docs
|
2024-06-06 05:28:16 -07:00 |
|
Joshua Hildred
|
0c0c6bee32
|
Address review comments
|
2024-06-06 05:28:15 -07:00 |
|
Joshua Hildred
|
bde8d19f45
|
Address review comments
|
2024-06-06 05:28:15 -07:00 |
|
josh-hildred
|
677b2de5ed
|
Update docs/en/operations/settings/settings.md
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2024-06-06 05:28:15 -07:00 |
|
Joshua Hildred
|
0302f218e4
|
Add additional check to ensure range is larger than the number of replicas
|
2024-06-06 05:28:15 -07:00 |
|
Joshua Hildred
|
01c7123c10
|
Fix issue with rational cast
|
2024-06-06 05:28:15 -07:00 |
|
Joshua Hildred
|
9ed52af56f
|
Add new settings to SettingsChangesHistory.h
|
2024-06-06 05:28:13 -07:00 |
|
Joshua Hildred
|
d455116b7c
|
fix style
|
2024-06-06 05:26:57 -07:00 |
|
Joshua Hildred
|
a7230e3c6c
|
Add settings to allow parallel replicas custom key
with range filter to use a custom range
|
2024-06-06 05:26:57 -07:00 |
|
Kseniia Sumarokova
|
bb469e0d45
|
Merge pull request #64901 from azat/tests/test_mask_sensitive_info
Fix test_mask_sensitive_info/test.py::test_create_table
|
2024-06-06 12:10:11 +00:00 |
|
Blargian
|
2a5f9c941c
|
document to/fromUnixTimestampXYZ functions
|
2024-06-06 13:47:13 +02:00 |
|
Nikita Mikhaylov
|
ab5c3e4d6e
|
Merge pull request #64897 from cwurm/patch-4
Document REPLACE PARTITION as atomic
|
2024-06-06 11:45:04 +00:00 |
|
Mikhail f. Shiryaev
|
259e877d0d
|
Merge pull request #64890 from ClickHouse/fix-check-documentation
Fix documentation enforcement
|
2024-06-06 11:41:08 +00:00 |
|
Nikita Fomichev
|
407b86012c
|
stateless tests: add case for unequal joins
|
2024-06-06 13:23:48 +02:00 |
|
Alexander Tokmakov
|
ba40f7a754
|
Update 03165_string_functions_with_token_text_indexes.sql
|
2024-06-06 13:20:31 +02:00 |
|
Mikhail Gorshkov
|
f0c21da1d8
|
Style fixed
|
2024-06-06 11:06:16 +00:00 |
|
Mikhail Gorshkov
|
2f50e070ef
|
Scale argument restricted to types (U)Int8 - (U)Int64
|
2024-06-06 10:34:59 +00:00 |
|
Kseniia Sumarokova
|
f62a19884d
|
Merge branch 'master' into tests/test_mask_sensitive_info
|
2024-06-06 12:07:31 +02:00 |
|
János Benjamin Antal
|
eb724ad8c7
|
Merge pull request #64255 from wudidapaopao/fix_integer_accurate_cast
Fix unexpected accurateCast from string to integer
|
2024-06-06 09:53:58 +00:00 |
|
Azat Khuzhin
|
a7e4875e4c
|
Fix test_mask_sensitive_info/test.py::test_create_table
CI: https://s3.amazonaws.com/clickhouse-test-reports/64887/5d01a2f7c8b41244ecad2cbf2c7f5ed7e6113cc9/integration_tests__asan__old_analyzer__[2_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-06-06 11:46:12 +02:00 |
|
alesapin
|
71f37910ba
|
Merge pull request #64899 from ClickHouse/revert-61973-mt/rename-without-lock
Revert "Reduce lock contention for MergeTree tables (by renaming parts without holding lock)"
|
2024-06-06 09:43:42 +00:00 |
|
alesapin
|
7900fe5836
|
Revert "Reduce lock contention for MergeTree tables (by renaming parts without holding lock)"
|
2024-06-06 11:36:57 +02:00 |
|
János Benjamin Antal
|
d74b93413d
|
Merge pull request #64230 from ClickHouse/const-settings-changes-history
Make `settings_changes_history` const
|
2024-06-06 09:31:25 +00:00 |
|
Christoph Wurm
|
4cc9cecd7c
|
Document REPLACE PARTITION as atomic
|
2024-06-06 10:14:38 +01:00 |
|
Julia Kartseva
|
94a8c7edb1
|
Merge pull request #64720 from korowa/fix-split-tokenized-indices
fix: function filters with token-based text indexes
|
2024-06-06 09:02:23 +00:00 |
|
robot-clickhouse
|
74897790aa
|
Automatic style fix
|
2024-06-06 09:00:44 +00:00 |
|
Sergei Trifonov
|
feb60b566c
|
Merge branch 'master' into precise-memtracking
|
2024-06-06 10:52:28 +02:00 |
|
serxa
|
b9edf204d9
|
better
|
2024-06-06 08:51:22 +00:00 |
|
serxa
|
45fda3fd39
|
use Mi suffix to make things obvious
|
2024-06-06 08:20:52 +00:00 |
|
serxa
|
f9ac18d74a
|
better description for history of a setting changes
|
2024-06-06 08:16:11 +00:00 |
|
Mikhail f. Shiryaev
|
a197a530d6
|
Merge pull request #64848 from ClickHouse/fix-download-release
Use a proper way to download packages from releases
|
2024-06-06 07:43:50 +00:00 |
|
Mikhail f. Shiryaev
|
61582a9bee
|
Use logging where no special strings are required
|
2024-06-06 09:03:35 +02:00 |
|
Mikhail f. Shiryaev
|
a4b55985fa
|
Fix issue with overwriting a lack of documentation failure
|
2024-06-06 09:03:33 +02:00 |
|
Michael Kolupaev
|
40a3708c8f
|
Fix test
|
2024-06-06 06:39:07 +00:00 |
|
Michael Kolupaev
|
b300af3503
|
no-fasttest
|
2024-06-06 06:39:07 +00:00 |
|
Michael Kolupaev
|
fd93097130
|
Fix writing ORC statistics for unsigned types
|
2024-06-06 06:39:07 +00:00 |
|
Mikhail f. Shiryaev
|
4eba310527
|
Simplify set_auth_header
|
2024-06-06 07:24:59 +02:00 |
|
Mikhail f. Shiryaev
|
1156233ea8
|
Use a proper way to download packages from releases
|
2024-06-06 07:24:58 +02:00 |
|
Alexey Milovidov
|
ce244e126d
|
Merge pull request #61973 from azat/mt/rename-without-lock
Reduce lock contention for MergeTree tables (by renaming parts without holding lock)
|
2024-06-06 05:36:28 +02:00 |
|
Alexey Milovidov
|
c0a02475c1
|
Merge pull request #64860 from ClickHouse/settings-changes
Add new settings to changes history.
|
2024-06-06 05:30:31 +02:00 |
|
Alexey Milovidov
|
cb2c085535
|
Merge pull request #64610 from thomoco/master
Updated Advanced Dashboard for both open-source and ClickHouse Cloud versions to include a chart for 'Maximum concurrent network connections'
|
2024-06-06 05:21:33 +02:00 |
|
Alexey Milovidov
|
f9c243064f
|
A tiny fix for fancy quotes
|
2024-06-06 04:20:20 +02:00 |
|