liukun4515 commented on a change in pull request #1317: URL: https://github.com/apache/arrow-datafusion/pull/1317#discussion_r750939588
########## File path: datafusion/src/logical_plan/builder.rs ########## @@ -696,21 +698,21 @@ impl LogicalPlanBuilder { let schema = schema.to_dfschema_ref()?; if analyze { - Ok(Self::from(LogicalPlan::Analyze { + Ok(Self::from(LogicalPlan::Analyze(AnalyzePlan { Review comment: I think this code style is better than above style. This is same with this pull request #1290 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org