adriangb commented on code in PR #18627:
URL: https://github.com/apache/datafusion/pull/18627#discussion_r2562775761
##########
datafusion/datasource-arrow/src/source.rs:
##########
@@ -66,6 +71,8 @@ enum ArrowFormat {
pub(crate) struct ArrowStreamFileOpener {
object_store: Arc<dyn ObjectStore>,
projection: Option<Vec<usize>>,
+ projected_schema: Option<SchemaRef>,
+ schema_adapter_factory: Option<Arc<dyn SchemaAdapterFactory>>,
Review Comment:
I think we'll be removing `SchemaAdapter` from basically everywhere except
maybe stats projection soon, so I'd like to leave this change as minimal as
possible for now.
--
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]