ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
37 stars 21 forks source link

Update methods to create and serialize UUIDs #324

Closed alex268 closed 1 month ago

alex268 commented 1 month ago

Resolve UUID creating methods inconsistency https://github.com/ydb-platform/ydb/issues/9799

Fixes #326

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 78.57143% with 12 lines in your changes missing coverage. Please review.

Project coverage is 47.53%. Comparing base (871ddc1) to head (8b36eec). Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...n/java/tech/ydb/table/values/proto/ProtoValue.java 79.24% 7 Missing and 4 partials :warning:
...ain/java/tech/ydb/table/values/PrimitiveValue.java 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ============================================ + Coverage 47.41% 47.53% +0.11% - Complexity 1739 1749 +10 ============================================ Files 305 305 Lines 12381 12388 +7 Branches 1235 1236 +1 ============================================ + Hits 5871 5889 +18 + Misses 6049 6038 -11 Partials 461 461 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.