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

    https://github.com/apache/spark/pull/20072#discussion_r159573530
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -261,6 +261,17 @@ object SQLConf {
         .booleanConf
         .createWithDefault(false)
     
    +  val DISK_TO_MEMORY_SIZE_FACTOR = buildConf(
    +    "org.apache.spark.sql.execution.datasources.fileDataSizeFactor")
    --- End diff --
    
    shouldn't we call this something like compressionFactor?



---

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

Reply via email to