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 21f6672ee86 Update CREATE-INDEX.md (#3446)
21f6672ee86 is described below
commit 21f6672ee86c86dd780e69301e40852bea017228
Author: Ahmed Alnaqa <[email protected]>
AuthorDate: Fri Mar 13 05:38:06 2026 +0200
Update CREATE-INDEX.md (#3446)
It fails. Must mention to add col. in the documentation CREATE INDEX
index1 ON t1sa (col1) USING INVERTED;
## Versions
- [ ] dev
- [ ] 2.1
## Languages
- [ ] English
---
.../sql-manual/sql-statements/table-and-view/index/CREATE-INDEX.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/index/CREATE-INDEX.md
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/index/CREATE-INDEX.md
index c886749707f..bcc1fc7c57a 100644
---
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/index/CREATE-INDEX.md
+++
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/index/CREATE-INDEX.md
@@ -87,7 +87,8 @@ The user executing this SQL command must have at least the
following permissions
```sql
- CREATE INDEX index1 ON table1 USING INVERTED;
+it fails .. must mention to add col. in the documentation
+CREATE INDEX index1 ON t1sa (col1) USING INVERTED;
```
- Create an NGram BloomFilter index `index2` on `table1`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]