This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from e8a20d8899f [fix](meta) remove default_cluster prefix in recover db
log (#30350)
new 4681958cf76 [improvement](replica) set replica drop write editlog
(#30345)
new 3ffd5b8e9a9 [fix](Nereids) some special expression should not be
constant (#30305)
new 4452f5df199 [doc](release) fix connector release doc (#30362)
new 2ecc6ed0d47 [opt](inverted index)Add RAM directory null cases (#30353)
new ce0b4fed6da [feat](log) Update RestApiExceptionHandler log level from
debug to warn (#30306)
new 007a489f46b [memoryleak](execontext) dctor should be virtual to avoid
memory leak (#30359)
new 90ed663eb00 [fix](move-memtable) all sinks wait stream close for load
timeout (#30356)
new 7938531d1ea [feature](load) enable memtable on sink node by default
(#30372)
new 75ba0aa90a6 [fix](group_commit) Fix commit txn problem when replaying
wal (#30361)
The 9 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/common/config.cpp | 2 -
be/src/common/config.h | 2 -
be/src/olap/wal/wal_table.cpp | 1 +
be/src/runtime/task_execution_context.h | 2 +
be/src/vec/sink/load_stream_stub.cpp | 7 -
be/src/vec/sink/load_stream_stub.h | 1 -
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 5 +-
be/src/vec/sink/writer/vtablet_writer_v2.h | 1 +
.../release-and-verify/release-doris-connectors.md | 19 ++-
docs/en/docs/advanced/variables.md | 2 +-
.../release-and-verify/release-doris-connectors.md | 19 ++-
docs/zh-CN/docs/advanced/variables.md | 2 +-
.../main/java/org/apache/doris/catalog/Env.java | 30 +++--
.../java/org/apache/doris/catalog/Replica.java | 20 ++-
.../httpv2/exception/RestApiExceptionHandler.java | 8 +-
.../nereids/trees/expressions/Expression.java | 18 ++-
.../persist/SetReplicaStatusOperationLog.java | 9 +-
.../java/org/apache/doris/qe/SessionVariable.java | 2 +-
.../org/apache/doris/catalog/AdminStmtTest.java | 3 +-
...ll.out => test_inverted_index_null_ram_dir.out} | 0
.../test_inverted_index_null_ram_dir.groovy | 147 +++++++++++++++++++++
.../window_functions/test_window_function.groovy | 4 +
22 files changed, 245 insertions(+), 59 deletions(-)
copy regression-test/data/inverted_index_p0/{test_inverted_index_null.out =>
test_inverted_index_null_ram_dir.out} (100%)
create mode 100644
regression-test/suites/inverted_index_p0/test_inverted_index_null_ram_dir.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]