Skip to content

Commit

Permalink
Minor updates to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaverm-db committed Jul 22, 2024
1 parent 5363da3 commit 7a3c273
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2133,8 +2133,8 @@ object SQLConf {
buildConf("spark.sql.streaming.ratioExtraSpaceAllowedInCheckpoint")
.internal()
.doc("The ratio of extra space allowed for batch deletion of files when maintenance" +
" is invoked. The minimum number of stale versions we retain in checkpoint location" +
" for batch deletion is calculated by minBatchesToRetain * ratioOfExtraVersionsAllowed.")
" is invoked. The minimum number of stale versions we retain in checkpoint location for" +
" batch deletion is calculated by minBatchesToRetain * ratioExtraSpaceAllowedInCheckpoint.")
.version("4.0.0")
.doubleConf
.createWithDefault(0.3)
Expand Down

0 comments on commit 7a3c273

Please sign in to comment.