Skip to content
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

bigtable: column family support when creating tables #1456

Closed
wants to merge 3 commits into from
Closed

bigtable: column family support when creating tables #1456

wants to merge 3 commits into from

Conversation

callmehiphop
Copy link
Contributor

Relates to #1451

This adds support for specifying column families when creating a table.

@callmehiphop callmehiphop added the api: bigtable Issues related to the Bigtable API. label Jul 27, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 27, 2016
@callmehiphop callmehiphop changed the title Bigtable families bigtable: column family support when creating tables Jul 27, 2016
@@ -219,6 +222,44 @@ describe('Bigtable', function() {
bigtable.createTable(TABLE_ID, options, assert.ifError);
});

it('should set the column families', function(done) {

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

coveralls commented Aug 1, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 39624bf on callmehiphop:bigtable-families into c741869 on GoogleCloudPlatform:master.

@stephenplusplus
Copy link
Contributor

Cool, LGTM.

@stephenplusplus
Copy link
Contributor

Rebased and merged in: 1a42246

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. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants