dtenedor opened a new pull request, #42174: URL: https://github.com/apache/spark/pull/42174
### What changes were proposed in this pull request? This PR adds analysis and planning for PARTITION BY and ORDER BY clause after TABLE arguments for TVF calls. ### Why are the changes needed? This will provide a way for the TVF caller to indicate desired semantics for dividing up the rows of the input table into partitions for consumption by the underlying algorithm. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? This PR adds unit test coverage and also end-to-end tests in Python. -- 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]
