Skip to content

feat(bigtable): Add datatypes for GoogleSQL#11816

Merged
bhshkh merged 4 commits into
googleapis:mainfrom
bhshkh:feature/cbt-btql-data-types
Mar 13, 2025
Merged

feat(bigtable): Add datatypes for GoogleSQL#11816
bhshkh merged 4 commits into
googleapis:mainfrom
bhshkh:feature/cbt-btql-data-types

Conversation

@bhshkh

@bhshkh bhshkh commented Mar 12, 2025

Copy link
Copy Markdown
Contributor

Adding SQL datatypes that can be used while preparing a query. These new datatypes are all wrappers over data API datatypes listed here.

Bigtable does not yet support Map and Struct as parameter types in SQL queries

Design: go/cfdb-cbt-go-googlesql

@product-auto-label product-auto-label Bot added the api: bigtable Issues related to the Bigtable API. label Mar 12, 2025
@bhshkh bhshkh marked this pull request as ready for review March 12, 2025 22:31
@bhshkh bhshkh requested review from a team March 12, 2025 22:31
@bhshkh bhshkh enabled auto-merge (squash) March 12, 2025 22:32

@hongalex hongalex left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved for Go, not Bigtable concepts

Comment thread bigtable/sql_types.go Outdated
Comment thread bigtable/sql_types.go Outdated
@bhshkh bhshkh added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Mar 13, 2025
@bhshkh bhshkh merged commit 5a9eb10 into googleapis:main Mar 13, 2025
@bhshkh bhshkh deleted the feature/cbt-btql-data-types branch March 13, 2025 19:20
@bhshkh bhshkh linked an issue Oct 8, 2025 that may be closed by this pull request
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. kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bigtable: GoogleSQL Bind, Prepare and Execute

3 participants