xx789633 opened a new issue, #1921: URL: https://github.com/apache/fluss/issues/1921
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description 1. merge Iceberg and Paimon sections The Iceberg and Paimon quickstart guides are currently split into two separate documents, but the first half of content is identical. This duplication makes it difficult to maintain consistency between the two versions. 2. fix DML behavior in query examples When executing UPDATE statements, the operations run asynchronously. If the subsequent SELECT query executes too quickly, users might not see the expected results. In the "Run Ad-hoc Queries on Fluss Tables" environment setup, set `table.dml-sync = true` to ensure synchronous execution. ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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]
