carlosahs commented on issue #18881: URL: https://github.com/apache/datafusion/issues/18881#issuecomment-3587333740
@Jefffrey, for `datafusion-functions-nested` it suffices to add `#![deny(clippy::allow_attributes)]` as there is no usage of `#[allow]`. The same applies to `datafusion-functions-table`. If it's ok, I'll create a PR to enforce `clippy::allow_attributes` for all `datafusion-functions-*` crates as it looks like usage of `#[allow]` is low and to avoid raising multiple 1-liner PRs. -- 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]
