martin-g commented on PR #3670: URL: https://github.com/apache/datafusion-comet/pull/3670#issuecomment-4047035080
I was just looking into this PR. A note: ptr::read()/read_unaligned() read in native order. Spark Unsafe uses Little Endian. So, the new code won't work on Big Endian machines. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
