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

    https://github.com/apache/spark/pull/22119#discussion_r210491239
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -637,6 +635,12 @@ object DataSource extends Logging {
                         "Hive built-in ORC data source must be used with Hive 
support enabled. " +
                         "Please use the native ORC data source by setting 
'spark.sql.orc.impl' to " +
                         "'native'")
    +                } else if (provider1.toLowerCase(Locale.ROOT) == "avro" ||
    --- End diff --
    
    do we have the same check for kafka?


---

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

Reply via email to