yiguolei commented on code in PR #2721: URL: https://github.com/apache/doris-website/pull/2721#discussion_r2293412076
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/array-cum-sum.md: ########## @@ -39,16 +39,14 @@ array_cum_sum(ARRAY<T> arr) - NULL:如果输入数组为 NULL 使用说明: -- 如果数组包含其他类型(如字符串等),会尝试将元素转换为 DOUBLE 类型。转换失败的元素结果为 null,会被作为0参与累积和计算。 +- 如果数组包含其他类型(如字符串等),会尝试将元素转换为 DOUBLE 类型。转换失败的元素结果为 null。 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]
