liaoxin01 commented on code in PR #2926: URL: https://github.com/apache/doris-website/pull/2926#discussion_r2488940729
########## docs/data-operate/import/import-way/stream-load-manual.md: ########## @@ -310,7 +310,7 @@ Parameter Description: The default timeout for Stream Load. The load job will be | partitions | Used to specify the partitions involved in this import. If users can determine the corresponding partitions for the data, it is recommended to specify this option. Data that does not meet these partition criteria will be filtered out. For example, to specify importing into partitions p1 and p2, use the command `-H "partitions: p1, p2"`. | | timeout | Used to specify the timeout for the import in seconds. The default is 600 seconds, and the configurable range is from 1 second to 259200 seconds. For example, to specify an import timeout of 1200 seconds, use the command `-H "timeout:1200"`. | | strict_mode | Used to specify whether to enable strict mode for this import, which is disabled by default. For example, to enable strict mode, use the command `-H "strict_mode:true"`. | -| timezone | Used to specify the timezone to be used for this import, which defaults to GMT+8. This parameter affects the results of all timezone-related functions involved in the import. For example, to specify the import timezone as Africa/Abidjan, use the command `-H "timezone:Africa/Abidjan"`. | +| timezone | Used to specify the timezone for this import; defaults to the current cluster [time zone](https://doris.apache.org/docs/3.0/admin-manual/cluster-management/time-zone?_highlight=time_zone#1-%E5%87%BD%E6%95%B0). This parameter affects the results of all timezone-related functions in the import process. For example, to specify the import timezone as Africa/Abidjan, use the command `-H "timezone:Africa/Abidjan"`. | Review Comment: 引用的链接有问题,引入当前的版本的文档,不要在链接中指定版本 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
