progval commented on code in PR #5860:
URL: https://github.com/apache/arrow-rs/pull/5860#discussion_r1638763652
##########
parquet/Cargo.toml:
##########
@@ -68,6 +68,9 @@ twox-hash = { version = "1.6", default-features = false }
paste = { version = "1.0" }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
+dsi-progress-logger = { version = "0.2.4", optional = true }
Review Comment:
How do you feel about depending only on
[`sysinfo`](https://crates.io/crates/sysinfo) to display the RAM usage? It has
a small set of dependrencies
##########
parquet/Cargo.toml:
##########
@@ -68,6 +68,9 @@ twox-hash = { version = "1.6", default-features = false }
paste = { version = "1.0" }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
+dsi-progress-logger = { version = "0.2.4", optional = true }
Review Comment:
How do you feel about depending only on
[`sysinfo`](https://crates.io/crates/sysinfo) to display the RAM usage? It has
a small set of dependencies
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]