You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Derive Debug for SessionStateBuilder, adding Debug requirements to fields (#12632)
* Require Debug for PhysicalOptimizerRule
* Add reference to meet &JoinType type required
* Revert "Add reference to meet &JoinType type required" as clippy lint informs this is unnecessary
This reverts commit f69d73c.
* Require `Debug` for `CatalogProvider`, `CatalogProviderList`, UrlTableFactory
* Add derive Debug to meet api-change
* Add derive Debug in datafusion-cli to support api-change of CatalogProviderList
* Require Debug for ExprPlanner
* Require Debug for QueryPlanner
* Require Debug for TableFunctionImpl
* Require Debug for SerializerRegistry
* Require Debug for FunctionFactory
* Derive `Debug` on `SessionStateBuilder`
* Implement `Debug` for `SessionStateBuilder` to reorder output fields, keep consistent Debug field order with `SessionState`
* Settle TODO for displaying `Debug` of `InformationSchemaConfig` after `CatalogProviderList` requires `Debug`
0 commit comments