taiyang-li commented on code in PR #4634:
URL: https://github.com/apache/incubator-gluten/pull/4634#discussion_r1519123019


##########
cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp:
##########
@@ -77,9 +69,7 @@ void SubstraitFileSourceStep::applyFilters(const 
DB::ActionDAGNodes added_filter
 {
     filter_actions_dag = 
DB::ActionsDAG::buildFilterActionsDAG(added_filter_nodes.nodes);
     for (const auto & processor : pipe.getProcessors())
-    {

Review Comment:
   remove bracket of for loop is not friendly for reading.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to