Github user mgaido91 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19844#discussion_r153835988
  
    --- 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 --
    
    yes, I reverted the change, thanks.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to