This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 440ad03e4b [fix](coordinator) fix bug that unable to generate query profile (#10002) new 0c2edd12b6 [DefaultConfigChange]enable query vectorization and storage vectorization and storage low cardinality optimization by default (#9848) new 81c622bdc3 [Enhancement] Remove minidump (#9894) new 83f8f7d6ce [Bugfix] be crash when executing sql contains bitmap_intersect function (#9910) new 3b45f8b2e9 [Enhancement][Chore] remove breakpad and unused variable (#9937) new 83d44f8df8 fix: fix a thread safe problem in LoadAction.java (#9955) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/CMakeLists.txt | 5 - be/src/common/config.h | 14 -- be/src/exprs/bitmap_function.cpp | 3 +- be/src/runtime/CMakeLists.txt | 1 - be/src/runtime/minidump.cpp | 169 --------------------- be/src/runtime/minidump.h | 64 -------- be/src/service/doris_main.cpp | 11 -- be/test/runtime/minidump_test.cpp | 81 ---------- docs/en/developer-guide/minidump.md | 4 +- docs/zh-CN/developer-guide/minidump.md | 4 +- .../org/apache/doris/httpv2/rest/LoadAction.java | 11 +- .../java/org/apache/doris/qe/SessionVariable.java | 2 +- ...map_intersect.out => test_bitmap_serialize.out} | 2 +- ...tersect.groovy => test_bitmap_serialize.groovy} | 24 ++- thirdparty/build-thirdparty.sh | 10 -- thirdparty/vars.sh | 9 -- 16 files changed, 24 insertions(+), 390 deletions(-) delete mode 100644 be/src/runtime/minidump.cpp delete mode 100644 be/src/runtime/minidump.h delete mode 100644 be/test/runtime/minidump_test.cpp copy regression-test/data/correctness/{test_bitmap_intersect.out => test_bitmap_serialize.out} (96%) copy regression-test/suites/correctness/{test_bitmap_intersect.groovy => test_bitmap_serialize.groovy} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org