zeroshade merged PR #327:
URL: https://github.com/apache/iceberg-go/pull/327
--
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.
kevinjqliu commented on code in PR #327:
URL: https://github.com/apache/iceberg-go/pull/327#discussion_r1989735973
##
manifest.go:
##
@@ -1477,131 +1470,68 @@ func (d *dataFile) EqualityFieldIDs() []int {
func (d *dataFile) SortOrderID() *int { return d.SortOrder }
-// Mani
zeroshade commented on code in PR #327:
URL: https://github.com/apache/iceberg-go/pull/327#discussion_r1989727738
##
manifest.go:
##
@@ -1477,131 +1470,68 @@ func (d *dataFile) EqualityFieldIDs() []int {
func (d *dataFile) SortOrderID() *int { return d.SortOrder }
-// Manif
kevinjqliu commented on code in PR #327:
URL: https://github.com/apache/iceberg-go/pull/327#discussion_r1989698267
##
manifest.go:
##
@@ -501,13 +501,11 @@ func fetchManifestEntries(m ManifestFile, fs iceio.IO,
discardDeleted bool) ([]M
}
fieldNameToID, fieldI