gengliangwang commented on a change in pull request #23491: [SPARK-26571][SQL] 
Update Hive Serde mapping with canonical name of Parquet and Orc FileFormat
URL: https://github.com/apache/spark/pull/23491#discussion_r246076834
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/internal/HiveSerDe.scala
 ##########
 @@ -74,8 +74,10 @@ 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"
 
 Review comment:
   Yes, it is safer to keep it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to