Alexey Milovidov
|
5742a44987
|
Merge pull request #70818 from ClickHouse/chonk
Allow large object files if OMIT_HEAVY_DEBUG_SYMBOLS = 0
|
2024-10-19 21:16:33 +08:00 |
|
Alexey Milovidov
|
f3fdc0690e
|
Merge branch 'master' into part-log-partition-in-every-entry
|
2024-10-19 15:07:05 +02:00 |
|
Alexey Milovidov
|
47a24b778a
|
Merge pull request #70852 from jkartseva/fix-list-objects-2
Do not call `LIST` API in exists* functions for the plain_rewritable disk.
|
2024-10-19 21:06:36 +08:00 |
|
Alexey Milovidov
|
ed00a30d52
|
Update tests
|
2024-10-19 15:02:47 +02:00 |
|
Alexey Milovidov
|
b3b1337e94
|
Update tests
|
2024-10-19 15:02:02 +02:00 |
|
Alexey Milovidov
|
42a56f5416
|
Update tests
|
2024-10-19 14:59:17 +02:00 |
|
Arthur Passos
|
0f9a2bd2bb
|
retrigger ci
|
2024-10-19 09:57:23 -03:00 |
|
Alexey Milovidov
|
95ce7df92f
|
Merge pull request #70849 from ClickHouse/docs-remove-settings-build
[Docs] Remove autogenerate settings and settings markdowns
|
2024-10-19 12:52:30 +00:00 |
|
Peter Nguyen
|
70215dbd9b
|
Add read and write locks to fix race condition in OwnFilterinChannel
|
2024-10-19 01:00:37 -07:00 |
|
Julia Kartseva
|
87d7b83530
|
remove LIST from existsFile
|
2024-10-19 06:50:11 +00:00 |
|
Amos Bird
|
e843bb92d9
|
Escaping names if needed.
|
2024-10-19 11:41:24 +08:00 |
|
justindeguzman
|
52a000fca5
|
[Docs] Add placeholder settings markdowns
|
2024-10-18 19:47:57 -07:00 |
|
justindeguzman
|
c1c58c4014
|
[Docs] Add placeholder settings markdowns
|
2024-10-18 19:46:40 -07:00 |
|
Julia Kartseva
|
8e9d19f3e7
|
use metadata to determine if a directory exists in plain_rw disk
|
2024-10-19 02:21:35 +00:00 |
|
Alexey Milovidov
|
68f4977e24
|
Documentation
|
2024-10-19 02:11:19 +02:00 |
|
Alexey Milovidov
|
f3e9403e5c
|
Add a test
|
2024-10-19 02:07:59 +02:00 |
|
Alexey Milovidov
|
f71ec041e7
|
Add MergePartsStart and MutatePartsStart events into part_log
|
2024-10-19 02:06:35 +02:00 |
|
justindeguzman
|
83de58bea3
|
[Docs] Remove autogenerate settings and settings markdowns
|
2024-10-18 17:00:24 -07:00 |
|
Amos Bird
|
633f62526a
|
This test only works in analyzer
|
2024-10-19 07:49:50 +08:00 |
|
Amos Bird
|
ef3102b09c
|
Address review
|
2024-10-19 07:49:49 +08:00 |
|
Amos Bird
|
1c6e7d1ab3
|
Avoid reusing columns among different named tuples
|
2024-10-19 07:49:49 +08:00 |
|
Alexey Milovidov
|
6ea6b766bf
|
Add a test
|
2024-10-19 00:56:12 +02:00 |
|
Arthur Passos
|
1fd193b328
|
remove unused rep level decoder
|
2024-10-18 19:48:11 -03:00 |
|
Alexey Milovidov
|
f61f40e01c
|
Add partition column to every entry type of part log
|
2024-10-19 00:32:57 +02:00 |
|
Michael Kolupaev
|
f607ca5126
|
std::vector
|
2024-10-18 21:15:56 +00:00 |
|
Michael Kolupaev
|
3e25846909
|
Add a comment that we should change it to std::vector :)
|
2024-10-18 21:03:33 +00:00 |
|
Alexey Milovidov
|
9ae3d85dfe
|
Merge pull request #70106 from jrdi/system-projections
Add projections size to system.projections
|
2024-10-18 21:00:16 +00:00 |
|
Alexey Milovidov
|
7afd68166a
|
Merge pull request #70669 from liuneng1994/support-write-columnindex
Support write parquet column index and offset index
|
2024-10-18 20:59:40 +00:00 |
|
Nikita Taranov
|
32538a7046
|
impl
|
2024-10-18 21:37:52 +01:00 |
|
Faizan Patel
|
66503d39f8
|
add support for FixedString type argument
|
2024-10-18 20:19:40 +01:00 |
|
Nikita Taranov
|
52ea328f68
|
impl
|
2024-10-18 19:29:26 +01:00 |
|
Max Kainov
|
fe53a26678
|
CI: praktika integration 2
|
2024-10-18 18:20:03 +00:00 |
|
serxa
|
b39bc650b9
|
better ProfileEvent names
|
2024-10-18 18:11:33 +00:00 |
|
robot-clickhouse
|
09a9837f69
|
Automatic style fix
|
2024-10-18 17:11:39 +00:00 |
|
kssenii
|
38e1719827
|
Fix: check storage type
|
2024-10-18 19:01:25 +02:00 |
|
kssenii
|
6a3d109444
|
Support system.s3/azure_queue_log
|
2024-10-18 18:51:28 +02:00 |
|
Raúl Marín
|
52c40e6276
|
DatabaseReplicatedSettings to pImpl and reuse code
|
2024-10-18 18:47:09 +02:00 |
|
Nikolai Kochetov
|
ed32b82dcc
|
Merge pull request #70803 from ClickHouse/make-array-field-serializetion-consistent
Make Array Field serialization consistent.
|
2024-10-18 16:34:45 +00:00 |
|
Max Kainov
|
62c073bb2c
|
disable custom musl/getauxval.c for aarch64
|
2024-10-18 18:11:21 +02:00 |
|
kssenii
|
3d95774197
|
Fix settings and metadata divergence
|
2024-10-18 18:03:05 +02:00 |
|
Peter Nguyen
|
d08a1b313e
|
Fix flaky test_regexp_logger
|
2024-10-18 09:00:26 -07:00 |
|
Кирилл Гарбар
|
71b1b76e3b
|
Allow attach table with storage_policy + disk for backward compatibility
|
2024-10-18 18:48:39 +03:00 |
|
Кирилл Гарбар
|
cefecafcb7
|
Disallow having disk and storage policy at the same time
|
2024-10-18 18:43:00 +03:00 |
|
kssenii
|
e9cdeb59d9
|
Fix settings and metadata divergence
|
2024-10-18 17:39:10 +02:00 |
|
Arthur Passos
|
f89f666bf9
|
address some more comments
|
2024-10-18 12:05:30 -03:00 |
|
Nikita Taranov
|
fb0f70b33f
|
impl
|
2024-10-18 14:45:17 +01:00 |
|
Raúl Marín
|
8ae842abd3
|
Adjust existing test
|
2024-10-18 15:39:58 +02:00 |
|
Pablo Marcos
|
f002e51a4e
|
Merge branch 'master' into system-query-metric-log
|
2024-10-18 13:22:58 +00:00 |
|
Nikolai Kochetov
|
eb4a74d741
|
Merge pull request #70761 from ClickHouse/refactor-update-plan-headers
Allow update plan headers for all the steps.
|
2024-10-18 13:20:08 +00:00 |
|
Raúl Marín
|
cf4c04e6b8
|
Disable enable_named_columns_in_function_tuple by default
|
2024-10-18 14:53:47 +02:00 |
|