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


##########
datafusion/core/src/config.rs:
##########
@@ -27,6 +27,9 @@ use std::env;
 /// Configuration option "datafusion.optimizer.filter_null_join_keys"
 pub const OPT_FILTER_NULL_JOIN_KEYS: &str = 
"datafusion.optimizer.filter_null_join_keys";
 
+/// Configuration option "datafusion.explain.logical_plan"

Review Comment:
   Thanks!
   I add two options 'datafusion.explain.logical_plan_only' and 
'datafusion.explain.physical_plan_only'.
   If set datafusion.explain.logical_plan_only to true, only print logical 
plans.
   If set datafusion.explain.physical_plan_only to true, only print physical 
plans.
   Both default to false.
   
   But if both are set to true, print nothing currently.



-- 
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]

Reply via email to