You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by CodingCat <gi...@git.apache.org> on 2018/01/02 03:36:59 UTC

[GitHub] spark pull request #20072: [SPARK-22790][SQL] add a configurable factor to d...

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

    https://github.com/apache/spark/pull/20072#discussion_r159171970
  
    --- 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")
    --- End diff --
    
    this is only for HadoopFSRelation


---

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