Prathamesh9284 commented on PR #1376: URL: https://github.com/apache/datafusion-python/pull/1376#issuecomment-3897849376
Thank you for fixing the internal function name mismatch and adjusting the unit test. I did notice that one of the CI builds failed. The failure appears to be related to a Clippy lint (redundant_closure). I’ve pushed a small fix replacing the redundant closure with the function directly (map_err(to_datafusion_err)), which should resolve the lint issue across environments. -- 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]
