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

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

Reply via email to