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

    https://github.com/apache/spark/pull/19871#discussion_r155164921
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -553,6 +557,8 @@ object DataSource extends Logging {
           "org.apache.spark.sql.execution.datasources.parquet.DefaultSource" 
-> parquet,
           "org.apache.spark.sql.hive.orc.DefaultSource" -> orc,
           "org.apache.spark.sql.hive.orc" -> orc,
    +      "org.apache.spark.sql.execution.datasources.orc.DefaultSource" -> 
nativeOrc,
    +      "org.apache.spark.sql.execution.datasources.orc" -> nativeOrc,
    --- End diff --
    
    For parquet, this is for historical reason, see #13311.
    
    Previously you can use parquet by 
`org.apache.spark.sql.execution.datasources.parquet` and 
`org.apache.spark.sql.execution.datasources.parquet.DefaultSource`. So it is 
also for backward compatibility.
    
    For this new orc, it is not the same case.


---

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

Reply via email to