tustvold commented on code in PR #3047:
URL: https://github.com/apache/arrow-rs/pull/3047#discussion_r1018491335
##########
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:
Or perhaps we could rework this method as a member function on RowSelection?
i.e. `fn intersection(&self, other: &RowSelection) -> RowSelection` ?
--
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]