nathanb9 commented on code in PR #9673:
URL: https://github.com/apache/arrow-rs/pull/9673#discussion_r3069740920
##########
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:
I added that flag in previous
[pr](https://github.com/apache/arrow-rs/pull/9624/changes). The reason I want
to remove it now is bc the flag causes failures in dev pr because we do not
make change to a file in the arrow dir. The dev pr figures out which flag based
on directory edited:
https://github.com/apache/arrow-rs/blob/main/.github/workflows/dev_pr/labeler.yml
--
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]