morningman commented on code in PR #688: URL: https://github.com/apache/doris-website/pull/688#discussion_r1616960539
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-functions/s3.md: ########## @@ -99,6 +99,7 @@ S3 tvf中的每一个参数都是一个 `"key"="value"` 对。 其他参数: - `path_partition_keys`:(选填)指定文件路径中携带的分区列名,例如/path/to/city=beijing/date="2023-07-09", 则填写`path_partition_keys="city,date"`,将会自动从路径中读取相应列名和列值进行导入。 +- `resource`:(选填)指定resource名,s3 tvf 可以利用已有的 s3 resource 来直接访问s3。创建 s3 resource 的方法可以参照 [CREATE-RESOURCE](../../sql-statements/Data-Definition-Statements/Create/CREATE-RESOURCE.md) Review Comment: ```suggestion - `resource`:(选填)指定resource名,s3 tvf 可以利用已有的 s3 resource 来直接访问s3。创建 s3 resource 的方法可以参照 [CREATE-RESOURCE](../../sql-statements/Data-Definition-Statements/Create/CREATE-RESOURCE.md)。该功能自 2.1.4 版本开始支持。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org