AnthonyZhOon commented on issue #12555:
URL: https://github.com/apache/datafusion/issues/12555#issuecomment-2380685655

   I think a pretty-print debug works okay using a `println!("{:#?}", state)`, 
most of the noise in the default was from printing long Vecs of scalar 
functions which have been moved to the end of debug now.
   Noticed that the missing fields in `SessionState`'s `Debug` was from before 
we enabled it, so here's a pull request adding the remaining debug fields 
#12663 .
   It's also possible to just derive Debug for both `SessionState` and 
`SessionStateBuilder` now.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to