-
- Downloads
[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 <marcogaido91@gmail.com> Author: Marco Gaido <mgaido@hortonworks.com> Closes #19368 from mgaido91/SPARK-22146.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala 1 addition, 1 deletion...n/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala 11 additions, 1 deletion...org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
Loading
Please register or sign in to comment