pchintar commented on PR #9778:
URL: https://github.com/apache/arrow-rs/pull/9778#issuecomment-4320404430

   @alamb That makes sense — I looked into this, and implementing 
`read_buffer<T>` correctly would require restructuring the current reader flow.
   
   Today `read_buffer` operates on slices of an already materialized IPC body 
buffer, so type-aware allocation would need to happen earlier during the body 
read, or require bypassing `ArrayDataBuilder` and constructing arrays directly.
   
   I think that goes beyond the scope of this PR, but I’m happy to explore it 
later after my midterms if that direction is preferred.


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