Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19667#discussion_r149291070
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -812,8 +812,8 @@ object SQLConf {
.doubleConf
.createWithDefault(0.05)
- val AUTO_UPDATE_SIZE =
- buildConf("spark.sql.statistics.autoUpdate.size")
+ val AUTO_UPDATE_ENABLED =
--- End diff --
`AUTO_SIZE_UPDATE_ENABLED`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]