Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19844#discussion_r153769263
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala ---
@@ -59,8 +59,9 @@ class OrcFileFormat extends FileFormat with
DataSourceRegister with Serializable
sparkSession: SparkSession,
options: Map[String, String],
files: Seq[FileStatus]): Option[StructType] = {
+ val fileNames = files.map(_.getPath.toString)
--- End diff --
I mean it's not the name of a file though.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]