Eliot Hautefeuille
|
a44d6021df
|
fix: formats: protobuf: serde: formats appear disabled in fasttest
|
2024-09-17 21:47:25 +02:00 |
|
Eliot Hautefeuille
|
93ae7957b7
|
fix: formats: protobuf: serde: pre-create format schema files folder
|
2024-09-17 21:23:56 +02:00 |
|
Han Fei
|
dcaa80c90d
|
change parser
|
2024-09-17 19:12:58 +00:00 |
|
Eliot Hautefeuille
|
2cef7f79fc
|
fix: formats: protobuf: serde: fix style
|
2024-09-17 20:58:12 +02:00 |
|
jsc0218
|
839f06035f
|
Merge pull request #69376 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
|
2024-09-17 18:46:43 +00:00 |
|
Vitaly Baranov
|
4f88ccb6a8
|
Merge pull request #69201 from NikBarykin/allow_arguments_in_custom_database_engines
Allow custom settings in database engine
|
2024-09-17 18:26:57 +00:00 |
|
Kruglov Pavel
|
a226567bc2
|
Merge pull request #69560 from Avogar/fix-prewhere-reorder
Keep original order of conditions during move to prewhere
|
2024-09-17 18:22:19 +00:00 |
|
Vitaly Baranov
|
fcda762a27
|
Merge pull request #69346 from vitlibar/restore-access-dependencies
Improve restoring of access entities' dependencies
|
2024-09-17 18:21:55 +00:00 |
|
Mikhail Artemenko
|
9c185374e4
|
fix level sorting
|
2024-09-17 18:14:47 +00:00 |
|
Mikhail Artemenko
|
13e82d6439
|
fix double visit of uncommitted changes
|
2024-09-17 17:45:04 +00:00 |
|
Mikhail f. Shiryaev
|
fdee35cccc
|
Merge pull request #69557 from ClickHouse/integration-prepull-kill-runner
Kill runner when integration tests fail to pre-pull
|
2024-09-17 17:27:20 +00:00 |
|
Konstantin Bogdanov
|
b08e727aef
|
Count allocated bytes from scratch after rerange
|
2024-09-17 19:02:10 +02:00 |
|
Miсhael Stetsyuk
|
9eba103c5e
|
Merge pull request #69670 from ClickHouse/sync-executeToDatabaseImpl-with-private-fork
sync changes to `InterpreterDropQuery::executeToDatabaseImpl` from the private fork
|
2024-09-17 16:54:15 +00:00 |
|
Yarik Briukhovetskyi
|
f52cdfb795
|
Merge branch 'ClickHouse:master' into hive_partitioning_filtration
|
2024-09-17 18:50:43 +02:00 |
|
Konstantin Bogdanov
|
a210f98819
|
Lint
|
2024-09-17 18:28:27 +02:00 |
|
Dmitry Novik
|
f44960bb63
|
Add logs when disabling analyzer
|
2024-09-17 18:23:43 +02:00 |
|
kssenii
|
e574c49e25
|
Fix
|
2024-09-17 18:19:05 +02:00 |
|
Dmitry Novik
|
17e4616924
|
Disable analyzer in WindowView correctly
|
2024-09-17 18:10:56 +02:00 |
|
Konstantin Bogdanov
|
7c5d55c6b2
|
Lint
|
2024-09-17 18:10:51 +02:00 |
|
Robert Schulze
|
665f362601
|
Prohibit ALTER TABLE ... ADD INDEX ... TYPE inverted if setting = 0
|
2024-09-17 16:10:03 +00:00 |
|
Konstantin Bogdanov
|
80259659ff
|
More asserts
|
2024-09-17 18:03:19 +02:00 |
|
Alexander Gololobov
|
574a26c63b
|
Use adjacent_find to check adjacent parts
|
2024-09-17 17:56:44 +02:00 |
|
Alexander Gololobov
|
3674c97ebb
|
Fix for using part after std::move from it
|
2024-09-17 17:49:02 +02:00 |
|
vdimir
|
8508b1ba37
|
Merge pull request #67966 from ClickHouse/vdimir/datetime64_constant_to_ast_f
Add test cases to 03217_datetime64_constant_to_ast
|
2024-09-17 14:56:32 +00:00 |
|
Alexander Gololobov
|
190d3f04c9
|
More optimal check for intrsecting parts in DefaultCoordinator init
|
2024-09-17 16:54:49 +02:00 |
|
Alexander Gololobov
|
aba7de5091
|
Verify that there are no intersecting parts in the resulting all_parts_to_read
|
2024-09-17 16:53:32 +02:00 |
|
Han Fei
|
ec2446adfd
|
fix bug about CREATE ... AS WITH RECURSIVE
|
2024-09-17 14:46:00 +00:00 |
|
Kseniia Sumarokova
|
d11abd634a
|
Update max_replication_slots
|
2024-09-17 16:37:08 +02:00 |
|
Antonio Andelic
|
8db3dddb3d
|
Fix watches count and list request
|
2024-09-17 16:15:55 +02:00 |
|
Nikita Taranov
|
ffaf97a390
|
Merge pull request #68424 from ClickHouse/adaptive_parallel_replicas
Adaptive mark_segment_size for parallel replicas
|
2024-09-17 13:52:42 +00:00 |
|
Yarik Briukhovetskyi
|
3a7c68a052
|
Update src/Storages/VirtualColumnUtils.cpp
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
|
2024-09-17 15:39:26 +02:00 |
|
kssenii
|
e61a77ef97
|
Minor
|
2024-09-17 15:38:06 +02:00 |
|
kssenii
|
8a14e99643
|
Fix style check
|
2024-09-17 15:34:45 +02:00 |
|
Antonio Andelic
|
452fde78c7
|
Merge pull request #69582 from ClickHouse/keeper-better-ssl-support
Support more advanced SSL options for Keeper internal communication
|
2024-09-17 13:32:18 +00:00 |
|
Kseniia Sumarokova
|
51fa9ebf8a
|
Merge pull request #68520 from ClickHouse/fix-bad-exception-messages
Fix bad exception messages
|
2024-09-17 13:29:53 +00:00 |
|
kssenii
|
e30ebfa23e
|
Add mode validation
|
2024-09-17 15:24:02 +02:00 |
|
kssenii
|
1d0aed0d43
|
Move settings init back to context
|
2024-09-17 15:22:57 +02:00 |
|
Kruglov Pavel
|
b21be2bc54
|
Merge pull request #68591 from bigo-sg/orc_dict_encode
Add settings `output_format_orc_dictionary_key_size_threshold` to allow user to enable dict encoding for string column in ORC output format
|
2024-09-17 13:22:44 +00:00 |
|
Alexander Gololobov
|
14736d95c5
|
Merge pull request #69606 from ClickHouse/check_time_limit_in_index_analysis
Check time limits while analyzing indexes
|
2024-09-17 13:14:08 +00:00 |
|
Nikolai Kochetov
|
d31c9dd3ef
|
More review fixes.
|
2024-09-17 13:08:52 +00:00 |
|
Yarik Briukhovetskyi
|
e8d50aa97f
|
review
|
2024-09-17 15:02:33 +02:00 |
|
NikBarykin
|
4b69d8e2ca
|
Fix CE
|
2024-09-17 15:52:20 +03:00 |
|
Nikolai Kochetov
|
ca4b366cc0
|
Review fixes.
|
2024-09-17 12:52:16 +00:00 |
|
Nikolai Kochetov
|
80056bef7b
|
Refactor optimizeReadInOrder a bit.
|
2024-09-17 12:51:43 +00:00 |
|
Nikolai Kochetov
|
a3cd1ba197
|
Fixing tests.
|
2024-09-17 12:51:03 +00:00 |
|
Nikolai Kochetov
|
5589442aad
|
Fixing tests.
|
2024-09-17 12:50:45 +00:00 |
|
Nikolai Kochetov
|
83a5ccd312
|
Fixing tests.
|
2024-09-17 12:50:26 +00:00 |
|
kssenii
|
5f6d54f6fb
|
Merge remote-tracking branch 'origin' into fix-read-settings-in-index-loading
|
2024-09-17 14:38:42 +02:00 |
|
robot-clickhouse
|
5ce8604869
|
Automatic style fix
|
2024-09-17 12:37:31 +00:00 |
|
Robert Schulze
|
813bcd896f
|
Bump to v18.8
|
2024-09-17 12:30:12 +00:00 |
|