You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/13 19:33:54 UTC

[GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2895: add session option 'datafusion.explain.logical_plan'. when set to true, the explain statement will only print logical plans.

andygrove commented on code in PR #2895:
URL: https://github.com/apache/arrow-datafusion/pull/2895#discussion_r920433312


##########
datafusion/core/src/config.rs:
##########
@@ -119,6 +125,16 @@ impl BuiltInConfigs {
                 predicate push down.",
                 false,
             ),
+            ConfigDefinition::new_bool(

Review Comment:
   can you run `./dev/update_config_docs.sh` to re-generate the documentation to include these new options



-- 
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-unsubscribe@arrow.apache.org

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