This is an automated email from the ASF dual-hosted git repository.
russellspitzer 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 79fd977f67 Docs: `field_id` in name serialisation spec should read
`field-id` (#11135)
79fd977f67 is described below
commit 79fd977f67592a16579cff31478e7ea98ef126e4
Author: jonaswk <[email protected]>
AuthorDate: Thu Sep 19 22:40:12 2024 +0200
Docs: `field_id` in name serialisation spec should read `field-id` (#11135)
---
format/spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/format/spec.md b/format/spec.md
index dcddd80de4..eb5900e27b 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -1246,7 +1246,7 @@ Name mapping is serialized as a list of field mapping
JSON Objects which are ser
|Field mapping field|JSON representation|Example|
|--- |--- |--- |
|**`names`**|`JSON list of strings`|`["latitude", "lat"]`|
-|**`field_id`**|`JSON int`|`1`|
+|**`field-id`**|`JSON int`|`1`|
|**`fields`**|`JSON field mappings (list of objects)`|`[{ `<br
/> `"field-id": 4,`<br /> `"names": ["latitude",
"lat"]`<br />`}, {`<br /> `"field-id": 5,`<br
/> `"names": ["longitude", "long"]`<br />`}]`|
Example