You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/12/19 19:56:44 UTC

[iceberg] branch master updated: Spec: Clean up sentence (#6457)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new ccdeddd70c Spec: Clean up sentence (#6457)
ccdeddd70c is described below

commit ccdeddd70c8e1ca54cf2367fdd5c41962f055421
Author: Frank Wessels <fw...@xs4all.nl>
AuthorDate: Mon Dec 19 11:56:38 2022 -0800

    Spec: Clean up sentence (#6457)
---
 format/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/spec.md b/format/spec.md
index ddc594a932..a47639e416 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -41,7 +41,7 @@ All version 1 data and metadata files are valid after upgrading a table to versi
 
 Version 2 of the Iceberg spec adds row-level updates and deletes for analytic tables with immutable files.
 
-The primary change in version 2 adds delete files to encode that rows that are deleted in existing data files. This version can be used to delete or replace individual rows in immutable data files without rewriting the files.
+The primary change in version 2 adds delete files to encode rows that are deleted in existing data files. This version can be used to delete or replace individual rows in immutable data files without rewriting the files.
 
 In addition to row-level deletes, version 2 makes some requirements stricter for writers. The full set of changes are listed in [Appendix E](#version-2).