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

    https://github.com/apache/spark/pull/21837#discussion_r205620420
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1434,6 +1435,20 @@ object SQLConf {
           "This only takes effect when spark.sql.repl.eagerEval.enabled is set 
to true.")
         .intConf
         .createWithDefault(20)
    +
    +  val AVRO_COMPRESSION_CODEC = 
buildConf("spark.sql.avro.compression.codec")
    +    .doc("Compression codec used in writing of AVRO files.")
    --- End diff --
    
    Document the default value?


---

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

Reply via email to