etseidl commented on PR #6159:
URL: https://github.com/apache/arrow-rs/pull/6159#issuecomment-2258914518

   Note to reviewers: I could use some help for the following: 
https://github.com/etseidl/arrow-rs/blob/1c1af32c097df124d00e0ecf84ae72fdc629e250/parquet/src/encodings/decoding/byte_stream_split_decoder.rs#L151-L158
   
   IIUC, `slice_as_bytes` cannot be used for the FLBA data because the bytes 
may not all be contiguous in memory. So on decode this was the only way I could 
come up with to get the decoded bytes into their proper location in the output.


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