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

   _Draft as builds on #1807_
   
   # Which issue does this PR close?
   
   Part of #1163
   
   # Rationale for this change
    
   This is the first part of reworking the read path to use less custom 
abstractions, in particular it splits reading the page bytes from interpreting 
those bytes.
   
   # What changes are included in this PR?
   
   Splits the decode logic out of SerializedPageReader into free functions, and 
then uses this within ParquetRecordBatchStream to elide a copy.
   
   # Are there any user-facing changes?
   
   No


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