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

    https://github.com/apache/spark/pull/14151#discussion_r137600781
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala
 ---
    @@ -53,6 +57,12 @@ class TextFileFormat extends TextBasedFileFormat with 
DataSourceRegister {
         }
       }
     
    +  override def isSplitable(sparkSession: SparkSession,
    +      options: Map[String, String], path: Path): Boolean = {
    --- End diff --
    
    ```
      override def isSplitable(
          sparkSession: SparkSession,
          options: Map[String, String],
          path: Path): Boolean = {
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to