This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c1435c05894 [regression test](routine test) add case for
send_batch_parallelism (#27333)
add 1cd1c58eee4 [Feature](group commit) move group_commit_interval_ms from
be.conf to table property (#27116)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 1 -
be/src/common/config.h | 1 -
be/src/runtime/group_commit_mgr.cpp | 14 +--
be/src/runtime/group_commit_mgr.h | 7 +-
.../main/java/org/apache/doris/alter/Alter.java | 2 +
.../apache/doris/alter/SchemaChangeHandler.java | 1 +
.../analysis/ModifyTablePropertiesClause.java | 15 ++++
.../main/java/org/apache/doris/catalog/Env.java | 4 +
.../java/org/apache/doris/catalog/OlapTable.java | 8 ++
.../org/apache/doris/catalog/TableProperty.java | 10 +++
.../apache/doris/common/util/PropertyAnalyzer.java | 31 +++++++
.../apache/doris/datasource/InternalCatalog.java | 9 ++
.../apache/doris/service/FrontendServiceImpl.java | 1 +
.../analysis/CreateTableAsSelectStmtTest.java | 63 ++++++++-----
gensrc/thrift/FrontendService.thrift | 1 +
.../test_group_commit_interval_ms_property.out | 13 +++
.../show_p0/test_show_create_table_and_views.out | 8 +-
.../test_group_commit_interval_ms_property.groovy | 100 +++++++++++++++++++++
18 files changed, 253 insertions(+), 36 deletions(-)
create mode 100644
regression-test/data/insert_p0/test_group_commit_interval_ms_property.out
create mode 100644
regression-test/suites/insert_p0/test_group_commit_interval_ms_property.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]