devinjdangelo opened a new pull request, #8667: URL: https://github.com/apache/arrow-datafusion/pull/8667
## Which issue does this PR close? Closes #8657 Closes #8637 Closes #8345 ## Rationale for this change DataFusion is built to be as extensible as possible. We currently have a FileType enum which prevents external crates adding support for reading/writing new FileFormats in a ListingTable. ## What changes are included in this PR? Creates a new FileType::Exension(Box<dyn ExtensionFileType>) variant. ## Are these changes tested? Partially by existing tests, additional likely needed ## Are there any user-facing changes? Ability to extend DataFusion to support reading/writing additional file formats more easily -- 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]
