Xuanwo commented on code in PR #428: URL: https://github.com/apache/iceberg-rust/pull/428#discussion_r1666227308
########## Cargo.toml: ########## @@ -82,6 +82,7 @@ serde_repr = "0.1.16" serde_with = "3.4.0" tempfile = "3.8" tokio = { version = "1", features = ["macros"] } +tokio-shared-rt = "0.1.0" Review Comment: > So here I want to rewrite our own macro, or do something like this? This leads to the solution I proposed in https://github.com/apache/iceberg-rust/issues/425: We need our own test harness if we want `cargo test` still works. -- 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