alamb commented on code in PR #7577:
URL: https://github.com/apache/arrow-rs/pull/7577#discussion_r2118179090
##########
parquet/src/arrow/arrow_reader/read_plan.rs:
##########
@@ -51,6 +51,7 @@ impl ReadPlanBuilder {
}
/// Returns the current selection, if any
+ #[allow(dead_code)]
Review Comment:
```suggestion
#[cfg(feature = "async")]
```
##########
parquet/src/arrow/arrow_reader/read_plan.rs:
##########
@@ -75,6 +76,7 @@ impl ReadPlanBuilder {
}
/// Returns the number of rows selected, or `None` if all rows are
selected.
+ #[allow(dead_code)]
Review Comment:
```suggestion
#[cfg(feature = "async")]
```
--
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]