Skip to content

Commit 374a476

Browse files
[Doc] Add missing type (#58436)
Signed-off-by: 絵空事スピリット <[email protected]>
1 parent e629082 commit 374a476

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/en/sql-reference/sql-statements/cluster-management/storage_volume/CREATE_STORAGE_VOLUME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A storage volume consists of the properties and credential information of the re
1818

1919
```SQL
2020
CREATE STORAGE VOLUME [IF NOT EXISTS] <storage_volume_name>
21-
TYPE = { S3 | HDFS | AZBLOB }
21+
TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
2222
LOCATIONS = ('<remote_storage_path>')
2323
[ COMMENT '<comment_string>' ]
2424
PROPERTIES

docs/ja/sql-reference/sql-statements/cluster-management/storage_volume/CREATE_STORAGE_VOLUME.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ displayed_sidebar: docs
1818

1919
```SQL
2020
CREATE STORAGE VOLUME [IF NOT EXISTS] <storage_volume_name>
21-
TYPE = { S3 | HDFS | AZBLOB }
21+
TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
2222
LOCATIONS = ('<remote_storage_path>')
2323
[ COMMENT '<comment_string>' ]
2424
PROPERTIES
@@ -402,4 +402,4 @@ CREATE STORAGE VOLUME adls2
402402
- [DROP STORAGE VOLUME](DROP_STORAGE_VOLUME.md)
403403
- [SET DEFAULT STORAGE VOLUME](SET_DEFAULT_STORAGE_VOLUME.md)
404404
- [DESC STORAGE VOLUME](DESC_STORAGE_VOLUME.md)
405-
- [SHOW STORAGE VOLUMES](SHOW_STORAGE_VOLUMES.md)
405+
- [SHOW STORAGE VOLUMES](SHOW_STORAGE_VOLUMES.md)

docs/zh/sql-reference/sql-statements/cluster-management/storage_volume/CREATE_STORAGE_VOLUME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ displayed_sidebar: docs
1919

2020
```SQL
2121
CREATE STORAGE VOLUME [IF NOT EXISTS] <storage_volume_name>
22-
TYPE = { S3 | HDFS | AZBLOB }
22+
TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
2323
LOCATIONS = ('<remote_storage_path>')
2424
[ COMMENT '<comment_string>' ]
2525
PROPERTIES

0 commit comments

Comments
 (0)