XBaith commented on code in PR #10831:
URL: https://github.com/apache/iceberg/pull/10831#discussion_r1879742066


##########
format/spec.md:
##########
@@ -1208,6 +1224,7 @@ Lists must use the [3-level 
representation](https://github.com/apache/parquet-fo
 | **`struct`**       | `group`                                                 
           |                                             |                      
                                          |
 | **`list`**         | `3-level list`                                          
           | `LIST`                                      | See Parquet docs for 
3-level representation.                   |
 | **`map`**          | `3-level map`                                           
           | `MAP`                                       | See Parquet docs for 
3-level representation.                   |
+| **`variant`**      | `group` with `metadata` and `value` fields. `metadata` 
and `value` must not be assigned field IDs and the fields are accessed through 
names.| `VARIANT`                                   | See Parquet docs for 
Variant encoding and Variant shredding encoding. |

Review Comment:
   It might be helpful to include a link to the documentation for easier 
reference. What do you think?
   
   > See Parquet docs for [Variant 
encoding](https://github.com/apache/parquet-format/blob/master/VariantEncoding.md)
 and [Variant shredding 
encoding](https://github.com/apache/parquet-format/blob/master/VariantShredding.md).



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to