Skip to content

Commit

Permalink
fix quick-start oss doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Apr 29, 2022
1 parent 6c4489d commit d908bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_CN/quickstart-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ create filestorage oss with ('file_uri' = 'oss://oss-bucket-name/', 'endpoint'='

例子:
```
create filestorage local_disk with ('file_uri' = 'file://tmp/orc/');
create filestorage local_disk with ('file_uri' = 'file:///tmp/orc/');
```

建表时存储引擎改为`engine = 'local_disk'`即可使用本地磁盘存储,例如:
Expand Down

0 comments on commit d908bb7

Please sign in to comment.