GitHub user mgaido91 opened a pull request:
https://github.com/apache/spark/pull/19391
[SPARK-22146] FileNotFoundException while reading ORC files containing
special characters
## What changes were proposed in this pull request?
Reading ORC files containing special characters like '%' fails with a
FileNotFoundException.
This PR aims to fix the problem.
## How was this patch tested?
Added UT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgaido91/spark SPARK-22146_branch-2.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19391.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 #19391
----
commit 570e0e801ad584924e26b96f21a4902f6de0cfdf
Author: Marco Gaido <[email protected]>
Date: 2017-09-29T06:14:53Z
[SPARK-22146] FileNotFoundException while reading ORC files containing
special characters
## What changes were proposed in this pull request?
Reading ORC files containing special characters like '%' fails with a
FileNotFoundException.
This PR aims to fix the problem.
## How was this patch tested?
Added UT.
Author: Marco Gaido <[email protected]>
Author: Marco Gaido <[email protected]>
Closes #19368 from mgaido91/SPARK-22146.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]