Commit Graph

149136 Commits

Author SHA1 Message Date
Raúl Marín
3639882065
Merge pull request #67507 from ClickHouse/revert-66536-external-replace-to-null
Revert "Add settings to replace external engines to Null during create"
2024-07-31 09:51:48 +00:00
Raúl Marín
4e2f8576e5
Revert "Add settings to replace external engines to Null during create" 2024-07-31 11:50:58 +02:00
Nikolai Kochetov
ad270ccb6e
Merge pull request #67398 from ClickHouse/remove-has_single_port-property
Remove has_single_port property from plan stream.
2024-07-31 09:45:04 +00:00
Robert Schulze
4b40e948c7
Merge pull request #66475 from rschu1ze/bump-rocksdb
Bump RocksDB from v6.29.5 to v7.10.2
2024-07-31 09:14:42 +00:00
Pablo Marcos
200c54df80
Merge pull request #67219 from pamarcos/fix-crash-in-distributed-async-insert-directory-queue
[Green CI] Fix crash in DistributedAsyncInsert when connection is empty
2024-07-31 08:30:35 +00:00
Vitaly Baranov
d421636a5f Protect temporary part directories from removing during RESTORE. 2024-07-31 10:26:39 +02:00
Vitaly Baranov
5152248d43 Add test. 2024-07-31 10:26:35 +02:00
Robert Schulze
85fd9fc377
Merge remote-tracking branch 'ClickHouse/master' into multiquery-followup 2024-07-31 07:49:55 +00:00
Michael Stetsyuk
e664a14478 fix style 2024-07-31 08:49:14 +01:00
Robert Schulze
9f55dfe9fa
Merge pull request #67446 from rschu1ze/bump-azure
Bump Azure from v1.12 to v1.13
2024-07-31 07:48:13 +00:00
Antonio Andelic
e65cdcea1b Merge branch 'master' into keeper-map-retries 2024-07-31 09:22:53 +02:00
Antonio Andelic
bc312eb046 Improve check 2024-07-31 09:13:35 +02:00
serxa
299ab451f0 Merge branch 'master' into scheduler-queue-throughput-introspection 2024-07-31 07:11:00 +00:00
Antonio Andelic
34ddcdcc64
Merge pull request #67360 from ClickHouse/fix-test_replicated_table_attach
Fix attaching replicated table after exception during startup
2024-07-31 06:59:32 +00:00
Antonio Andelic
7de50953c2
Merge pull request #67455 from ClickHouse/correct-member-order
Use correct order of fields in `StorageURLSource`
2024-07-31 06:57:00 +00:00
Nikita Mikhaylov
14d0cc2bf3
Merge pull request #67228 from ClickHouse/drop-tables-even-faster
Cleanup code and speedup table removal
2024-07-30 22:50:36 +00:00
Yakov Olkhovskiy
dea79dc2bb
Merge pull request #67091 from ClickHouse/fix-lag-lead-in-frame
Fix: add necessary type conversion in lagInFrame and leadInFrame
2024-07-30 22:48:11 +00:00
Alexey Milovidov
1ffc4bb66d
Merge pull request #67425 from arenadata/ADQM-2045
Reduced complexity of the test 02832_alter_max_sessions_for_user
2024-07-30 21:12:58 +00:00
Alexey Milovidov
a8fd835010
Merge pull request #67397 from ClickHouse/debug-timer-descriptor
Debug TimerDescriptor
2024-07-30 21:03:06 +00:00
Michael Stetsyuk
8d2b804c67 fxs 2024-07-30 21:57:08 +01:00
Nikita Mikhaylov
d1e283a1c9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into buffer-flush 2024-07-30 22:56:54 +02:00
Max K.
1312ee3539
Merge pull request #67483 from ClickHouse/auto/v24.7.1.2915-stable
Update version_date.tsv and changelogs after v24.7.1.2915-stable
2024-07-30 19:56:24 +00:00
Michael Kolupaev
728c455df9
Merge pull request #67417 from ClickHouse/dworf
Fix DWARF range list parsing in stack symbolizer
2024-07-30 19:43:48 +00:00
robot-clickhouse
dacf044c3d Update version_date.tsv and changelogs after v24.7.1.2915-stable 2024-07-30 19:20:52 +00:00
Antonio Andelic
2ca61a1bc3 Merge branch 'master' into fix-archive-file-parsing 2024-07-30 21:16:36 +02:00
Alexey Milovidov
b4e7de97db
Merge pull request #67422 from ClickHouse/sane-changelog
Changelog sanity
2024-07-30 18:15:56 +00:00
Alexander Gololobov
51af0d305c Reduce number of tested combinations 2024-07-30 20:00:23 +02:00
Vitaly Baranov
6c730a366e
Merge pull request #67231 from vitlibar/fix-test_broken_projections
Remove test test_broken_projections_in_backups_1
2024-07-30 17:26:44 +00:00
Alex Katsman
7e51e9962c Fix WriteBuffer destructor when finalize has failed for MergeTreeDeduplicationLog::shutdown 2024-07-30 17:20:07 +00:00
Robert Schulze
546eb4bf1d
Merge pull request #67186 from Blargian/docs_materialize
[Docs] add example for `materialize` function
2024-07-30 17:18:32 +00:00
Michael Stetsyuk
aa26291ff2 fxs 2024-07-30 18:15:24 +01:00
Azat Khuzhin
66c5b01bd5 Merge remote-tracking branch 'u/master' into ATTACH-ignore-async_load_databases
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-30 18:27:03 +02:00
Igor Nikonov
b8cdae8542
Merge pull request #66618 from ClickHouse/pr-protocol-handling-with-priority
Respond to parallel replicas protocol requests with priority on initiator
2024-07-30 15:51:03 +00:00
maxvostrikov
83c6d97cd2 squash! added somme tests in relation with https://github.com/ClickHouse/ClickHouse/pull/54881 with new behaviour when enable_named_columns_in_function_tuple=1 (default value) 2024-07-30 17:34:38 +02:00
Antonio Andelic
19ac2b2cdd Merge branch 'master' into keeper-map-retries 2024-07-30 16:53:01 +02:00
Antonio Andelic
7d5c30e76c No retries when partitioned 2024-07-30 16:26:19 +02:00
Raúl Marín
6b4ca79162 Merge remote-tracking branch 'blessed/master' into buffer_alter 2024-07-30 16:11:21 +02:00
Nikita Taranov
21aa514c80 don't run removed tests 2024-07-30 15:03:09 +01:00
Antonio Andelic
20faed85ca Remove useless file 2024-07-30 15:18:37 +02:00
Sergei Trifonov
05f1d122b1
Merge pull request #67232 from azat/dashboard-from-config-resubmit
Add ability to load dashboards for system.dashboards from config
2024-07-30 13:18:22 +00:00
Nikita Mikhaylov
61cf7668c7
Merge pull request #66549 from ClickHouse/client-base-application
Uninteresting change: introducing `ClientApplicationBase`
2024-07-30 12:50:23 +00:00
Michael Stetsyuk
8b52d7b711 fxs 2024-07-30 13:35:19 +01:00
Antonio Andelic
c3e8825c8f Use correct order of fields in StorageURLSource 2024-07-30 14:23:32 +02:00
divanik
de99ee1b05 Change docs 2024-07-30 12:07:31 +00:00
Antonio Andelic
0124d211ec Better 2024-07-30 14:00:52 +02:00
Antonio Andelic
fd26672864 Revert some change 2024-07-30 13:54:30 +02:00
divanik
fd075470d6 Add docs 2024-07-30 11:54:00 +00:00
Nikita Mikhaylov
5979f6d744
Merge pull request #67404 from ClickHouse/nomv
Disable 02932_refreshable_materialized_views
2024-07-30 11:53:06 +00:00
Antonio Andelic
eb129b539f Add tests 2024-07-30 13:48:14 +02:00
Robert Schulze
d4d3d590e3
Remove obsolete --multiquery parameter from tests 2024-07-30 11:04:41 +00:00