alamb opened a new issue, #11079: URL: https://github.com/apache/datafusion/issues/11079
### Is your feature request related to a problem or challenge? Now that @devinjdangelo has added better support for user defined file formats (see https://github.com/apache/datafusion/pull/11060) We have an example of a custom table provider: https://datafusion.apache.org/library-user-guide/custom-table-providers.html and example It would be great to have an example of creating a file format ### Describe the solution you'd like Add an example in https://github.com/apache/datafusion/tree/main/datafusion-examples that does: 1. Creates a new file format (something basic like use CSV / ROT13) 2. reads / writes data using that format ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
