GitHub user mgaido91 opened a pull request:
https://github.com/apache/spark/pull/19844
[SPARK-22635][SQL][ORC] FileNotFoundException while reading ORC files
containing special characters
## What changes were proposed in this pull request?
SPARK-22146 fix the FileNotFoundException issue only for the `inferSchema`
method, ie. only for the schema inference, but it doesn't fix the problem when
actually reading the data. Thus nearly the same exception happens when someone
tries to use the data. This PR covers fixing the problem also there.
## How was this patch tested?
enhanced UT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgaido91/spark SPARK-22635
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19844.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 #19844
----
commit c7e817f79453cac08fabce388b8515a884e4d9e6
Author: Marco Gaido <[email protected]>
Date: 2017-11-29T09:42:55Z
[SPARK-22635][SQL][ORC] FileNotFoundException while reading ORC files
containing special characters
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]