Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rahulKQL
Copy link
Owner

@rahulKQL rahulKQL commented Apr 3, 2020

This PR adds BigtableVeneerApi, which exposes veneer implementation of Data and Admin clients.

@rahulKQL rahulKQL force-pushed the bigtable_veneer_api branch from 924972c to cf8b246 Compare April 3, 2020 08:34
pmakani
pmakani previously approved these changes Apr 3, 2020
athakor
athakor previously approved these changes Apr 3, 2020
ReadRowsRequest request = fakeDataService.popLastRequest();
assertEquals(ROW_KEY, request.getRows().getRowKeys(0).toStringUtf8());
}

Choose a reason for hiding this comment

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

Did you miss test for close() ?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks a lot for the review!!

I had intentionally left the test case for close() because we don't have a way to verify with mock Server.

Choose a reason for hiding this comment

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

okay

@rahulKQL rahulKQL force-pushed the bigtable_veneer_api branch 2 times, most recently from 5170a70 to adc82e7 Compare April 13, 2020 08:57
@rahulKQL rahulKQL changed the base branch from data_client_veneer to master April 13, 2020 08:57
@rahulKQL rahulKQL dismissed stale reviews from athakor and pmakani April 13, 2020 08:57

The base branch was changed.

This PR adds BigtableVeneerApi, which exposes veneer implementation of Data and Admin clients.
@rahulKQL rahulKQL force-pushed the bigtable_veneer_api branch from f748569 to d98c42d Compare April 14, 2020 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants