Ted-Jiang commented on code in PR #3047:
URL: https://github.com/apache/arrow-rs/pull/3047#discussion_r1017957199
##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -590,6 +590,66 @@ impl ParquetRecordBatchReader {
}
}
+// Combine two lists of `RowSelection` return the intersection of them
Review Comment:
@alamb I used to put it in `selection.rs` [refactor avoid pub
mod](https://github.com/apache/arrow-rs/pull/3047/commits/7627627be8e82850a7e64414c1a347cbda18053b),
but it need pub the `selection` mod avoid method not used, it this ok?🤔 or
any method
--
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]