-
Notifications
You must be signed in to change notification settings - Fork 1.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
[pdata] Update pcommon.ValueType.String() output #6247
[pdata] Update pcommon.ValueType.String() output #6247
Conversation
904f844
to
f22ae98
Compare
Please check the tests. |
f22ae98
to
964d308
Compare
Codecov ReportBase: 92.22% // Head: 92.22% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6247 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 219 219
Lines 13484 13446 -38
=======================================
- Hits 12435 12401 -34
+ Misses 819 815 -4
Partials 230 230
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. |
964d308
to
4bd881b
Compare
4bd881b
to
6686c77
Compare
6686c77
to
607322e
Compare
@dmitryax the issue is not resolved with this PR, see update there. |
607322e
to
985963e
Compare
Update `pcommon.ValueType.String` output to string representation of corresponding type identifiers for consistency with other enum types
985963e
to
a4d4dba
Compare
Recently we updated all names related to pdata String value. It makes sense to update string returned by Value.String accordingly to avoid discrepancy with other value types
Updates #6249