tustvold commented on code in PR #6115:
URL: https://github.com/apache/arrow-datafusion/pull/6115#discussion_r1176566626
##########
datafusion/core/src/physical_plan/sorts/sort.rs:
##########
@@ -1089,7 +1089,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 = 6000;
+ let avg_batch_size = 5000;
Review Comment:
Arrays are smaller because of https://github.com/apache/arrow-rs/pull/4061
--
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]