We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc5baf commit 87f8199Copy full SHA for 87f8199
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcRelation.scala
@@ -110,7 +110,7 @@ private[orc] class OrcOutputWriter(
110
new OrcOutputFormat().getRecordWriter(
111
new Path(path, filename).getFileSystem(conf),
112
conf.asInstanceOf[JobConf],
113
- new Path(path, filename).toUri.getPath,
+ new Path(path, filename).toString,
114
Reporter.NULL
115
).asInstanceOf[RecordWriter[NullWritable, Writable]]
116
}
0 commit comments