RishiMenpara opened a new pull request, #18510: URL: https://github.com/apache/datafusion/pull/18510
Added [package.metadata.clippy] section to datafusion/expr/Cargo.toml to enable the needless_pass_by_value lint rule. This helps prevent unnecessary ownership transfers and improves code efficiency. Existing disallowed-methods and disallowed-types were retained for consistency with project standards. - Enforced needless_pass_by_value rule - Preserved disallowed-methods and disallowed-types - Maintained Clippy thresholds for large futures and errors - Verified with cargo clippy --all-targets --all-features -- -D warnings -- 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]
