This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 6366219 [BUG] Fix Stream Load cost too much memory (#5875)
add 1ec615c [BUG] Fixed some uninitialized variables (#5850)
No new revisions were added by this update.
Summary of changes:
be/src/exec/csv_scan_node.cpp | 8 +-
be/src/exec/es_scan_node.cpp | 17 +-
be/src/exec/mysql_scan_node.cpp | 6 +-
be/src/exec/odbc_scan_node.cpp | 6 +-
be/src/exec/olap_scanner.cpp | 20 +-
be/src/exec/partitioned_hash_table.cc | 13 +-
.../schema_scanner/schema_charsets_scanner.cpp | 16 +-
.../schema_scanner/schema_collations_scanner.cpp | 19 +-
.../schema_scanner/schema_variables_scanner.cpp | 12 +-
be/src/http/action/tablets_distribution_action.cpp | 43 ++-
be/src/olap/fs/file_block_manager.cpp | 2 +-
be/src/olap/hll.cpp | 9 +-
be/src/olap/rowset/beta_rowset_reader.cpp | 12 +-
be/src/olap/rowset/run_length_integer_reader.cpp | 2 +-
be/src/olap/tablet_manager.cpp | 90 +++---
be/src/runtime/data_stream_sender.cpp | 5 +-
be/src/runtime/dpp_sink.cpp | 2 +-
be/src/runtime/fragment_mgr.cpp | 5 +-
be/src/runtime/sorted_run_merger.cc | 2 +-
be/src/service/backend_service.cpp | 12 +-
be/src/udf/udf.cpp | 2 +-
be/src/util/arrow/row_batch.cpp | 2 +-
.../udf/src/udaf_orthogonal_bitmap/bitmap_value.h | 331 ++++++++++-----------
23 files changed, 335 insertions(+), 301 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]