twuebi commented on code in PR #1184:
URL: https://github.com/apache/iceberg-go/pull/1184#discussion_r3403428181


##########
table/writer.go:
##########
@@ -38,6 +38,9 @@ type WriteTask struct {
        FileCount   int // FileCount is a sequential counter for files written 
by this task.
        Schema      *iceberg.Schema
        Batches     []arrow.RecordBatch
+       // SortOrderID, when non-zero, is recorded on the resulting file as its

Review Comment:
   updated



-- 
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]

Reply via email to