gaodayue opened a new pull request #2793: Reformat BE code 2/7 URL: https://github.com/apache/incubator-doris/pull/2793 Part of #2790 This PR reformat "exec" modules with the following command ``` $ find be/src/exec -type f \( -name \*.h -or -name \*.hpp -or -name \*.cpp -or -iname \*.cc \) | xargs clang-format -i -style=file ``` I have disabled clang-format on full or part of the following files in order to minimize diff size. ``` be/src/exec/es/es_predicate.cpp be/src/exec/es/es_query_builder.cpp be/src/exec/es/es_scroll_parser.cpp be/src/exec/es_scan_node.cpp be/src/exec/kudu_scan_node.cpp be/src/exec/kudu_scan_node.h be/src/exec/kudu_scanner.cpp be/src/exec/new_partitioned_aggregation_node.cc be/src/exec/new_partitioned_aggregation_node.h be/src/exec/new_partitioned_aggregation_node_ir.cc be/src/exec/new_partitioned_hash_table.cc be/src/exec/new_partitioned_hash_table.h be/src/exec/new_partitioned_hash_table.inline.h be/src/exec/orc_scanner.cpp be/src/exec/parquet_reader.cpp be/src/exec/parquet_scanner.cpp be/src/exec/partitioned_hash_table.cc be/src/exec/schema_scanner/schema_columns_scanner.cpp be/src/exec/schema_scanner/schema_tables_scanner.cpp ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org