Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-44368] Support Repartition and RepartitionByRange in Spark Connect Go Client #13

Closed
wants to merge 1 commit into from

Conversation

hiboyang
Copy link
Contributor

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

@hiboyang
Copy link
Contributor Author

@grundprinzip @HyukjinKwon another PR for Spark Go Client, thanks ahead for your time to review :)

@hiboyang
Copy link
Contributor Author

@grundprinzip @HyukjinKwon any chance to take a look at this PR?

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine but should be better to have @grundprinzip 's look. He's taking offs so responses would be a bit delayed.

@hiboyang
Copy link
Contributor Author

I think it's fine but should be better to have @grundprinzip 's look. He's taking offs so responses would be a bit delayed.

I see, thanks!

@zhengruifeng
Copy link

merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants