alamb commented on code in PR #9725:
URL: https://github.com/apache/arrow-datafusion/pull/9725#discussion_r1534413046


##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -4539,7 +4539,8 @@ mod tests {
         // The alignment requirements differ across architectures and
         // thus the size of the enum appears to as well
 
-        assert_eq!(std::mem::size_of::<ScalarValue>(), 48);
+        // The value can be changed depending on rust version
+        assert_eq!(std::mem::size_of::<ScalarValue>(), 64);

Review Comment:
   https://github.com/apache/arrow-datafusion/pull/9728



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