subkanthi commented on issue #714:
URL: https://github.com/apache/iceberg-go/issues/714#issuecomment-3897808133
Looking at this , there are some places like in snapshot_producers.go where
the branch seems to be hardcoded to `main`
```
return []Update{
NewAddSnapshotUpdate(&snapshot),
NewSetSnapshotRefUpdate("main", sp.snapshotID,
BranchRef, -1, -1, -1),
}, []Requirement{
AssertRefSnapshotID("main",
sp.txn.meta.currentSnapshotID),
}, nil
```
--
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]