[GitHub] spark pull request #16216: [SPARK-18774][CORE][SQL] Ignore non-existing file...

2016-12-08 Thread zsxwing
Github user zsxwing closed the pull request at:

https://github.com/apache/spark/pull/16216


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #16216: [SPARK-18774][CORE][SQL] Ignore non-existing file...

2016-12-08 Thread zsxwing
GitHub user zsxwing opened a pull request:

https://github.com/apache/spark/pull/16216

[SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles 
is enabled (branch 2.1)

## What changes were proposed in this pull request?

Backport #16203 to branch 2.1.

## How was this patch tested?

Jennkins

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zsxwing/spark SPARK-18774-2.1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/16216.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 #16216


commit 841ac5d9129d1024b2023c8ccbaaecf868f29064
Author: Shixiong Zhu 
Date:   2016-12-08T06:37:04Z

[SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles 
is enabled

When `ignoreCorruptFiles` is enabled, it's better to also ignore 
non-existing files.

Jenkins

Author: Shixiong Zhu 

Closes #16203 from zsxwing/ignore-file-not-found.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org