This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 72fd745 [Load] Fix broker load's file format npe bug (#2689) add 852046d Fix incompatibility with arm architecture in olap #2645 (#2682) No new revisions were added by this update. Summary of changes: be/src/common/atomic.h | 4 + be/src/exec/aggregation_node.cpp | 1 - be/src/exec/broker_scanner.cpp | 4 +- be/src/olap/atomic.h | 231 --------------------- be/src/olap/bhp_lib.h | 22 -- be/src/olap/olap_index.h | 1 - be/src/olap/rowset/segment_group.cpp | 4 +- be/src/olap/rowset/segment_group.h | 3 +- .../olap/rowset/segment_v2/bitshuffle_wrapper.cpp | 6 + be/src/olap/storage_engine.h | 4 - be/src/olap/txn_manager.h | 1 - be/src/olap/utils.cpp | 7 +- be/src/olap/utils.h | 2 + 13 files changed, 22 insertions(+), 268 deletions(-) delete mode 100644 be/src/olap/atomic.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org