AnthonyZhOon opened a new pull request, #12663: URL: https://github.com/apache/datafusion/pull/12663
## Which issue does this PR close? Uses #12555 to improve the `Debug` impl of `SessionState` ## Rationale for this change Now that the `Debug` for `SessionStateBuilder` covers all fields, this change, all fields of `SessionState` can also be shown in debugs. ## What changes are included in this PR? 1. Enable missing debug fields for `SessionState` ## Are these changes tested? By CI and the compiler ## Are there any user-facing changes? A different result from debug printing `SessionState` where the previously missing fields are now visible. -- 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]
