-
Notifications
You must be signed in to change notification settings - Fork 374
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
impl(bigtable): duplicate AsyncRowSampler
#9221
impl(bigtable): duplicate AsyncRowSampler
#9221
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov Report
@@ Coverage Diff @@
## main #9221 +/- ##
==========================================
- Coverage 94.52% 94.51% -0.01%
==========================================
Files 1454 1454
Lines 130338 130338
==========================================
- Hits 123198 123192 -6
- Misses 7140 7146 +6
Continue to review full report at Codecov.
|
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.
What's the point of "restore AsyncRowSampler but don't build it"?
My thinking was that the reviewer can easily verify that
|
So, you'll remove it in a followup? |
I will transform The |
I see. Thanks. |
The ground work for #9173
cp
AsyncRowSampler
LegacyAsyncRowSampler
After this PR, I will modify
AsyncRowSampler
to use the modern Stub instead of theDataClient
.REVIEWER: this is broken up into multiple commits to make the changes easier to see.
This change is