This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e6e8286c3f7 [fix](view)fix reset view def for restore wrong replace
(#50567)
add 1053853694b [fix](restapi) Unify Permission Requirements for Executing
SHOW FRONTENDS/BACKENDS And NODE RestAPI (#50140)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/analysis/ShowBackendsStmt.java | 10 ++-
.../apache/doris/analysis/ShowFrontendsStmt.java | 10 ++-
.../apache/doris/httpv2/rest/BackendsAction.java | 9 +-
.../doris/httpv2/rest/manager/NodeAction.java | 15 ++--
.../trees/plans/commands/ShowBackendsCommand.java | 10 ++-
.../trees/plans/commands/ShowFrontendsCommand.java | 10 ++-
.../java/org/apache/doris/qe/ShowExecutor.java | 14 +++-
.../tablefunction/BackendsTableValuedFunction.java | 10 ++-
.../FrontendsDisksTableValuedFunction.java | 10 ++-
.../FrontendsTableValuedFunction.java | 10 ++-
.../doris/analysis/ShowBackendsStmtTest.java | 2 +-
...ndsStmtTest.java => ShowFrontendsStmtTest.java} | 24 +-----
...mmandTest.java => ShowBackendsCommandTest.java} | 95 ++++++++++++----------
...mandTest.java => ShowFrontendsCommandTest.java} | 95 ++++++++++++----------
.../suites/auth_call/test_show_backend_auth.groovy | 14 +++-
.../auth_call/test_show_frontend_auth.groovy | 13 ++-
.../suites/auth_p0/test_backends_auth.groovy | 4 +-
.../suites/auth_p0/test_frontends_auth.groovy | 4 +-
.../auth_p0/test_frontends_disks_auth.groovy | 4 +-
19 files changed, 204 insertions(+), 159 deletions(-)
copy
fe/fe-core/src/test/java/org/apache/doris/analysis/{ShowBackendsStmtTest.java
=> ShowFrontendsStmtTest.java} (68%)
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowIndexStatsCommandTest.java
=> ShowBackendsCommandTest.java} (51%)
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowIndexStatsCommandTest.java
=> ShowFrontendsCommandTest.java} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]