Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19560#discussion_r146351183
--- 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_HDFS_WHEN_BROADCASTJOIN =
+ buildConf("spark.sql.statistics.verifyStatsFromHdfsWhenBroadcastJoin")
+ .doc("If table size in metastore is below
spark.sql.autoBroadcastJoinThreshold, check the " +
+ "size on Hdfs and set table size to be the bigger one. This is for
defense and help avoid" +
--- End diff --
It might not be from HDFS.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]