nathanb9 commented on code in PR #9673:
URL: https://github.com/apache/arrow-rs/pull/9673#discussion_r3075100094
##########
parquet/src/util/push_buffers.rs:
##########
@@ -156,7 +156,6 @@ impl PushBuffers {
}
/// Clear all buffered ranges and their corresponding data
- #[cfg(feature = "arrow")]
Review Comment:
@alamb FYI incase it matters the CI failed in main. It looks like a
transient network thing not related to above but not sure. Retry might fix?
logs show:
```...1: error sending request for url
(https://static.rust-lang.org/dist/channel-rust-1.85.0.toml.sha256)\n 2:
client error (Connect)\n 3: tcp connect error: Network is unreachable
(os error 101)\n 4: Network is unreachable (os error 101)\n...```
--
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]