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

    https://github.com/apache/spark/pull/22328#discussion_r214859773
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -591,6 +592,8 @@ object DataSource extends Logging {
           "org.apache.spark.sql.execution.datasources.orc" -> nativeOrc,
           "org.apache.spark.ml.source.libsvm.DefaultSource" -> libsvm,
           "org.apache.spark.ml.source.libsvm" -> libsvm,
    +      "org.apache.spark.ml.source.image.ImageFileFormat.DefaultSource" -> 
image,
    --- End diff --
    
    Since this is new datasource, I think we wouldn't probably need this in 
backword compatibility map.


---

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

Reply via email to