gaborkaszab commented on code in PR #16688:
URL: https://github.com/apache/iceberg/pull/16688#discussion_r3420356472
##########
core/src/main/java/org/apache/iceberg/TrackedFileStruct.java:
##########
@@ -104,6 +106,7 @@ public PartitionData copy() {
TrackedFileStruct(
Tracking tracking,
FileContent contentType,
+ int writerFormatVersion,
Review Comment:
Initially it was at the end, @stevenzwu asked to move it before `location`
in the schema. Made sense to follow the order of the schema with the
constructor.
--
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]