alamb commented on code in PR #6795:
URL: https://github.com/apache/arrow-rs/pull/6795#discussion_r1857303316
##########
parquet/examples/async_read_parquet.rs:
##########
@@ -45,7 +45,7 @@ async fn main() -> Result<()> {
builder = builder.with_projection(mask);
// Highlight: set `RowFilter`, it'll push down filter predicates to skip
IO and decode.
- // For more specific usage: please refer to
https://github.com/apache/arrow-datafusion/blob/master/datafusion/core/src/physical_plan/file_format/parquet/row_filter.rs.
+ // For more specific usage: please refer to
https://github.com/apache/datafusion/blob/main/datafusion/core/src/datasource/physical_plan/parquet/row_filter.rs.
Review Comment:
code moved, so I updated the link
--
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]