tustvold commented on issue #3506:
URL: https://github.com/apache/arrow-rs/issues/3506#issuecomment-1378795695

   Another possibility might be to return `Cow<'_, [u8]>`, this would result in 
an allocation for big endian systems, but I am not sure how important it is to 
optimise for this case.
   
   FWIW the parquet and arrow crates in general are unlikely to work correctly 
on big endian systems, mainly because they aren't actually tested on such a 
system. There is probably a higher level ticket to formulate an approach to 
properly supporting such architectures if that is something you are interested 
in? 🤔


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to