liurenjie1024 commented on code in PR #220: URL: https://github.com/apache/iceberg-rust/pull/220#discussion_r1502118268
########## crates/iceberg/Cargo.toml: ########## @@ -62,6 +62,8 @@ urlencoding = { workspace = true } uuid = { workspace = true } [dev-dependencies] +iceberg_test_utils = { path = "../test_utils", features = ["tests"] } +port_scanner = { workspace = true } Review Comment: We don't need this, you can refer to the yaml as an example: https://github.com/apache/iceberg-rust/blob/641d05800e97afe732fe6c8317c01d022e449092/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml#L39 -- 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