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
29.9k stars 3.78k forks source link

crosscluster/logical: support replicating tables with columns that have a user defined type #131131

Open msbutler opened 4 hours ago

msbutler commented 4 hours ago

Currently, all rows of a table containing a user defined type get DLQ'd, as this test illustrates. To fix, we need to grab all source side UDTs that the source side replicating table depends on during stream planning, and use them to decode rows coming over the wire.

Jira issue: CRDB-42391

blathers-crl[bot] commented 4 hours ago

cc @cockroachdb/disaster-recovery