zhoudongyan commented on code in PR #3835: URL: https://github.com/apache/arrow-datafusion/pull/3835#discussion_r996235238
########## datafusion/core/src/physical_plan/planner.rs: ########## @@ -462,13 +462,13 @@ impl DefaultPhysicalPlanner { ) -> BoxFuture<'a, Result<Arc<dyn ExecutionPlan>>> { async move { let exec_plan: Result<Arc<dyn ExecutionPlan>> = match logical_plan { - LogicalPlan::TableScan (TableScan { - source, - projection, - filters, - fetch, - .. - }) => { + LogicalPlan::TableScan(TableScan { + source, + projection, + filters, + fetch, + .. + }) => { Review Comment: They are auto-formatted by CLion IDE, let me try to to revert these unrelated changes. CC @jackwener -- 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