chaoyli commented on a change in pull request #3166: [CodeStyle] Rename new_partition_aggregation_node and new_partitioned_hash_table URL: https://github.com/apache/incubator-doris/pull/3166#discussion_r395576703
########## File path: be/src/exec/partitioned_aggregation_node_ir.cc ########## @@ -15,9 +15,9 @@ // specific language governing permissions and limitations // under the License. -#include "exec/new_partitioned_aggregation_node.h" +#include "exec/partitioned_aggregation_node.h" -#include "exec/new_partitioned_hash_table.inline.h" +#include "exec/partitioned_hash_table.inline.h" Review comment: #include "exec/partitioned_hash_table.inline.h" after #include "exprs/new_agg_fn_evaluator.h" ---------------------------------------------------------------- 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