HawaiianSpork opened a new pull request, #10680: URL: https://github.com/apache/datafusion/pull/10680
This is not a change in behavior except moving the public location of SchemaAdapter. SchemaAdapter was exposed in #10515 to allow callers to define their own implementation. Let me know if you want me to create a corresponding issue. ## Rationale for this change This PR then changes the location so that SchemaAdapter could be used in other data sources since it isn't parquet specific. ## What changes are included in this PR? Moves the public location of `SchemaAdapter` from inside the `parquet` module to the `datasource` module. ## Are these changes tested? Reusing existing tests ## Are there any user-facing changes? This is an API change but the previous exposed API had not been released. -- 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]
