Skip to content

feat(bigtable): add opensession descriptors for bigtable#14647

Merged
sushanb merged 5 commits into
googleapis:mainfrom
sushanb:feature/session-descriptors
Jun 4, 2026
Merged

feat(bigtable): add opensession descriptors for bigtable#14647
sushanb merged 5 commits into
googleapis:mainfrom
sushanb:feature/session-descriptors

Conversation

@sushanb

@sushanb sushanb commented May 26, 2026

Copy link
Copy Markdown
Contributor

…ion types

@sushanb sushanb requested a review from nimf May 26, 2026 04:14
@sushanb sushanb requested review from a team as code owners May 26, 2026 04:14
@product-auto-label product-auto-label Bot added the api: bigtable Issues related to the Bigtable API. label May 26, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request introduces SessionType and SessionDescriptor configurations to manage dynamic handshake parameters for Table, Authorized View, and Materialized View connection streams, along with corresponding unit tests. The review feedback highlights potential runtime panics across all three session descriptors due to unsafe type assertions on the proto.Message parameter in LogNameFn and MetadataFn. It is recommended to use safe type assertions and nil checks to prevent these panics.

Comment thread bigtable/internal/transport/session_descriptors.go
Comment thread bigtable/internal/transport/session_descriptors.go
Comment thread bigtable/internal/transport/session_descriptors.go
@sushanb sushanb added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2026
@sushanb sushanb merged commit 8968f4f into googleapis:main Jun 4, 2026
17 checks passed
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