rdblue commented on code in PR #5334: URL: https://github.com/apache/iceberg/pull/5334#discussion_r927852230
########## docs/configuration.md: ########## @@ -79,6 +79,7 @@ Iceberg tables support table properties to configure table behavior, like the de | write.object-storage.enabled | false | Enables the object storage location provider that adds a hash component to file paths | | write.data.path | table location + /data | Base location for data files | | write.metadata.path | table location + /metadata | Base location for metadata files | +| write.upsert.enabled | false | Enables upsert mode (currently flink only) | Review Comment: I think this should be in a Flink section, not in general table properties. Is there a Flink section for these? -- 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]
