talatuyarer commented on code in PR #17918:
URL: https://github.com/apache/iceberg/pull/17918#discussion_r3981337037


##########
format/spec.md:
##########
@@ -283,6 +284,7 @@ Supported primitive types are defined in the table below. 
Primitive types added
 |                  | **`binary`**       | Arbitrary-length byte array          
                                    |                                           
       |
 | [v3](#version-3) | **`geometry(C)`**  | Geospatial features from [OGC – 
Simple feature access][1001]. Edge-interpolation is always linear/planar. See 
[Appendix G](#appendix-g-geospatial-notes). Parameterized by CRS C. If not 
specified, C is `OGC:CRS84`. |                                                  
      |
 | [v3](#version-3) | **`geography(C, A)`**  | Geospatial features from [OGC – 
Simple feature access][1001]. See [Appendix G](#appendix-g-geospatial-notes). 
Parameterized by CRS C and edge-interpolation algorithm A. If not specified, C 
is `OGC:CRS84` and A is `spherical`. |
+| [v4](#version-4) | **`file`**         | A reference to a range of bytes, 
defined by the Parquet `FILE` type. See [File Type](#file-type). | Reserves 7 
field IDs; must be optional with `null` defaults |

Review Comment:
   @danielcweeks we decided to list as nested type 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to