alliasgher commented on code in PR #875:
URL: https://github.com/apache/iceberg-go/pull/875#discussion_r3074469103
##########
table/internal/interfaces.go:
##########
@@ -117,6 +117,10 @@ type WriteFileInfo struct {
WriteProps any
Content iceberg.ManifestEntryContent
EqualityFieldIDs []int
+ // SortOrderID is the sort order id used when writing the data file.
+ // Used to populate the manifest entry's sort_order_id. Defaults to
+ // table.UnsortedSortOrderID (0) for unsorted writes.
Review Comment:
Good point — removed in c6c8e83 to match the style of the rest of the struct.
--
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]