This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new ffe44eab911 Fix typo in ALTER STORAGE POLICY syntax (#3250)
ffe44eab911 is described below
commit ffe44eab911774ba2bbe6d2b03e6a1589686acce
Author: Vitalii Zurian <[email protected]>
AuthorDate: Tue Jan 27 00:46:14 2026 +0100
Fix typo in ALTER STORAGE POLICY syntax (#3250)
## Versions
- [ ] dev
- [ ] 4.x
- [ ] 3.x
- [ ] 2.1
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../cluster-management/storage-management/ALTER-STORAGE-POLICY.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-POLICY.md
b/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-POLICY.md
index 9dc248bd8de..a382e6f9eb4 100644
---
a/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-POLICY.md
+++
b/versioned_docs/version-4.x/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-POLICY.md
@@ -12,7 +12,7 @@ This statement is used to modify an existing hot-cold tiered
migration policy. O
## Syntax
```sql
-ALTER STORAGE POLICY '<policy_name>' PROPERTIE ("<key>"="<value>"[, ... ]);
+ALTER STORAGE POLICY '<policy_name>' PROPERTIES ("<key>"="<value>"[, ... ]);
```
## Required Parameters
@@ -22,7 +22,7 @@ ALTER STORAGE POLICY '<policy_name>' PROPERTIE
("<key>"="<value>"[, ... ]);
> The name of the storage policy. This is the unique identifier of the storage
> policy you want to modify, and an existing policy name must be specified.
## Optional Parameters
-`PROPERTIE ("<key>"="<value>"[, ... ])`
+`PROPERTIES ("<key>"="<value>"[, ... ])`
1.`retention_days`
> Data retention period. Defines the duration for which the data is kept in
> storage. Data exceeding this period will be automatically deleted.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]