skytin1004 commented on code in PR #7548: URL: https://github.com/apache/iceberg/pull/7548#discussion_r1188186907
########## docs/aws.md: ########## @@ -198,8 +198,8 @@ With optimistic locking, each table has a version id. If users retrieve the table metadata, Iceberg records the version id of that table. Users can update the table as long as the version ID on the server side remains unchanged. If there is a version mismatch, it means that someone else has modified the table before you did. -The update attempt fails, because you have a stale version of the table. -If this happens, Iceberg refreshes the metadata and checks if there might be potential conflict. +The update attempt fails because you have a stale version of the table. +If this happens, Iceberg refreshes the metadata and checks if there might be a potential conflict. Review Comment: I've revised the sentence to be more concise based on your advice, thank you. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org