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-21985][PYTHON] Fix zip-chained RDD to work #19228

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to return an iterator of lists (batches) of objects in CartesianDeserializer and PairDeserializer rather than an iterator of iterators (batches) of objects so that zip chaining works.

How was this patch tested?

Unit tests added.

@HyukjinKwon
Copy link
Member Author

Doh, sorry @holdenk and @aray, I didn't know the PR was open and was in progress. Although the approach looks different with #19226, let me close mine and discuss first.

@SparkQA
Copy link

SparkQA commented Sep 14, 2017

Test build #81753 has finished for PR 19228 at commit 0703b67.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon HyukjinKwon deleted the SPARK-21985 branch January 2, 2018 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants