-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go.mod: update goavro from v2.8.1 to v2.9.8 #59745
Conversation
Hm, interesting. A test is failing because of differing timestamps.
cc @HonoreDB , does anything jump out to you? This diff does have some changes with respect to timestamps in cockroachdb/vendored@26b10b3...44b3b8e#diff-550eddbb7dbace83d97dbfb9e67c78aa144f8182e29be6a890050319fc0b848f on line 157. Is it possible that the new version is actually what we want here? |
Yikes, yes. The timestamp actually created in the database for that first row is |
Thanks for confirming! I'll update the tests along with the SDK bump. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 5 files at r1.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @miretskiy)
Release note (bug fix): Fix a timestamp overflow bug that would overflow timestamps after the year 2038 by updating the Avro SDK used by changefeeds.
TFTR! |
Build succeeded: |
Release note: None