chakkk309 commented on code in PR #19068: URL: https://github.com/apache/datafusion/pull/19068#discussion_r2587043583
########## datafusion/datasource/src/file_scan_config.rs: ########## @@ -19,7 +19,7 @@ //! file sources. use crate::file_groups::FileGroup; -#[allow(unused_imports)] +#[expect(unused_imports)] use crate::schema_adapter::SchemaAdapterFactory; Review Comment: sure -- 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]
