HaoYang670 commented on code in PR #3398:
URL: https://github.com/apache/arrow-datafusion/pull/3398#discussion_r967939957


##########
datafusion/common/src/scalar.rs:
##########
@@ -2575,7 +2575,7 @@ mod tests {
         // The alignment requirements differ across architectures and
         // thus the size of the enum appears to as as well
 
-        let expected = match cfg!(target_arch = "aarch64") {
+        let expected = match cfg!(target_arch = "x86_64") {
             true => 64,
             false => 48,

Review Comment:
   Actually, I am curious about how are `64` and `48` calculated here.



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