haohuaijin commented on code in PR #8400:
URL: https://github.com/apache/arrow-datafusion/pull/8400#discussion_r1412778322


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -877,19 +877,20 @@ impl LogicalPlan {
                     input: Arc::new(inputs[0].clone()),
                 }))
             }
-            LogicalPlan::Explain(_) => {
+            LogicalPlan::Explain(e) => {

Review Comment:
   I find we can correct transform `LogicalPlan::Analyze` in below
   
https://github.com/apache/arrow-datafusion/blob/340ecfdfe0e6667d2c9f528a60d8ee7fa5c34805/datafusion/expr/src/logical_plan/plan.rs#L871-L878
   so I used the same approach in `LogicalPlan::Explain`



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