EmilyMatt opened a new pull request, #8930: URL: https://github.com/apache/arrow-rs/pull/8930
# Which issue does this PR close? - Closes #8929 . # Rationale for this change Allows for proper file splitting within an asynchronous context. # What changes are included in this PR? The raw implementation, allowing for file splitting, starting mid-block(read until sync marker is found), and further reading until end of block is found. This reader currently requires a reader_schema is provided if type-promotion, schema-evolution, or projection are desired. This is done so because https://github.com/apache/arrow-rs/issues/8928 is currently blocking proper parsing from an ArrowSchema # Are these changes tested? Yes # Are there any user-facing changes? Only the addition. Other changes are internal to the crate (namely the way Decoder is created from parts) -- 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]
