HappenLee commented on code in PR #2566:
URL: https://github.com/apache/doris-website/pull/2566#discussion_r2179206900


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/window-functions/last-value.md:
##########
@@ -13,7 +13,7 @@ Unless required by applicable law or agreed to in writing, 
software distributed
 
 ## 描述
 
-LAST_VALUE() 是一个窗口函数,用于返回窗口范围内的最后一个值。可以通过 IGNORE NULLS 选项来控制是否忽略空值。
+LAST_VALUE() 是一个窗口函数,用于返回窗口范围内的最后一个值。可以通过 IGNORE NULLS 选项来控制是否忽略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]

Reply via email to