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 2018/08/01 20:16:30 UTC

[GitHub] spark pull request #21608: [SPARK-24626] [SQL] Improve location size calcula...

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

    https://github.com/apache/spark/pull/21608#discussion_r207017122
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1449,6 +1449,13 @@ object SQLConf {
         .intConf
         .checkValues((1 to 9).toSet + Deflater.DEFAULT_COMPRESSION)
         .createWithDefault(Deflater.DEFAULT_COMPRESSION)
    +
    +  val COMPUTE_STATS_LIST_FILES_IN_PARALLEL =
    +    buildConf("spark.sql.execution.computeStatsListFilesInParallel")
    --- End diff --
    
    How about `spark.sql.parallelFileListingInCommands.enabled`?


---

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