Skip to content

Comments

feat(spanner): [WIP] support data client#4701

Draft
olavloite wants to merge 11 commits intogoogleapis:mainfrom
olavloite:spanner-client
Draft

feat(spanner): [WIP] support data client#4701
olavloite wants to merge 11 commits intogoogleapis:mainfrom
olavloite:spanner-client

Conversation

@olavloite
Copy link

@olavloite olavloite commented Feb 16, 2026

[WORK IN PROGRESS]

Add a data-plane client for Spanner.

Depends on googleapis/librarian#4072

Add a data-plane client for Spanner.
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Feb 16, 2026
@coryan
Copy link
Collaborator

coryan commented Feb 16, 2026

/gcbrun

Copy link
Collaborator

@coryan coryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I think you can skip the grpc-mock subdirectory in the first PR and things will be easier to review and merge.

Also filed googleapis/librarian#4073 because the grpc-mock thing is tedious. Do not worry, I believe we should continue to make progress with this PR (maybe split in smaller PRs) and leave the sidekick automation for later.

@coryan
Copy link
Collaborator

coryan commented Feb 16, 2026

/gcbrun

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

❌ Patch coverage is 0% with 403 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.25%. Comparing base (095167f) to head (eebfef2).
⚠️ Report is 44 commits behind head on main.

Files with missing lines Patch % Lines
src/spanner/src/value.rs 0.00% 217 Missing ⚠️
src/spanner/src/read_write_transaction.rs 0.00% 43 Missing ⚠️
src/spanner/src/statement.rs 0.00% 31 Missing ⚠️
src/spanner/src/row.rs 0.00% 25 Missing ⚠️
src/gax-internal/src/grpc.rs 0.00% 21 Missing ⚠️
src/spanner/src/read_context.rs 0.00% 19 Missing ⚠️
src/spanner/src/client/builder.rs 0.00% 18 Missing ⚠️
src/spanner/src/partitioned_dml.rs 0.00% 10 Missing ⚠️
src/spanner/grpc-mock/src/lib.rs 0.00% 9 Missing ⚠️
src/spanner/src/client.rs 0.00% 9 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4701      +/-   ##
==========================================
- Coverage   95.05%   90.25%   -4.80%     
==========================================
  Files         198      208      +10     
  Lines        7581     7984     +403     
==========================================
  Hits         7206     7206              
- Misses        375      778     +403     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the Spanner API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants