Skip to content
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 2.9 to 2.10 #67572

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

HonoreDB
Copy link
Contributor

2.10 provides support for large decimals and lets time of day values
be provided as the underlying logical type, which is convenient
because that's how we encode them. It also makes a breaking change
if you were passing such values as duration types, which we were.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@stevendanna
Copy link
Collaborator

Overall this looks good. I ran go mod tidy to clean up some of the issues but still have a vendor conflict to resolve. I can push a fix for the vendor conflict but am waiting for #68158 to merge before touching it more since we'll just conflict with that as well.

@stevendanna
Copy link
Collaborator

(I have a local branch from before I pushed the tidy if any of this is problematic with work you have locally)

2.10 provides support for large decimals and lets time of day values
be provided as the underlying logical type, which is convenient
because that's how we encode them. It also makes a breaking change
if you were passing such values as duration types, which we were.

Release note: None
Copy link
Collaborator

@stevendanna stevendanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @HonoreDB)

a discussion (no related file):
:lgtm:


@HonoreDB
Copy link
Contributor Author

bors r=[stevendanna]

@craig
Copy link
Contributor

craig bot commented Jul 29, 2021

Build succeeded:

@craig craig bot merged commit 740ae3d into cockroachdb:master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants