adriangb commented on code in PR #15295: URL: https://github.com/apache/datafusion/pull/15295#discussion_r2100981813
########## datafusion/core/src/datasource/listing/table.rs: ########## @@ -1178,6 +1207,31 @@ impl ListingTable { } } +/// Extension trait for FileSource to allow schema evolution support +pub trait FileSourceExt { Review Comment: I agree: to me it makes sense to just make this a method on `FileSource` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org