zhangdong

Results 27 issues of zhangdong

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. k8s yml demo ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]...

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. 1.support GRANT role [, role] TO user_identity 2.support REVOKE role [, role] FROM user_identity 3.’Show grants‘ Add...

area/planner
kind/test

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. auth doc ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has...

kind/docs

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. document for doris on k8s ## Checklist(Required) * [ ] Does it affect the original behavior *...

kind/docs

## Proposed changes Issue Number: close #xxx Inherited from: https://github.com/apache/doris/pull/29790 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining...

approved
reviewed

## Proposed changes Issue Number: close #xxx When requesting execution plans from FE through RPC, the client IP was previously used and changed to the matching user host. For example,...

reviewed
meta-change

## Proposed changes Issue Number: close #xxx The TableType of olap table is `OLAP`, and the TableType of materialized view is `MATERIALIZED_VIEW`. Many functions of olap are required for materialized...

approved
reviewed

start 2.1.3,use `authentication_type` instead of `ldap_authentication_enabled`

## Proposed changes Issue Number: close #xxx support refresh MTMV when base table data change / drop partition/replace partition ``` CREATE MATERIALIZED VIEW mv1 REFRESH ON COMMIT AS SELECT xxx;...

reviewed
dev/2.1.x