aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBurak Yavuz <brkyvz@gmail.com>2016-09-21 17:07:16 +0800
committerWenchen Fan <wenchen@databricks.com>2016-09-21 17:07:16 +0800
commit28fafa3ee8f3478fa441e7bd6c8fd4ab482ca98e (patch)
treea1140ca387925cb362d8744c2aabe402cc1651f3 /python
parent3977223a3268aaf6913a325ee459139a4a302b1c (diff)
downloadspark-28fafa3ee8f3478fa441e7bd6c8fd4ab482ca98e.tar.gz
spark-28fafa3ee8f3478fa441e7bd6c8fd4ab482ca98e.tar.bz2
spark-28fafa3ee8f3478fa441e7bd6c8fd4ab482ca98e.zip
[SPARK-17599] Prevent ListingFileCatalog from failing if path doesn't exist
## What changes were proposed in this pull request? The `ListingFileCatalog` lists files given a set of resolved paths. If a folder is deleted at any time between the paths were resolved and the file catalog can check for the folder, the Spark job fails. This may abruptly stop long running StructuredStreaming jobs for example. Folders may be deleted by users or automatically by retention policies. These cases should not prevent jobs from successfully completing. ## How was this patch tested? Unit test in `FileCatalogSuite` Author: Burak Yavuz <brkyvz@gmail.com> Closes #15153 from brkyvz/SPARK-17599.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions