Commit Graph

144137 Commits

Author SHA1 Message Date
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
Blargian
fab23d2a16 Add lowCardinalityKeys, lowCardinalityIndices and an example for blockSize 2024-06-06 15:02:33 +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
Antonio Andelic
27fe0439fa Merge branch 'master' into fix-global-trace-collector 2024-06-06 14:36:02 +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
Mikhail f. Shiryaev
0dff60821f
Add context to the get_gh_api APIException 2024-06-06 13:24:39 +02:00
Mikhail f. Shiryaev
3b593a7c5e
Make PRInfo.compare_pr_url persistent for the Github.PullReaquest objects 2024-06-06 13:24:37 +02: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 f. Shiryaev
8ebcd88608
In imported files should be only logging, no prints 2024-06-06 13:08:40 +02:00
Mikhail Gorshkov
f0c21da1d8 Style fixed 2024-06-06 11:06:16 +00:00
Raúl Marín
54ed3354f6 Better debugging 2024-06-06 12:56:43 +02: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
Ilya Golshtein
aefe7ffc31 time_virtual_col: slightly works 2024-06-06 09:48:32 +00:00
Ilya Golshtein
d0a2abe17b time_virtual_col: initial 2024-06-06 09:48:32 +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
Antonio Andelic
bfb1c4c793 better 2024-06-06 11:29:42 +02:00
Antonio Andelic
fcee260b25
Update src/Interpreters/TraceCollector.h
Co-authored-by: alesapin <alesapin@clickhouse.com>
2024-06-06 11:22:48 +02:00
Antonio Andelic
1d3cf17053 Fix global trace collector 2024-06-06 11:18:31 +02:00
Christoph Wurm
4cc9cecd7c
Document REPLACE PARTITION as atomic 2024-06-06 10:14:38 +01:00
Smita Kulkarni
9ce824d41c Addressed review comments 2024-06-06 11:04:38 +02: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