tustvold commented on PR #2529:
URL: https://github.com/apache/arrow-rs/pull/2529#issuecomment-1221494757

   > I can't find the point where to improve the performance in #2522 refactor 
to remove the DecimalByteArrayConvert?
   
   CompkexObjectArrayReader reads to the row format, i.e. separately boxed 
ByteArray for each row. ByteArrayReader reads to a contiguous arrow buffer. It 
also has an optimised path for reading non-nested definition levels. It should 
therefore be significantly faster, not to mention correctly handling nesting


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