You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by viirya <gi...@git.apache.org> on 2017/10/24 03:58:50 UTC

[GitHub] spark pull request #19560: [SPARK-22334][SQL] Check table size from filesyst...

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

    https://github.com/apache/spark/pull/19560#discussion_r146448519
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -187,6 +187,15 @@ object SQLConf {
         .booleanConf
         .createWithDefault(false)
     
    +  val VERIFY_STATS_FROM_FILESYSTEM_WHEN_BROADCASTJOIN =
    --- End diff --
    
    This config name implies it only does verification when broadcast join. However, seems that it verifies the statistics no matter doing broadcast join or not. 


---

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