dttung2905 commented on code in PR #735:
URL: https://github.com/apache/iceberg-go/pull/735#discussion_r2880032433
##########
manifest.go:
##########
@@ -759,6 +771,19 @@ func (c *ManifestReader) ReadEntry() (ManifestEntry,
error) {
tmp = tmp.(*fallbackManifestEntry).toEntry()
}
tmp.inherit(c.file)
+ // Apply first_row_id inheritance for v3 data manifests (spec: First
Row ID Inheritance).
+ if c.content == ManifestContentData && c.file.FirstRowId() != nil {
Review Comment:
Fixing it now
--
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]