hiboyang opened a new pull request, #13:
URL: https://github.com/apache/spark-connect-go/pull/13

   ### What changes were proposed in this pull request?
   
   Support Repartition and RepartitionByRange in Spark Connect Go Client
   
   ### Why are the changes needed?
   
   This is to support more functionalities in Spark Connect Go Client.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, user will be able to repartition data frame in Spark Connect Go Client, 
e.g.
   ```
   dataFrame.Repartition(0, []string{"word"})
   
   dataFrame.RepartitionByRange(0, []sql.RangePartitionColumn{
                {
                        Name:       "word",
                        Descending: true,
                },
        })
   ```
   
   
   ### How was this patch tested?
   
   Tested by running example code
   


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