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

    https://github.com/apache/spark/pull/22328#discussion_r215039097
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -567,6 +567,7 @@ object DataSource extends Logging {
         val parquet = classOf[ParquetFileFormat].getCanonicalName
         val csv = classOf[CSVFileFormat].getCanonicalName
         val libsvm = "org.apache.spark.ml.source.libsvm.LibSVMFileFormat"
    +    val image = "org.apache.spark.ml.source.image.ImageFileFormat"
    --- End diff --
    
    Why is this needed?


---

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

Reply via email to