File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
datafusion/functions-aggregate/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1164,7 +1164,7 @@ mod tests {
11641164 let pool = TrackingMemoryPool :: default ( ) ;
11651165 let total_size = acc. size ( Some ( & pool) ) ;
11661166 // if we don't use the memory pool: size(None); we get 17148
1167- assert_eq ! ( total_size, 1056 ) ;
1167+ assert_eq ! ( total_size, 1096 ) ;
11681168
11691169 Ok ( ( ) )
11701170 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use datafusion_expr::ColumnarValue;
2424use datafusion_physical_expr_common:: physical_expr:: PhysicalExpr ;
2525
2626/// Recursively claims all buffers in an ArrayData and its children with the memory pool.
27- /// TODO: remove once https://github.com/apache/arrow-rs/pull/8918 lands.
27+ /// TODO: remove once < https://github.com/apache/arrow-rs/pull/8918> lands.
2828pub ( crate ) fn claim_buffers_recursive (
2929 data : & arrow:: array:: ArrayData ,
3030 pool : & dyn arrow_buffer:: MemoryPool ,
You can’t perform that action at this time.
0 commit comments