rdblue commented on code in PR #4501: URL: https://github.com/apache/iceberg/pull/4501#discussion_r842977990
########## docs/integrations/nessie.md: ########## @@ -159,3 +159,4 @@ for different examples of Nessie and Iceberg in action together. ## Future Improvements * Iceberg multi-table transactions. Changes to multiple Iceberg tables in the same transaction, isolation levels etc +* It is worth noting that Nessie currently does not distinguish between a table being created vs being updated, thus a concurrent transaction that performs an update won't be failing. Review Comment: I don't understand what this means. Can you give an example here and we can talk about how to document the problem? -- 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]
