waynexia commented on PR #22119: URL: https://github.com/apache/datafusion/pull/22119#issuecomment-4428807345
This patch optimizes cases when the element to replace is sparse. Maybe for the opposite scenario where elements to retain are sparse can also benefit from a similar optimization. Like only materialize an `extend` when the boolean flag flips. -- 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]
