snuyanzin commented on code in PR #1870:
URL: https://github.com/apache/fluss/pull/1870#discussion_r2469845315
##########
website/docs/engine-flink/options.md:
##########
@@ -85,6 +85,12 @@ ALTER TABLE log_table SET ('table.log.ttl' = '7d');
| table.merge-engine.versioned.ver-column | String | (None)
| The column name of the version column for the `versioned` merge
engine. If the merge engine is set to `versioned`, the version column must be
set.
|
| 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.
Review Comment:
```suggestion
1. `bootstrap.servers`, `bucket.num` and `bucket.key` cannot be altered.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]