CTTY commented on code in PR #1584:
URL: https://github.com/apache/iceberg-rust/pull/1584#discussion_r2289458683


##########
crates/catalog/glue/tests/glue_catalog_test.rs:
##########
@@ -367,3 +368,69 @@ async fn test_list_namespace() -> Result<()> {
 
     Ok(())
 }
+
+#[tokio::test]
+async fn test_update_table() -> Result<()> {

Review Comment:
   I think this is a good point, but I didn't test conflicts, because currently 
it's tricky to forge conflicts that are non-retryable without more complicated 
transaction actions like overwrite or rewrite



-- 
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]

Reply via email to