-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore] fix exhaustive lint for processor spanprocessor (#23266) #23952
[chore] fix exhaustive lint for processor spanprocessor (#23266) #23952
Conversation
i'm not sure why it's not skipping the changelog step, i have added |
ping owner for approve @boostchicken |
processor/spanprocessor/span.go
Outdated
case pcommon.ValueTypeEmpty: | ||
case pcommon.ValueTypeSlice: | ||
case pcommon.ValueTypeBytes: | ||
case pcommon.ValueTypeMap: |
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.
These should all have fallthrough
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.
woops my Java is showing. Sorry I missed this.
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.
Thanks @jaydeluca!
Description:
Related #23266