Re: [PR] docs: add sql examples for window functions [datafusion]

2025-01-31 Thread via GitHub
github-actions[bot] closed pull request #13551: docs: add sql examples for window functions URL: https://github.com/apache/datafusion/pull/13551 -- 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 s

Re: [PR] docs: add sql examples for window functions [datafusion]

2025-01-24 Thread via GitHub
github-actions[bot] commented on PR #13551: URL: https://github.com/apache/datafusion/pull/13551#issuecomment-2613718009 Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or

Re: [PR] docs: add sql examples for window functions [datafusion]

2024-11-25 Thread via GitHub
alamb commented on code in PR #13551: URL: https://github.com/apache/datafusion/pull/13551#discussion_r1855563011 ## docs/source/user-guide/sql/window_functions.md: ## @@ -194,6 +241,22 @@ Returns the percentage rank of the current row within its partition. The value r percent

Re: [PR] docs: add sql examples for window functions [datafusion]

2024-11-25 Thread via GitHub
alamb commented on PR #13551: URL: https://github.com/apache/datafusion/pull/13551#issuecomment-2498503661 Marking as draft as I think this PR is no longer waiting on feedback. Please mark it as ready for review when it is ready for another look -- This is an automated message from the A

Re: [PR] docs: add sql examples for window functions [datafusion]

2024-11-25 Thread via GitHub
spencerscott917 commented on PR #13551: URL: https://github.com/apache/datafusion/pull/13551#issuecomment-2498296659 > Thank you @spencerscott917 🙏 > > Since the user documentation is generated, I think you will have to add these examples to get the CI to pass > > Here is an ex

Re: [PR] docs: add sql examples for window functions [datafusion]

2024-11-24 Thread via GitHub
alamb commented on PR #13551: URL: https://github.com/apache/datafusion/pull/13551#issuecomment-2496301097 Thank you @spencerscott917 🙏 Since the user documentation is generated, I think you will have to add these examples to get the CI to pass Here is an example of how to do

[PR] docs: add sql examples for window functions [datafusion]

2024-11-24 Thread via GitHub
spencerscott917 opened a new pull request, #13551: URL: https://github.com/apache/datafusion/pull/13551 ## Which issue does this PR close? Closes [#13399](https://github.com/apache/datafusion/issues/13399) ## Rationale for this change Give users examples of how to use window func