liurenjie1024 commented on code in PR #442: URL: https://github.com/apache/iceberg-rust/pull/442#discussion_r1667343368
########## crates/iceberg/src/runtime/mod.rs: ########## @@ -26,6 +26,8 @@ pub enum JoinHandle<T> { Tokio(tokio::task::JoinHandle<T>), #[cfg(all(feature = "async-std", not(feature = "tokio")))] Review Comment: Oh, I get your point. This is somehow different from storage, which could not coexist. -- 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