alamb commented on code in PR #24186:
URL: https://github.com/apache/datafusion/pull/24186#discussion_r3769525199
##########
datafusion/datasource-parquet/src/access_plan.rs:
##########
@@ -160,23 +162,77 @@ impl RowGroupAccess {
}
}
-/// Single-pass cursor over a file-level [`RowSelection`].
+/// Splits an overall selection into row groups in one pass.
Review Comment:
Is this effectively a workaround for
https://github.com/apache/arrow-rs/issues/10624 ?
In other words do you suggest we pursue the upstream arrow API first?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]