This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 477608e4141d63c51f89377fddcefcd19d38a5e5 Author: Alexey Serbin <[email protected]> AuthorDate: Thu Jan 30 11:09:14 2020 -0800 [docs] fix typo in tablet-history-gc.md Change-Id: I5a2f62d2d8e676f2fb151897daa1b7c8a3900831 Reviewed-on: http://gerrit.cloudera.org:8080/15135 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- docs/design-docs/tablet-history-gc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design-docs/tablet-history-gc.md b/docs/design-docs/tablet-history-gc.md index 95653ab..a53a3a2 100644 --- a/docs/design-docs/tablet-history-gc.md +++ b/docs/design-docs/tablet-history-gc.md @@ -81,5 +81,5 @@ deleted rows. However, at the time of writing, this is not implemented because it appears to be prone to causing write amplification. UndoDeltaBlockGCOp, in contrast, only removes delta history associated with a -row. If a row is deleted, UndoDeltaBlockGCO0p will not remove the row's base +row. If a row is deleted, UndoDeltaBlockGCOp will not remove the row's base data or the final REDO record indicating its deletion.
