docs(gcs): remove note that multi object delete is not supported#6338
Open
alexfrancoeur wants to merge 2 commits into
Open
docs(gcs): remove note that multi object delete is not supported#6338alexfrancoeur wants to merge 2 commits into
alexfrancoeur wants to merge 2 commits into
Conversation
XML Multi Object Delete is now GA for GCS. Reference: https://docs.cloud.google.com/storage/docs/xml-api/post-bucket Re-submitting the change from ClickHouse#6048, which a Googler could not merge due to Google's policy on the repository's license agreement. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@alexfrancoeur is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
Blargian
approved these changes
Jun 3, 2026
zk-gt
reviewed
Jun 4, 2026
zk-gt
reviewed
Jun 4, 2026
zk-gt
reviewed
Jun 4, 2026
zk-gt
approved these changes
Jun 4, 2026
zk-gt
left a comment
There was a problem hiding this comment.
<support_batch_delete> value should be updated to true
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
XML Multi Object Delete is now GA for GCS, so the note stating that GCS doesn't support batch deletes is out of date and has been removed.
Reference: https://docs.cloud.google.com/storage/docs/xml-api/post-bucket
This re-submits the change from #6048
Checklist
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to example XML and prose; no runtime or configuration code is modified.
Overview
Updates the GCS-backed MergeTree integration guide to match XML Multi-Object Delete being generally available on Google Cloud Storage.
All sample disk configs in
docs/integrations/data-ingestion/gcs/index.mdnow setsupport_batch_deletetotrueinstead offalse, and the outdated explanation that GCS does not support batch deletes (and that autodetect should be disabled to avoid errors) is removed.Reviewed by Cursor Bugbot for commit 99a93e2. Bugbot is set up for automated code reviews on this repo. Configure here.