cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.11k stars 3.81k forks source link

cdc: tests for user-defined compound types #102764

Open HonoreDB opened 1 year ago

HonoreDB commented 1 year ago

User-defined compound types will be supported in 23.1! As user-defined types have tended to require special-case logic for changefeeds, we need a cdcTest or three and to add them to the all types encoder tests.

Jira issue: CRDB-27641

Epic CRDB-9179

blathers-crl[bot] commented 1 year ago

cc @cockroachdb/cdc

lnhsingh commented 1 year ago

@HonoreDB - can you help me understand what the end-user should know about this limitation? It seems like this might just be internal work?

HonoreDB commented 1 year ago

Hey, thanks for following up, I shouldn't have added the label before there was more context here. @amruss is going to file a separate issue with more details, so I'll remove the label from this one--the idea was that we haven't thoroughly UA tested these features interacting and don't have good integration tests, so this interaction should be considered experimental, or "preview" now.