2010YOUY01 commented on issue #19414: URL: https://github.com/apache/datafusion/issues/19414#issuecomment-3680094135
I agree that we should always GC when spilling. Avoid doing so if the batch is already compact is a neat idea, however this optimization might be a bit challenging, I was imaging this can be stored as a property (we already have column level properties, but don't have batch level properties yet), and figure out how to propagate this property in relevant operators. -- 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]
