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

    https://github.com/apache/spark/pull/20072#discussion_r159106860
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -261,6 +261,17 @@ object SQLConf {
         .booleanConf
         .createWithDefault(false)
     
    +  val HADOOPFSRELATION_SIZE_FACTOR = buildConf(
    +    "org.apache.spark.sql.execution.datasources.sizeFactor")
    +    .internal()
    +    .doc("The result of multiplying this factor with the size of data 
source files is propagated" +
    +      " to serve as the stats to choose the best execution plan. In the 
case where the " +
    +      " the in-disk and in-memory size of data is significantly different, 
users can adjust this" +
    --- End diff --
    
    nit: always put space at the end of the line for readability / consistency.
    we have two spaces here
    ```
    "...In the case where the " +
    " the in-disk and in-..."
    ```


---

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

Reply via email to