martin-g commented on code in PR #18457:
URL: https://github.com/apache/datafusion/pull/18457#discussion_r2509935171
##########
datafusion/datasource-arrow/src/source.rs:
##########
@@ -272,3 +435,361 @@ impl FileOpener for ArrowOpener {
}))
}
}
+
+/// `FileSource` wrapper for both Arrow IPC file and stream formats
+#[derive(Clone)]
+pub struct ArrowSource {
+ pub inner: Arc<dyn FileSource>,
Review Comment:
```suggestion
pub(crate) inner: Arc<dyn FileSource>,
```
--
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]