You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/27 10:59:20 UTC

[GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2631: Prepare for arrow 15 release

tustvold commented on code in PR #2631:
URL: https://github.com/apache/arrow-datafusion/pull/2631#discussion_r883505955


##########
datafusion/core/src/physical_plan/common.rs:
##########
@@ -365,7 +365,7 @@ mod tests {
         let expected = Statistics {
             is_exact: true,
             num_rows: Some(3),
-            total_byte_size: Some(416), // this might change a bit if the way we compute the size changes
+            total_byte_size: Some(464), // this might change a bit if the way we compute the size changes

Review Comment:
   The changes to DataType have made it bigger, I don't think this is a problem



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org