Not support transaction for tables with disks which do not support writing with append.#88490
Merged
tuanpach merged 4 commits intoClickHouse:masterfrom Nov 3, 2025
Conversation
Contributor
|
Workflow [PR], commit [c627b0c] Summary: ❌
|
f638fd7 to
569edb9
Compare
732fc2a to
3137879
Compare
…iting with append.
9057cac to
3e8f8e4
Compare
Member
Author
|
01079_parallel_alter_detach_table_zookeeper test_log_query_probability/test.py::test_log_quries_probability_two |
antaljanosbenjamin
approved these changes
Oct 31, 2025
Merged
via the queue into
ClickHouse:master
with commit Nov 3, 2025
183db0d
121 of 124 checks passed
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
…tion-for-non-append-supporting-disks Not support transaction for tables with disks which do not support writing with append.
25 tasks
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
…tion-for-non-append-supporting-disks Not support transaction for tables with disks which do not support writing with append.
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
…tion-for-non-append-supporting-disks Not support transaction for tables with disks which do not support writing with append. Signed-off-by: Anton Ivashkin <ianton@live.com>
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Antalya 25.8 backports of ClickHouse#88490 and ClickHouse#89999
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
For MergeTree tables using object storage which do not support writing with append, it will not support transactions. Closes #84669
Documentation entry for user-facing changes
Directly edit documentation source files in the "docs" folder with the same pull-request as code changes
or
Add a user-readable short description of the changes that should be added to docs.clickhouse.com below.
At a minimum, the following information should be added (but add more as needed).
Motivation: Why is this function, table engine, etc. useful to ClickHouse users?
Parameters: If the feature being added takes arguments, options or is influenced by settings, please list them below with a brief explanation.
Example use: A query or command.