Search before asking
Description
- 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.
- 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
Search before asking
Description
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.
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 = trueto ensure synchronous execution.Willingness to contribute