pvary commented on code in PR #14578:
URL: https://github.com/apache/iceberg/pull/14578#discussion_r2528016632
##########
docs/docs/flink-writes.md:
##########
@@ -487,6 +487,7 @@ We need the following information (DynamicRecord) for every
record:
| `Parallelism` | The maximum number of parallel writers for a given
table/branch/schema/spec (WriteTarget). |
| `UpsertMode` | Overrides this table's write.upsert.enabled (optional).
|
| `EqualityFields` | The equality fields for the table(optional).
|
+| `tableCreator(TableCreator creator)` | When DynamicIcebergSink creates new
Iceberg tables, allows overriding how tables are created - setting custom table
properties and location based on the table name. |
Review Comment:
We don't set the `tableCreator` for every record.
This is the parameter for the `DynamicSink`
--
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]