shee
shee
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [x] Yes - [ ] No -...
# Proposed changes Issue Number: close #xxx ## Problem summary version: 0.14 I hava a table that has 5000 partitions、100buckets、3 replicas when do shcema change for this table. FE occur...
## Proposed changes like bigquery https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#qualify_clause Examples ```sql SELECT item, RANK() OVER (PARTITION BY category ORDER BY purchases DESC) as rank FROM Produce WHERE Produce.category = 'vegetable' QUALIFY rank
## Proposed changes Before, data masking could only be managed by ranger, and ranger was not applicable to users in most cases. doris built-in permission management did not have the...