tustvold opened a new pull request, #1956:
URL: https://github.com/apache/arrow-rs/pull/1956
# Which issue does this PR close?
Part of #1163
# Rationale for this change
https://github.com/apache/arrow-rs/pull/1810 added the
InMemoryColumnChunkReader, but I stupidly neglected to actually hook it up
:facepalm:
# What changes are included in this PR?
Alters ParquetRecordBatchStream to use the InMemoryColumnChunkReader to
avoid an unnecessary copy. For large column chunks, this represents a
significant saving.
# 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]