dhegberg commented on code in PR #13086: URL: https://github.com/apache/datafusion/pull/13086#discussion_r1820895158
########## datafusion/physical-plan/src/aggregates/order/partial.rs: ########## @@ -22,6 +22,7 @@ use datafusion_common::Result; use datafusion_execution::memory_pool::proxy::VecAllocExt; use datafusion_expr::EmitTo; use datafusion_physical_expr::PhysicalSortExpr; +use std::mem::size_of; Review Comment: Yes, the minimum supported version test was failing without the explicit import. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
