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 aggregate support to the bigtable emulator and client #9530

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

steveniemitz
Copy link
Contributor

@steveniemitz steveniemitz commented Mar 8, 2024

This PR adds support for type and aggregate APIs to the go client. Bigtable aggregates will allow users to configure column families whose cells accumulate values via an aggregation function rather than simply overwrite them.

Change-Id: I3348aea3101eb87bab43c219a5af59b654491486

BEGIN_COMMIT_OVERRIDE
feat(bigtable): Add aggregate support to the bigtable emulator and client
END_COMMIT_OVERRIDE

@steveniemitz steveniemitz requested review from igorbernstein2 and a team as code owners March 8, 2024 17:07
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Mar 8, 2024
@codyoss codyoss changed the title feat: Add aggregate support to the bigtable emulator and client feat(bigtable): Add aggregate support to the bigtable emulator and client Mar 8, 2024
@steveniemitz steveniemitz force-pushed the aggregates branch 3 times, most recently from bf0f4bf to 4860c11 Compare March 8, 2024 17:55
Change-Id: I3348aea3101eb87bab43c219a5af59b654491486
@steveniemitz steveniemitz merged commit c250928 into googleapis:main Mar 8, 2024
11 of 14 checks passed
@steveniemitz steveniemitz deleted the aggregates branch March 8, 2024 20:56
@steveniemitz steveniemitz added the release-please:force-run To run release-please label Mar 11, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Mar 11, 2024
@steveniemitz steveniemitz added the release-please:force-run To run release-please label Mar 11, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Mar 11, 2024
@steveniemitz steveniemitz added the release-please:force-run To run release-please label Mar 11, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants