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

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


The following commit(s) were added to refs/heads/main by this push:
     new 29ff08a086 Spec: Fix Typo (#10564)
29ff08a086 is described below

commit 29ff08a08633ca8df194a26f533b5f9af50fca9e
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Jun 26 00:40:42 2024 +0200

    Spec: Fix Typo (#10564)
---
 format/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/spec.md b/format/spec.md
index e590a8b951..9a3c16e3ac 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -168,7 +168,7 @@ A **`map`** is a collection of key-value pairs with a key 
type and a value type.
 
 Supported primitive types are defined in the table below. Primitive types 
added after v1 have an "added by" version that is the first spec version in 
which the type is allowed. For example, nanosecond-precision timestamps are 
part of the v3 spec; using v3 types in v1 or v2 tables can break forward 
compatibility.
 
-| Added by verison | Primitive type     | Description                          
                                    | Requirements                              
       |
+| Added by version | Primitive type     | Description                          
                                    | Requirements                              
       |
 
|------------------|--------------------|--------------------------------------------------------------------------|--------------------------------------------------|
 |                  | **`boolean`**      | True or false                        
                                    |                                           
       |
 |                  | **`int`**          | 32-bit signed integers               
                                    | Can promote to `long`                     
       |

Reply via email to