Omega359 commented on code in PR #16644: URL: https://github.com/apache/datafusion/pull/16644#discussion_r2180153096
########## Cargo.toml: ########## @@ -173,6 +173,8 @@ rstest = "0.25.0" serde_json = "1" sqlparser = { version = "0.55.0", default-features = false, features = ["std", "visitor"] } tempfile = "3" +testcontainers = { version = "0.24", features = ["default"] } +testcontainers-modules = { version = "0.12" } Review Comment: fyi, I am not sure why but locally I am unable to properly run minio with version 0.12, I have this in my Cargo.toml: ``` # version 0.12.0 seems to cause minio to hang testcontainers-modules = { version = "=0.11.6", features = ["postgres", "minio", "blocking"] } ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org