danielcweeks commented on code in PR #17918:
URL: https://github.com/apache/iceberg/pull/17918#discussion_r3908791890
##########
format/spec.md:
##########
@@ -569,7 +597,7 @@ Partition field IDs must be reused if an existing partition
spec contains an equ
| Transform name | Description
| Source types
| Result type |
|-------------------|--------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-------------|
-| **`identity`** | Source value, unmodified
| Any primitive except for `geometry` and `geography` | Source type |
+| **`identity`** | Source value, unmodified
| Any primitive except for `geometry`, `geography`, and `file` | Source
type |
Review Comment:
I would consider it primitive. Unlike other nested or high-level types, you
can not define/change/nest any other type or field. It's a well-defined
structure and type, so it not similar to those types.
--
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]