corasaurus-hex commented on code in PR #18457:
URL: https://github.com/apache/datafusion/pull/18457#discussion_r2511006971
##########
datafusion/datasource-arrow/src/source.rs:
##########
@@ -36,19 +51,18 @@ use futures::StreamExt;
use itertools::Itertools;
use object_store::{GetOptions, GetRange, GetResultPayload, ObjectStore};
-/// Arrow configuration struct that is given to DataSourceExec
-/// Does not hold anything special, since [`FileScanConfig`] is sufficient for
arrow
+/// `FileSource` for Arrow IPC file format. Supports range-based parallel
reading.
#[derive(Clone)]
-pub struct ArrowSource {
Review Comment:
From the sounds of it it's not going to make it into 51. Do I just make a
section for 52?
--
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]