JingsongLi commented on code in PR #829:
URL: https://github.com/apache/incubator-paimon/pull/829#discussion_r1160391197
##########
docs/content/how-to/writing-tables.md:
##########
@@ -284,6 +289,8 @@ Paimon supports "MERGE INTO" via submitting the
'merge-into' job through `flink
Important table properties setting:
1. Only [primary key table]({{< ref "concepts/primary-key-table" >}}) supports
this feature.
2. The action won't produce UPDATE_BEFORE, so it's not recommended to set
'changelog-producer' = 'input'.
+3. If you have set `merge-engine` = `partial-update` or `aggregation`, it will
be reset by dynamic options
Review Comment:
remove this? I cannot understand it from user side.
##########
docs/content/how-to/writing-tables.md:
##########
@@ -262,6 +262,11 @@ filter_spec is equal to the 'WHERE' clause in SQL DELETE
statement. Examples:
id > (SELECT count(*) FROM employee)
```
+{{< hint info >}}
+If you have set `merge-engine` = `partial-update` or `aggregation`, it will be
reset by dynamic options
Review Comment:
remove this? I cannot understand it from user side.
--
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]