liurenjie1024 commented on code in PR #1568:
URL: https://github.com/apache/iceberg-rust/pull/1568#discussion_r2259857822
##########
crates/catalog/glue/src/catalog.rs:
##########
@@ -624,15 +624,75 @@ impl Catalog for GlueCatalog {
}
}
+ /// Asynchronously registers an existing table into the Glue Catalog.
Review Comment:
Why adding `Asynchronously`? Do you mean the async function? If so, we
typically don't add this word.
--
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]