You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2017/10/03 23:43:43 UTC

[GitHub] spark pull request #19218: [SPARK-21786][SQL] The 'spark.sql.parquet.compres...

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

    https://github.com/apache/spark/pull/19218#discussion_r142552413
  
    --- 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 --
    
    ```Scala
    private def getCompressionByPriority(
        fileSinkConf: FileSinkDesc,
        compressionConf: String,
        default: String): String = {
    ```


---

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