nuno-faria commented on issue #18362: URL: https://github.com/apache/datafusion/issues/18362#issuecomment-3518371370
@alchemist51 that `mut` used in the `remove` is something that we also noticed when developing the metadata cache (https://github.com/apache/datafusion/pull/17031#discussion_r2251230458). If I remember correctly there was no need to have it there, but we kept it to not change the API. @alamb suggested a follow up ticket to remove it, and given your issue I think we could now get rid of it. -- 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]
