mxm commented on code in PR #15566:
URL: https://github.com/apache/iceberg/pull/15566#discussion_r2924631426


##########
docs/docs/flink-maintenance.md:
##########
@@ -302,19 +302,50 @@ public class TableMaintenanceJob {
 
 Apache Iceberg Sink V2 for Flink allows automatic execution of maintenance 
tasks after data is committed to the table, using the 
addPostCommitTopology(...) method.
 
+#### DataStream API
+
+##### Builder
+
+```java
+IcebergSink.forRowData(dataStream)
+    .table(table)
+    .tableLoader(tableLoader)
+    .rewriteDataFiles(true, Map.of(

Review Comment:
   Not really, it is an existing pattern, but I don't know why you would turn 
off the maintenance task again, and the default will always be false.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to