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

    https://github.com/apache/spark/pull/20165#discussion_r159878683
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/internal/HiveSerDe.scala ---
    @@ -72,7 +72,7 @@ object HiveSerDe {
       def sourceToSerDe(source: String): Option[HiveSerDe] = {
         val key = source.toLowerCase(Locale.ROOT) match {
           case s if s.startsWith("org.apache.spark.sql.parquet") => "parquet"
    -      case s if s.startsWith("org.apache.spark.sql.orc") => "orc"
    --- End diff --
    
    ok


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to