GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/13830
[SPARK-16121] ListingFileCatalog does not list in parallel anymore
## What changes were proposed in this pull request?
Seems the fix of SPARK-14959 breaks the parallel partitioning discovery.
This PR fixes the problem
## How was this patch tested?
Will manually test it. (This PR also adds a proper test for SPARK-14959)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark SPARK-16121
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13830.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13830
----
commit 03b4497524bb62c8a87dd3b3775006ad162a1270
Author: Yin Huai <[email protected]>
Date: 2016-06-21T23:53:38Z
[SPARK-16121] ListingFileCatalog does not list in parallel anymore
This PR also provides an alternative fix for
https://issues.apache.org/jira/browse/SPARK-14959
commit dff33388c15fcf5ebefeb52a4f67b6fd930f7d2c
Author: Yin Huai <[email protected]>
Date: 2016-06-21T23:56:44Z
Merge remote-tracking branch 'upstream/master' into SPARK-16121
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]