tustvold opened a new pull request, #2572:
URL: https://github.com/apache/arrow-datafusion/pull/2572

   _Draft as builds on #2571 which fixes the avro tests_
   
   # Which issue does this PR close?
   
   Part of #2489 
   
    # Rationale for this change
   
   The IOx ObjectStore does not have an equivalent notion of ObjectReader, 
decoupling FileFormat from such notions is therefore a necessary precondition 
of any migration. I also think it makes the API significantly easier to use
   
   # What changes are included in this PR?
   
   Reworks FileFormat to be in terms of FileMeta and ObjectStore, instead of 
ObjectReader and ObjectReaderStream. These concepts translate cleanly, with 
FileMeta -> ObjectMeta.
   
   # Are there any user-facing changes?
   
   Yes, FileFormat is a public API


-- 
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]

Reply via email to