Uh oh!
There was an error while loading. Please reload this page.
feat(bigtable): introduce PartialResultSetSource - #15598
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #15598 +/- ##
==========================================
- Coverage 93.11% 93.10% -0.01%
==========================================
Files 2418 2424 +6 Lines 222977 223259 +282 ==========================================
+ Hits 207618 207865 +247 - Misses 15359 15394 +35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR introduces the PartialResultSetSource class. For processing data, the logic in the PR follows the pattern established by https://github.com/googleapis/googleapis/blob/4b1fe4dbb4156c42e9d09c294d74f36c7a3fc4ac/google/bigtable/v2/data.proto#L749-L770. Some things to note:
Validation of the batch checksum will be done separately in a follow-up PR: #15617