-
Notifications
You must be signed in to change notification settings - Fork 83
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
Support of BulkUpsert over table client instead table session #1497
Conversation
Support bulk upsert from scv, arrow and ydb internal formats
github.com/ydb-platform/ydb-go-sdk/v3/tableincompatible changesClient.BulkUpsert: added compatible changesBulkUpsertData: added github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesTableBulkUpsertDoneInfo: changed from TableBulkUpsertDoneInfo to TableBulkUpsertDoneInfo compatible changesTable.OnBulkUpsert: added summaryBase version: v3.82.0 (master) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1497 +/- ##
==========================================
- Coverage 66.97% 66.91% -0.06%
==========================================
Files 353 353
Lines 36695 36822 +127
==========================================
+ Hits 24576 24640 +64
- Misses 11039 11087 +48
- Partials 1080 1095 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over query-service: |
🌋 Here are results of SLO test for Go SDK xorm: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over table-service: |
🌋 Here are results of SLO test for Go SDK gorm: |
72d7ca5
to
69c3ad1
Compare
69c3ad1
to
865024a
Compare
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