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


##########
datafusion/core/src/physical_plan/sorts/sort.rs:
##########
@@ -1054,7 +1054,7 @@ mod tests {
     #[tokio::test]
     async fn test_sort_fetch_memory_calculation() -> Result<()> {
         // This test mirrors down the size from the example above.
-        let avg_batch_size = 5336;
+        let avg_batch_size = 6000;

Review Comment:
   I suspect this relates to the recent changes that make arrays themselves 
slightly larger



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