https://github.com/apache/spark
Revision 7bf25e086729782c62b8189e7417b86fa720553d authored by Marco Gaido on 29 September 2017, 06:14:53 UTC, committed by gatorsmile on 29 September 2017, 16:05:15 UTC
## 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 <marcogaido91@gmail.com>
Author: Marco Gaido <mgaido@hortonworks.com>

Closes #19368 from mgaido91/SPARK-22146.
1 parent ac9a0f6
History
Tip revision: 7bf25e086729782c62b8189e7417b86fa720553d authored by Marco Gaido on 29 September 2017, 06:14:53 UTC
[SPARK-22146] FileNotFoundException while reading ORC files containing special characters
Tip revision: 7bf25e0

README.md

back to top