This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-60239-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 947f4952199 branch-4.0: [fix](load_stream) Fix flush token deadlock by 
ensuring wait_for_flush_tasks is called before destruction #60284 (#60285)
     add d6c4482ed2b [Feat](Snapshot) require root privilege for cluster 
snapshot commands (#60239)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/common/Config.java  |   8 +
 .../nereids/rules/analysis/UserAuthentication.java |  32 +-
 .../AdminCreateClusterSnapshotCommand.java         |  18 +-
 .../commands/AdminDropClusterSnapshotCommand.java  |  18 +-
 .../AdminSetAutoClusterSnapshotCommand.java        |  18 +-
 ...dminSetClusterSnapshotFeatureSwitchCommand.java |  18 +-
 .../rules/analysis/UserAuthenticationTest.java     | 396 +++++++++++++++++++++
 .../AdminCreateClusterSnapshotCommandTest.java     | 101 +++++-
 .../AdminDropClusterSnapshotCommandTest.java       |  99 +++++-
 .../AdminSetAutoClusterSnapshotCommandTest.java    | 103 +++++-
 ...SetClusterSnapshotFeatureSwitchCommandTest.java |  99 +++++-
 11 files changed, 860 insertions(+), 50 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/analysis/UserAuthenticationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to