Commit da70fab
authored
* 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`
* Implement `Debug` for `SessionState` to be in sync with `SessionStateBuilder` now that the fields all require `Debug`
* Implement `Debug` for `SessionState` to be in sync with `SessionStateBuilder` now that the fields have `Debug` available
* Correct name in `Debug` impl for `SessionState`
1 parent a0a635a commit da70fab
1 file changed
+14
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
182 | | - | |
183 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
197 | | - | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments