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 1c5f7dade1 [fix] fix bug when partition_id exceeds integer range in
spark load (#9073)
new 992e824a09 [Fix bug] fix non-equal out join is not supported (#8857)
new 6160303272 [fix](partition) Fix wrong partition distribution key info
for random hash olap table (#9104)
new c9875cb3f1 [fix](dynamic_partition) fix dynamic partition scheduler
not work for olap table with random hash info (#9108)
new 5d5928e474 [Bug][Storage-vectorized] fix code dump on outer join with
not nullable column (#9112)
new 4e7aca29bd [fix](ut)(vectorized) fix a potential stack overflow bug
and some unit test (#9140)
new 19c9f70de2 [revert] "[Fix bug] fix non-equal out join is not supported
(#8857)" (#9150)
The 6 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/src/olap/rowset/segment_v2/segment_iterator.cpp | 60 ++------
be/src/olap/rowset/segment_v2/segment_iterator.h | 11 +-
be/src/vec/core/block.cpp | 9 ++
be/src/vec/core/block.h | 33 ++--
be/src/vec/exec/volap_scan_node.cpp | 51 +++----
be/src/vec/exec/volap_scan_node.h | 3 +
be/src/vec/io/var_int.h | 2 +-
be/test/runtime/CMakeLists.txt | 1 -
be/test/runtime/free_list_test.cpp | 166 ---------------------
.../doris/clone/DynamicPartitionScheduler.java | 20 ++-
.../doris/common/proc/PartitionsProcDir.java | 2 +-
.../apache/doris/common/util/VectorizedUtil.java | 7 +-
.../java/org/apache/doris/utframe/DorisAssert.java | 2 +
13 files changed, 99 insertions(+), 268 deletions(-)
delete mode 100644 be/test/runtime/free_list_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]