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


##########
table/updates.go:
##########
@@ -553,20 +553,22 @@ func (u *removeSnapshotRefUpdate) Apply(builder 
*MetadataBuilder) error {
 
 type removeSpecUpdate struct {
        baseUpdate
-       SpecIds []int64 `json:"spec-ids"`
+       SpecIds []int `json:"spec-ids"`

Review Comment:
   specIds are int not int64, I made a mistake when originally adding the 
updates



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