chakkk309 commented on code in PR #19133: URL: https://github.com/apache/datafusion/pull/19133#discussion_r2598302395
########## datafusion/catalog-listing/src/mod.rs: ########## @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -#![cfg_attr(test, allow(clippy::needless_pass_by_value))] Review Comment: Yes, the CI was failing with "unfulfilled lint expectations" because the needless_pass_by_value lint wasn't actually being triggered in the test code. -- 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]
