Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19368#discussion_r141386710
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala ---
@@ -58,7 +58,7 @@ class OrcFileFormat extends FileFormat with
DataSourceRegister with Serializable
options: Map[String, String],
files: Seq[FileStatus]): Option[StructType] = {
OrcFileOperator.readSchema(
- files.map(_.getPath.toUri.toString),
+ files.map(_.getPath.toString),
--- End diff --
Ah I see, the URI is right but this isn't expecting a URI
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]