rdblue commented on code in PR #5334: URL: https://github.com/apache/iceberg/pull/5334#discussion_r930208363
########## 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 it's a problem that this is a general property that is unsupported by all engines other than Flink. Since we can't really fix the property name, let's move it to a Flink section so it is clear that only Flink supports it. -- 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]
