Skip to content

feat(bigtable): add support for AsyncPrepareQuery#15457

Merged
diegomarquezp merged 3 commits intogoogleapis:mainfrom
diegomarquezp:generate-bigtable-sql-code
Sep 10, 2025
Merged

feat(bigtable): add support for AsyncPrepareQuery#15457
diegomarquezp merged 3 commits intogoogleapis:mainfrom
diegomarquezp:generate-bigtable-sql-code

Conversation

@diegomarquezp
Copy link
Collaborator

@diegomarquezp diegomarquezp commented Sep 9, 2025

Part of the Bigtable GoogleSQL feature effort.

Details:

  • Added AsyncPrepareQuery to the generator config textproto

Other necessary RPCs PrepareQuery and ExecuteQuery are already included (see full search):

StatusOr<google::bigtable::v2::PrepareQueryResponse>
DefaultBigtableStub::PrepareQuery(

std::unique_ptr<google::cloud::internal::StreamingReadRpc<
google::bigtable::v2::ExecuteQueryResponse>>
DefaultBigtableStub::ExecuteQuery(


This change is Reviewable

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Sep 9, 2025
@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.04%. Comparing base (612245c) to head (ba98b69).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...loud/bigtable/internal/bigtable_channel_refresh.cc 0.00% 3 Missing ⚠️
google/cloud/bigtable/testing/mock_bigtable_stub.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15457   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files        2403     2403           
  Lines      219553   219557    +4     
=======================================
+ Hits       204273   204278    +5     
+ Misses      15280    15279    -1     

☔ 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.

@diegomarquezp diegomarquezp marked this pull request as ready for review September 10, 2025 16:00
@diegomarquezp diegomarquezp requested a review from a team September 10, 2025 16:00
@diegomarquezp diegomarquezp merged commit a4d34f3 into googleapis:main Sep 10, 2025
69 of 78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants