This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-0.15
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4719771 [Enhance][Load] Reduce the number of segments when loading a
large volume data in one batch (#6947)
new 0465b5c [BUG] fix Calc capacityCoefficient mistake #6898 (#6899)
new e1d8078 [Thirdparty] Fix flatbuffers download url error (#6968)
new 5266ba9 [BUG][Schedule] Fix getMixLoadScore error. (#6975)
new 0faff63 [Build] Generate compile_command.json (#6976)
new cc6a6be Fix the SQL execution error caused by tablet not being found
due to Colocate join (#7002)
new 8bfc0a0 Fix hadoop load failed when enable batch delete in unique
table (#6996)
new 02694af fix issue for JournalEntity (#7005)
new 0a551e4 [refactor] set `forward_to_master` true by default (#7017)
new 1d41162 Union stmt support 'OutFileClause' (#7026)
new 987ca1f [Bug] Fix bug that memtracker in delta writer will be visited
before initializd. (#7013)
new c9d3010 [Bug] Change DateTimeValue Memmory Layout To Old (#7022)
The 11 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 | 2 +
be/src/olap/delta_writer.cpp | 5 +
be/src/olap/task/engine_batch_load_task.cpp | 2 +-
be/src/runtime/datetime_value.h | 28 +++---
be/src/runtime/fragment_mgr.cpp | 8 +-
.../runtime/stream_load/stream_load_executor.cpp | 5 +-
be/src/service/internal_service.cpp | 2 +-
docs/en/administrator-guide/variables.md | 2 +-
docs/zh-CN/administrator-guide/variables.md | 2 +-
.../org/apache/doris/analysis/OutFileClause.java | 8 +-
.../java/org/apache/doris/analysis/SelectStmt.java | 2 +-
.../apache/doris/analysis/SetOperationStmt.java | 2 +
.../doris/analysis/ShowRoutineLoadTaskStmt.java | 5 +
.../apache/doris/clone/BackendLoadStatistic.java | 4 +-
.../org/apache/doris/journal/JournalEntity.java | 3 +-
.../src/main/java/org/apache/doris/load/Load.java | 23 +++++
.../doris/load/routineload/RoutineLoadManager.java | 4 +-
.../main/java/org/apache/doris/qe/Coordinator.java | 15 +--
.../java/org/apache/doris/qe/SessionVariable.java | 2 +-
.../apache/doris/task/HadoopLoadPendingTask.java | 4 +-
.../doris/analysis/OutFileClauseFunctionTest.java | 101 +++++++++++++++++++++
.../org/apache/doris/planner/ColocatePlanTest.java | 14 +++
thirdparty/vars.sh | 2 +-
23 files changed, 193 insertions(+), 52 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/analysis/OutFileClauseFunctionTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]