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

Remove deprecated pcommon.Value.Equal #6860

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

bogdandrutu
Copy link
Member

No description provided.

@bogdandrutu bogdandrutu requested review from a team and codeboten December 27, 2022 18:33
@codecov
Copy link

codecov bot commented Dec 27, 2022

Codecov Report

Base: 91.05% // Head: 91.14% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (4a47139) compared to base (7d168dd).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6860      +/-   ##
==========================================
+ Coverage   91.05%   91.14%   +0.08%     
==========================================
  Files         237      237              
  Lines       14298    14362      +64     
==========================================
+ Hits        13019    13090      +71     
+ Misses       1027     1022       -5     
+ Partials      252      250       -2     
Impacted Files Coverage Δ
pdata/pcommon/common.go 94.44% <ø> (+0.87%) ⬆️
connector/connector.go 100.00% <100.00%> (ø)
connector/connectortest/connector.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dmitryax
Copy link
Member

dmitryax commented Jan 7, 2023

It looks like it's actually being used for filtering in the contrib production code. Let me handle that first

@dmitryax
Copy link
Member

@bogdandrutu I have the following PRs to remove the method usage from contrib:

I think open-telemetry/opentelemetry-collector-contrib#17521 proves that we probably need to keep Value.Equal method.

@bogdandrutu bogdandrutu merged commit 5c12f09 into open-telemetry:main Jan 18, 2023
@bogdandrutu bogdandrutu deleted the rmpdateequal branch January 18, 2023 20:46
codeboten pushed a commit to codeboten/opentelemetry-collector that referenced this pull request Jan 23, 2023
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.

3 participants