Skip to content

Conversation

@loserwang1024
Copy link
Contributor

Conflicts:

website/docs/maintenance/operations/upgrade-notes-0.8.md

Purpose

Linked issue: close #1793 and #1792

Brief change log

Tests

API and Format

Documentation

@loserwang1024
Copy link
Contributor Author

@wuchong , CC

| table.delete.behavior | Enum | ALLOW | Controls the behavior of delete operations on primary key tables. Three modes are supported: `ALLOW` (default) - allows normal delete operations; `IGNORE` - silently ignores delete requests without errors; `DISABLE` - rejects delete requests and throws explicit errors. This configuration provides system-level guarantees for some downstream pipelines (e.g., Flink Delta Join) that must not receive any delete events in the changelog of the table. For tables with `first_row` or `versioned` merge engines, this option is automatically set to `IGNORE` and cannot be overridden. Only applicable to primary key tables. |

Storage Options can be altered by [Alter Table](engine-flink/ddl.md#alter-table). The limitations are as follows:
1. `bootstrap.servers`,`bucket.num` and `bucket.key` cannot be altered.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. `bootstrap.servers`,`bucket.num` and `bucket.key` cannot be altered.
1. `bootstrap.servers`, `bucket.num` and `bucket.key` cannot be altered.

@loserwang1024
Copy link
Contributor Author

@snuyanzin Thanks for your review. Just modified it.

@polyzos
Copy link
Contributor

polyzos commented Oct 30, 2025

pushed one small change to fix the sidebar ordering

* value: The configuration value to be set (e.g., "paimon")
* opType: The operation type, either AlterConfigOpType.SET or AlterConfigOpType.DELETE

To disable a cluster, you can use the following code:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is disable correct here? because its a set operation and we have disable later

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, enable here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Add documentation for alter table configuration

3 participants