Dandandan commented on code in PR #3398:
URL: https://github.com/apache/arrow-datafusion/pull/3398#discussion_r967865729
##########
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:
Shouldn't they both be `64`?
--
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]