fallintoplace opened a new pull request, #1658: URL: https://github.com/apache/iceberg-go/pull/1658
UseRef could leave a scan with both an as-of timestamp and a ref. The ref snapshot then won, so a scan that started as historical could silently read a different snapshot. UseRef now treats main as a no-op and preserves the existing scan selector. Non-main refs return ErrInvalidArgument when a snapshot ID or as-of timestamp is already set. Tags remain valid read refs, and ScanOption last-one-wins behavior is unchanged. Tests: - go test ./table - all packages except io/gocloud passed with go test ./... -- 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]
