beliefer opened a new pull request, #46226: URL: https://github.com/apache/spark/pull/46226
### What changes were proposed in this pull request? This PR propose to arrange the test cases for window frames and window functions. ### Why are the changes needed? Currently, `DataFrameWindowFramesSuite` and `DataFrameWindowFunctionsSuite` have different testing objectives. The comments for the above two classes are as follows: `DataFrameWindowFramesSuite` is `Window frame testing for DataFrame API.` `DataFrameWindowFunctionsSuite` is `Window function testing for DataFrame API.` But there are some test cases for window frame placed into `DataFrameWindowFunctionsSuite`. ### Does this PR introduce _any_ user-facing change? 'No'. Just arrange the test cases for window frames and window functions. ### How was this patch tested? GA ### Was this patch authored or co-authored using generative AI tooling? 'No'. -- 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]
