alamb commented on code in PR #14677:
URL: https://github.com/apache/datafusion/pull/14677#discussion_r1970377001
##########
datafusion/common/src/config.rs:
##########
@@ -704,6 +704,10 @@ config_namespace! {
/// When set to true, the explain statement will print schema
information
pub show_schema: bool, default = false
+
+ /// Display format of explain. Default is "indent".
+ /// When set to "pretty", it will print the plan in a tree-rendered
format.
Review Comment:
rather than `"pretty"` that prints out a tree I suggest we change the option
name to `"tree"`
--
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]