Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19871#discussion_r155160863
  
    --- 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 --
    
    ah good catch! sounds like we don't need compatibility rule for the new orc.


---

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

Reply via email to