-
Notifications
You must be signed in to change notification settings - Fork 86
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
for review only #1514
for review only #1514
Conversation
# Conflicts: # internal/bind/params.go
# Conflicts: # internal/table/scanner/scanner.go # internal/value/value.go # tests/integration/database_sql_regression_test.go
# Conflicts: # internal/scanner/scanner.go
github.com/ydb-platform/ydb-go-sdk/v3/table/typesincompatible changesUUIDValue: removed compatible changesErrIssue1501BadUUID: added summaryBase version: v3.85.2-0.20241022141519-53817cb7298d (uuid-fix) |
# Conflicts: # tests/integration/database_sql_regression_test.go
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## uuid-fix #1514 +/- ##
=============================================
+ Coverage 41.10% 52.15% +11.04%
=============================================
Files 355 349 -6
Lines 37397 36014 -1383
=============================================
+ Hits 15373 18783 +3410
+ Misses 21510 15999 -5511
- Partials 514 1232 +718
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
return nil | ||
}) | ||
|
||
require.NoError(t, err) |
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.
Should we remove these tests or check for Error instead?
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.
I removed some functions and the code cause compile error.
I don't know how to test in CI :(
# Conflicts: # internal/params/parameters.go # table/types/value.go
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information