Skip to content

Conversation

@HyukjinKwon
Copy link
Member

@HyukjinKwon HyukjinKwon commented Nov 22, 2022

What changes were proposed in this pull request?

This PR proposes an optimized Arrow-based collect, that is virtually #38720 that implements the logics except a couple of nits.

Why are the changes needed?

To stream the Arrow batch from the server to the client side instead of waiting all the jobs to finish.

Does this PR introduce any user-facing change?

No, this feature isn't released yet.

How was this patch tested?

Unittest added.

Closes #38720

@HyukjinKwon HyukjinKwon force-pushed the SPARK-41165-followup branch 3 times, most recently from c5d06ae to 972230f Compare November 24, 2022 05:36
Copy link
Contributor

@hvanhovell hvanhovell left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for picking this up

beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 15, 2022
… implementation to stream from server to client

### What changes were proposed in this pull request?

This PR proposes an optimized Arrow-based collect, that is virtually apache#38720 that implements the logics except a couple of nits.

### Why are the changes needed?

To stream the Arrow batch from the server to the client side instead of waiting all the jobs to finish.

### Does this PR introduce _any_ user-facing change?

No, this feature isn't released yet.

### How was this patch tested?

Unittest added.

Closes apache#38720

Closes apache#38759 from HyukjinKwon/SPARK-41165-followup.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Herman van Hovell <[email protected]>
beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 18, 2022
… implementation to stream from server to client

### What changes were proposed in this pull request?

This PR proposes an optimized Arrow-based collect, that is virtually apache#38720 that implements the logics except a couple of nits.

### Why are the changes needed?

To stream the Arrow batch from the server to the client side instead of waiting all the jobs to finish.

### Does this PR introduce _any_ user-facing change?

No, this feature isn't released yet.

### How was this patch tested?

Unittest added.

Closes apache#38720

Closes apache#38759 from HyukjinKwon/SPARK-41165-followup.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Herman van Hovell <[email protected]>
@HyukjinKwon HyukjinKwon deleted the SPARK-41165-followup branch January 15, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants