Robert Schulze
a87e99e736
Merge pull request #64386 from Beetelbrox/fjurado-61548/feat-add-fromreadablesize-function
...
Add `fromReadableSize` function
2024-05-29 11:05:29 +00:00
Robert Schulze
744284425f
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:58:57 +02:00
Mikhail f. Shiryaev
87138301c4
Use copy of os.environ to not affect the global state
2024-05-29 12:56:37 +02:00
Robert Schulze
c3cd8ea97e
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:55:11 +02:00
Robert Schulze
cfdc0cf7e7
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:42 +02:00
Robert Schulze
85f4de47fd
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:35 +02:00
Robert Schulze
0cb8793ceb
Update docs/en/development/contrib.md
...
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
2024-05-29 12:54:29 +02:00
Nikolai Kochetov
9a8efdf1b3
Merge branch 'master' into fix-some-aliases-for-global-in
2024-05-29 10:54:08 +00:00
Mikhail f. Shiryaev
7d64cb0229
Rephrase the spoiler for old DEB distributions
2024-05-29 12:45:44 +02:00
Robert Schulze
73ce2ecc93
Docs: Update third-party library guide
2024-05-29 10:43:15 +00:00
Nikita Taranov
1dcdc60d9d
Merge branch 'master' into reintroduce_hash_table_sizes_tests
2024-05-29 12:35:12 +02:00
liuneng
acccc2036b
Merge remote-tracking branch 'mine/reduce-parquet-writer-peak-memory' into reduce-parquet-writer-peak-memory
2024-05-29 18:11:55 +08:00
liuneng
d4a73047d2
Merge remote-tracking branch 'refs/remotes/origin/master' into reduce-parquet-writer-peak-memory
2024-05-29 18:11:03 +08:00
Julia Kartseva
c6dda8291a
Merge pull request #64175 from jkartseva/add-metrics-to-plain-rw
...
Add metrics to `plain_rewritable` metadata storage
2024-05-29 10:04:34 +00:00
Artem Mustafin
78973489c1
fix gtest by adding header with Impl
2024-05-29 09:58:39 +00:00
Nikolai Kochetov
2ff8e7990f
Merge pull request #64500 from ClickHouse/move-analyzer-attempt-2
...
Move analyzer attempt 2
2024-05-29 09:43:49 +00:00
Max K
7321a9b55c
Merge pull request #64531 from ClickHouse/revert-64516-revert-64459-ci_fix_build_report_priority
...
Revert "Revert "CI: fix build_report selection in case of job reuse""
2024-05-29 09:41:37 +00:00
Mikhail f. Shiryaev
3052004126
Add a description for A Sync
check status
2024-05-29 11:40:45 +02:00
Robert Schulze
b3fb2f7d5e
Merge pull request #64496 from Blargian/docs_UTCTimestamp
...
[Docs] add missing `UTCTimestamp` function
2024-05-29 09:34:00 +00:00
Mikhail f. Shiryaev
db13911145
Add a temporary known host for git over ssh
2024-05-29 11:14:21 +02:00
Shaun Struwig
f8ac89151f
Update aspell-dict.txt
2024-05-29 11:13:54 +02:00
Blargian
9bd558bc00
Incorporate review changes
2024-05-29 11:09:41 +02:00
Robert Schulze
7f4c68c0b8
Port internal changes back to public repo
2024-05-29 08:45:28 +00:00
Kris Buytaert
edd25f4617
Update configuration-files.md
...
Clarify the behaviour of the config.d style configuration by explaining that the keeper config lives in keeper_config.d/
2024-05-29 10:42:56 +02:00
Dmitry Novik
b55748f50a
Merge remote-tracking branch 'origin/master' into analyzer-validate-tree-size
2024-05-29 10:41:33 +02:00
Sema Checherinda
bc60f2419b
add comment
2024-05-29 02:25:05 +02:00
Alexey Milovidov
2f1fb6c5d8
Merge pull request #64426 from jiebinn/SparseColumnIteratorIncrease
...
Reduce the redundant `isDefault()` of `ColumnSparse::filter` to improve performance
2024-05-29 02:23:27 +02:00
Nikita Mikhaylov
e54949da2a
Merge pull request #64515 from ClickHouse/melvynator-patch-2
...
Update view.md
2024-05-28 23:25:30 +00:00
Robert Schulze
0dbb33232a
Merge pull request #64458 from Blargian/document_toStartOf
...
[Docs] add missing `toStartOfMillisecond`, `toStartOfMicrosecond`, `toStartOfNanosecond`
2024-05-28 22:21:08 +00:00
Artem Mustafin
4c9389826e
fix tests
2024-05-28 22:15:08 +00:00
Artem Mustafin
d215e060be
fix tests
2024-05-28 20:46:05 +00:00
Nikita Taranov
8405e04c1d
fix style
2024-05-28 20:52:58 +01:00
Nikita Taranov
512fa6afbb
fix
2024-05-28 20:25:03 +01:00
Nikita Taranov
016d665328
Revert "Remove 02151_hash_table_sizes_stats_distributed (fixes broken CI) ( #54969 )"
...
This reverts commit aa5c02c1be
.
2024-05-28 20:24:43 +01:00
Nikita Taranov
b7f4fbbccd
reduce amount of 'FLUSH LOG'-s and disable sanitizers
2024-05-28 20:24:36 +01:00
Nikita Taranov
a3f4578864
Revert "Merge pull request #54961 from ClickHouse/remove-test-hash_table_sizes_stats"
...
This reverts commit 477922617c
, reversing
changes made to f23339b4be
.
2024-05-28 20:24:30 +01:00
Julia Kartseva
a0f18eba31
update plain_rewritable unit tests
2024-05-28 18:59:48 +00:00
Julia Kartseva
8662f89d21
update test_s3_plain_rewritable
2024-05-28 18:59:48 +00:00
Julia Kartseva
b11b9515a2
ENDPOINT_SUBPATH is unique for each instance in test_s3_plain_rewritable
2024-05-28 18:59:48 +00:00
Julia Kartseva
d4af1f3464
Add metrics for plain_rewritable metadata storage
...
Metrics to track the number of directories created and removed by the
plain_rewritable metadata storage, and the number of entries in the
local-to-remote in-memory map.
2024-05-28 18:59:48 +00:00
Julia Kartseva
48b45842f1
set directory removal flag in plain_rewritable disk
2024-05-28 18:59:48 +00:00
Alexander Tokmakov
5eb082ab39
Update FilterTransform.cpp
2024-05-28 20:50:29 +02:00
Artem Mustafin
755a9539b6
spellcheck
2024-05-28 18:47:54 +00:00
Artem Mustafin
d630f34eca
docs upd
2024-05-28 18:37:39 +00:00
Artem Mustafin
76898b915a
errors tests added
2024-05-28 18:35:32 +00:00
Artem Mustafin
3f1941dd15
docs added
2024-05-28 18:25:37 +00:00
Alexander Tokmakov
d5989d8c33
Update Settings.h
2024-05-28 20:12:35 +02:00
Raúl Marín
58408229ee
Merge pull request #64358 from Algunenano/rename_allow_deprecated_functions
...
Rename allow_deprecated_functions to allow_deprecated_error_prone_win…
2024-05-28 17:59:40 +00:00
Artem Mustafin
ffa0f88292
review
2024-05-28 17:59:06 +00:00
Raúl Marín
b9af76538e
Upgrade test: Detect setting changes across multiple releases (RC)
2024-05-28 19:49:54 +02:00