Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Feb 23, 2021
1 parent 0cf0574 commit fefea57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ case class AlterTableRecoverPartitionsCommand(
dropPartSpecs,
ignoreIfNotExists = true,
purge = false,
// Since we have already checked that the partition directory does not exist, we can avoid
// Since we have already checked that partition directories do not exist, we can avoid
// additional calls to the file system at the catalog side by setting this flag.
retainData = true)
dropPartSpecs.length
Expand Down

0 comments on commit fefea57

Please sign in to comment.