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

    https://github.com/apache/spark/pull/19218#discussion_r142552658
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
 ---
    @@ -86,6 +106,14 @@ private[hive] trait SaveAsHiveFile extends 
DataWritingCommand {
           options = Map.empty)
       }
     
    +  private def getCompressionByPriority(fileSinkConf: FileSinkDesc,
    +    compressionConf: String, default: String): String = {
    --- End diff --
    
    Could you add the description to explain the priority sequences?


---

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

Reply via email to