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

feat(bigtable): Add UpdateFamily to allow updating a family type #10759

Merged
merged 10 commits into from
Aug 23, 2024

Conversation

ron-gal
Copy link
Contributor

@ron-gal ron-gal commented Aug 23, 2024

It is currently only possible to update a column GC policy. We want to be able to also update the value_type of a column family.

@ron-gal ron-gal requested review from a team as code owners August 23, 2024 17:59
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Aug 23, 2024
@bhshkh
Copy link
Contributor

bhshkh commented Aug 23, 2024

Please resolve vet failures

@bhshkh
Copy link
Contributor

bhshkh commented Aug 23, 2024

Please add description to the PR

ignoreWarnings bool
}

// GCPolicyOption is the interface to change GC policy settings
type GCPolicyOption interface {
Copy link
Contributor

@bhshkh bhshkh Aug 23, 2024

Choose a reason for hiding this comment

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

Ideally, we try to avoid modifying already exported and released types. This would break customer's code

https://pkg.go.dev/cloud.google.com/go/bigtable#GCPolicyOption

But I would like to know what any of the admins think

@codyoss @quartzmo

Copy link
Member

Choose a reason for hiding this comment

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

I agree. I would suggest just updating the documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@ron-gal
Copy link
Contributor Author

ron-gal commented Aug 23, 2024

Please add description to the PR

done

@ron-gal
Copy link
Contributor Author

ron-gal commented Aug 23, 2024

Please resolve vet failures

Done

@ron-gal ron-gal requested review from bhshkh and codyoss August 23, 2024 20:06
@bhshkh bhshkh merged commit ec0cbb2 into googleapis:main Aug 23, 2024
8 of 10 checks passed
@ron-gal ron-gal deleted the add_update_family branch August 23, 2024 23:00
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.

3 participants