This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from f925b6ea705 [Enhancement](txn) Block new insert into if schema change
happens during transaction (#39483)
new 599c81460ce [Feat](Job)After a job is paused, it can be manually
triggered to execute. (#39565)
new 8b827089e3b [fix](auth)Fix some issues with incorrect permission
verification (#39726)
new b6790134374 [fix](window_funnel) fix problem when upgrading from 3.0
caused by behaviour change of window_funnel (#39739)
new 110b1288b35 [chore](build) Skip cloud module for arm64 (aarch64) in
build-for-release.sh (#39804)
new 07f60ed47bf [fix](catalog) fix invalid getPartitionNames() methods
(#39878)
The 5 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:
.../aggregate_function_simple_factory.h | 2 +-
build-for-release.sh | 6 ++++-
.../org/apache/doris/analysis/ShowColumnStmt.java | 11 +++++++++
.../org/apache/doris/analysis/ShowDataStmt.java | 2 +-
.../org/apache/doris/analysis/ShowSyncJobStmt.java | 9 ++++++++
.../analysis/ShowTabletStorageFormatStmt.java | 6 ++---
.../main/java/org/apache/doris/catalog/Table.java | 9 --------
.../datasource/iceberg/IcebergExternalTable.java | 10 ---------
.../maxcompute/MaxComputeExternalTable.java | 12 ++--------
.../maxcompute/source/MaxComputeScanNode.java | 2 +-
.../org/apache/doris/job/base/AbstractJob.java | 26 +++++++++++++++++-----
.../doris/job/extensions/insert/InsertTask.java | 8 ++++++-
.../apache/doris/job/scheduler/JobScheduler.java | 5 ++---
.../java/org/apache/doris/qe/ConnectScheduler.java | 2 +-
.../nereids_p0/aggregate/window_funnel.groovy | 2 +-
15 files changed, 63 insertions(+), 49 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]