sdd commented on code in PR #951: URL: https://github.com/apache/iceberg-rust/pull/951#discussion_r2018013263
########## Cargo.toml: ########## @@ -83,7 +83,7 @@ port_scanner = "0.1.5" rand = "0.8.5" regex = "1.10.5" reqwest = { version = "0.12.2", default-features = false, features = ["json"] } -roaring = "0.10" +roaring = { version = "0.10", git = "https://github.com/RoaringBitmap/roaring-rs.git" } Review Comment: Waiting on [this](https://github.com/RoaringBitmap/roaring-rs/pull/316/files#diff-05dc7f18d55c41aa3866ae0cbcf3ef890fbe3996872a5f3affd9879c48caa8a6R20) to be released by roaring-rs so that we don't need the git ref here -- 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