Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Nov 9, 2023
1 parent c31f21d commit 6dab45b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2674,9 +2674,9 @@ object SQLConf {
val UPDATE_PART_STATS_IN_ANALYZE_TABLE_ENABLED =
buildConf("spark.sql.statistics.updatePartitionStatsInAnalyzeTable.enabled")
.doc("When this config is enabled, Spark will also update partition statistics in analyze " +
"table command (i.e., ANALYZE TABLE .. COMPUTE STATISTICS [NOSCAN]). Note the command " +
"will also become more expensive. When this config is disabled, Spark will only " +
"update table level statistics.")
"table command (i.e., ANALYZE TABLE .. COMPUTE STATISTICS [NOSCAN]). Note the command " +
"will also become more expensive. When this config is disabled, Spark will only " +
"update table level statistics.")
.version("4.0.0")
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit 6dab45b

Please sign in to comment.