ajantha-bhat commented on code in PR #13181:
URL: https://github.com/apache/iceberg/pull/13181#discussion_r2113496236
##########
format/spec.md:
##########
@@ -607,7 +607,7 @@ A manifest stores files for a single partition spec. When a
table’s partition
A manifest file must store the partition spec and other metadata as properties
in the Avro file's key-value metadata:
-| v1 | v2 | Key | Value
|
+| v1 | v2/v3 | Key | Value
|
Review Comment:
If the columns are identical, merged them with header update because it
avoids the effort to figure out what has changed between the versions. Plus we
may have v4 and v5 etc which makes tables very big in future if we keep a
column for each.
--
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]