AnthonyZhOon opened a new pull request, #12632: URL: https://github.com/apache/datafusion/pull/12632
## Which issue does this PR close? Progress on #12555 ## Rationale for this change To make configuration easier to use by providing debug output. ## What changes are included in this PR? 1. Require `Debug` for `CatalogProvider`, `CatalogProviderList`, `UrlTableFactory`. 2. Require `Debug` for `ExprPlanner`, `QueryPlanner`. 3. Require `Debug` for `TableFunctionImpl` 4. Require `Debug` for `SerializerRegistry` 5. Require `Debug` for `FunctionFactory` 6. `#derive` debug on necessary classes 7. Implement `Debug` on `SessionStateBuilder` by deriving. ## Are these changes tested? By the compiler and CI. ## Are there any user-facing changes? The additional `Debug` requirement is a user-facing API change on the traits affected. -- 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]
