v0y4g3r commented on issue #3506: URL: https://github.com/apache/arrow-rs/issues/3506#issuecomment-1380561023
> 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? 🤔 I'm just curious about the way arrow-rs handles endianness in parquet's plain encoding so I found that. Maybe we should leave a todo to let others known it's not by design to let the platform to determine endianness when writing statistics? -- 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]
