This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4b33676 [Bug] Fix NPE when access follower Fe's web console (#3149) add b286f42 Remove unused PreAggregtionNode (#3151) No new revisions were added by this update. Summary of changes: be/src/exec/CMakeLists.txt | 1 - be/src/exec/exec_node.cpp | 5 - be/src/exec/pre_aggregation_node.cpp | 656 ----------------------------------- be/src/exec/pre_aggregation_node.h | 112 ------ 4 files changed, 774 deletions(-) delete mode 100644 be/src/exec/pre_aggregation_node.cpp delete mode 100644 be/src/exec/pre_aggregation_node.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org