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


##########
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:
   technically spec ids are `JSON int`s according to the spec, which means that 
an int64 would be valid. But I'm fine with changing them back to just being an 
`int` for 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]

Reply via email to