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 24fb24db3eb [refactor](catalog) catalog interface refactor #31047
(#31135)
new b69acbf98bf [Improvement](group commit) FE should throw
NotFoundException if database or table not exist when loading data (#31113)
new 15964ee3d84 [opt](deps) reduce the size of FE dependencies (#31129)
new a7a530189e2 [regression-test](decimalv3) Adding numerical precision
exceeding the data type will error case (#31068)
new fd453ace383 [enhancement](sc-test) Optimize waitForSchemeChangeDone
(#31002)
new 493385c2c71 [Bug](AggState) fix not match function when agg combinator
function has alias (#31101)
new 54e8354fc69 [doc](mtmv) Update the mtmv documentation to make it
consistent with the code (#30899)
new 4aaab6fb441 [fix](statistics)Refresh follower FE cache after alter
column stats. Support alter index column stats (#31108)
new 95a1e1c0bfb [Enhancement](tools) Support transaction for benchmarks
loading (#31126)
new 92518166738 [fix](Nereids): log constraint editlog in lock scope
(#30630)
new 6d7662e8ac5 [fix](tools) Fix non-standard code in tpch/tpcds dbgen
tools leading to compilation failure (#31124)
new 97c9d75af34 [Feature](executor)Add scan_thread_num property for
workload group (#31106)
new 2af920c6f89 [chore](regression) Update q03.sql (#31063)
The 12 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/runtime/task_group/task_group.cpp | 15 +-
be/src/runtime/task_group/task_group.h | 2 +
be/src/runtime/task_group/task_group_manager.cpp | 4 +
be/src/vec/data_types/data_type_agg_state.h | 28 +---
be/src/vec/exec/scan/scanner_scheduler.cpp | 2 +-
be/src/vec/exec/scan/scanner_scheduler.h | 35 ++---
be/src/vec/exprs/vectorized_agg_fn.cpp | 4 +-
docs/en/docs/admin-manual/workload-group.md | 1 +
.../async-materialized-view.md | 5 +
.../Create/CREATE-ASYNC-MATERIALIZED-VIEW.md | 9 +-
docs/zh-CN/docs/admin-manual/workload-group.md | 1 +
.../async-materialized-view.md | 5 +
.../Create/CREATE-ASYNC-MATERIALIZED-VIEW.md | 8 +-
fe/fe-core/pom.xml | 4 +
fe/fe-core/src/main/cup/sql_parser.cup | 7 +-
.../doris/analysis/AlterColumnStatsStmt.java | 27 +++-
.../java/org/apache/doris/catalog/TableIf.java | 113 ++++++++------
.../trees/plans/commands/AddConstraintCommand.java | 13 +-
.../plans/commands/DropConstraintCommand.java | 5 +-
.../java/org/apache/doris/persist/EditLog.java | 2 +-
.../resource/workloadgroup/WorkloadGroup.java | 24 ++-
.../resource/workloadgroup/WorkloadGroupMgr.java | 1 +
.../apache/doris/service/FrontendServiceImpl.java | 13 +-
.../org/apache/doris/statistics/ColStatsData.java | 12 ++
.../doris/statistics/StatisticsRepository.java | 11 +-
.../doris/tablefunction/MetadataGenerator.java | 5 +-
.../WorkloadGroupsTableValuedFunction.java | 1 +
.../catalog/constraint/ConstraintPersistTest.java | 55 ++++++-
fe/pom.xml | 22 ++-
gensrc/thrift/BackendService.thrift | 1 +
.../data/datatype_p0/agg_state/test_agg_state.out | 6 +
.../decimalv3/test_decimalv3_string.out} | 11 +-
.../data/workload_manager_p0/test_curd_wlg.out | 24 +--
.../org/apache/doris/regression/suite/Suite.groovy | 11 +-
.../datatype_p0/agg_state/test_agg_state.groovy | 3 +
.../decimalv3/test_decimalv3_string.groovy | 28 ++++
.../sql_functions/array_functions/sql/q03.sql | 2 +-
.../suites/statistics/test_analyze_mv.groovy | 42 +++++
.../workload_manager_p0/test_curd_wlg.groovy | 20 ++-
tools/clickbench-tools/load-clickbench-data.sh | 37 +++--
tools/ssb-tools/bin/load-ssb-data.sh | 169 ++++++++++++++++++---
tools/tpcds-tools/README.md | 3 +-
tools/tpcds-tools/bin/build-tpcds-tools.sh | 10 +-
tools/tpcds-tools/bin/load-tpcds-data.sh | 40 +++--
tools/tpch-tools/README.md | 2 +
tools/tpch-tools/bin/build-tpch-dbgen.sh | 8 +-
tools/tpch-tools/bin/load-tpch-data.sh | 123 +++++++++++----
47 files changed, 732 insertions(+), 242 deletions(-)
copy regression-test/data/{compaction/test_single_replica_compaction.out =>
datatype_p0/decimalv3/test_decimalv3_string.out} (57%)
create mode 100644
regression-test/suites/datatype_p0/decimalv3/test_decimalv3_string.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]