-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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-9236][Core] Make defaultPartitioner not reuse a parent RDD's partitioner if it has 0 partitions #7616
Conversation
892065d
to
0491307
Compare
Seems pretty reasonable to me. CC @mateiz who might have been the last person to actually touch or write that bit of code. |
Test build #1185 has finished for PR 7616 at commit
|
0491307
to
b339bdc
Compare
…oner if it has 0 partitions
b339bdc
to
217f902
Compare
Looks good to me too. |
Cool ! I've corrected the Scala style errors, so all that's left is to kick a new build. |
Test build #1189 has finished for PR 7616 at commit
|
The test failure seems unrelated. Is the test known to be flaky ?
|
Test build #1195 has finished for PR 7616 at commit
|
…partitioner if it has 0 partitions See also comments on https://issues.apache.org/jira/browse/SPARK-9236 Author: François Garillot <francois@garillot.net> Closes #7616 from huitseeker/issue/SPARK-9236 and squashes the following commits: 217f902 [François Garillot] [SPARK-9236] Make defaultPartitioner not reuse a parent RDD's partitioner if it has 0 partitions (cherry picked from commit 6cd28cc) Signed-off-by: Sean Owen <sowen@cloudera.com>
…partitioner if it has 0 partitions See also comments on https://issues.apache.org/jira/browse/SPARK-9236 Author: François Garillot <francois@garillot.net> Closes #7616 from huitseeker/issue/SPARK-9236 and squashes the following commits: 217f902 [François Garillot] [SPARK-9236] Make defaultPartitioner not reuse a parent RDD's partitioner if it has 0 partitions (cherry picked from commit 6cd28cc) Signed-off-by: Sean Owen <sowen@cloudera.com>
See also comments on https://issues.apache.org/jira/browse/SPARK-9236