dongjoon-hyun opened a new pull request, #452:
URL: https://github.com/apache/spark-connect-swift/pull/452

   ### What changes were proposed in this pull request?
   
   This PR aims to support `sortWithinPartitions` API in `DataFrame`.
   
   - `sortWithinPartitions(_ cols: String...)`
   
   This is the same operation as `SORT BY` in SQL (Hive QL). It reuses the 
existing `Sort`
   relation with `is_global = false`.
   
   ### Why are the changes needed?
   
   For feature parity with the other Spark Connect clients (Scala/Python) which 
provide
   `sortWithinPartitions`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a new API.
   
   ### How was this patch tested?
   
   Pass the CIs with the newly added test, `sortWithinPartitions`, in 
`DataFrameTests`.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
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