This is an automated email from the ASF dual-hosted git repository. ytyou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push: new cc78edc51e docs: Fix failing CI (#17041) cc78edc51e is described below commit cc78edc51e718191152fd3d01e9cd75d339c15f9 Author: Liam Bao <liam.zw....@gmail.com> AuthorDate: Mon Aug 4 22:51:18 2025 -0400 docs: Fix failing CI (#17041) --- docs/source/user-guide/sql/window_functions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/user-guide/sql/window_functions.md b/docs/source/user-guide/sql/window_functions.md index dc06f3d051..73e9731cdb 100644 --- a/docs/source/user-guide/sql/window_functions.md +++ b/docs/source/user-guide/sql/window_functions.md @@ -331,8 +331,6 @@ FROM employees; +-------------+--------+---------+ ``` -# - ## Analytical Functions - [first_value](#first_value) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org