Xuanwo commented on code in PR #1154: URL: https://github.com/apache/iceberg-rust/pull/1154#discussion_r2083093675
########## crates/iceberg/src/transaction/mod.rs: ########## @@ -127,12 +127,14 @@ impl<'a> Transaction<'a> { } /// Creates a fast append action. - pub fn fast_append( + pub async fn fast_append( Review Comment: Makes sense. -- 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