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

ldr: support NOT VISIBLE columns in UDF #129037

Open stevendanna opened 1 month ago

stevendanna commented 1 month ago

Describe the problem

Currently, the UDF used for custom conflict resolution depends on the implicit record type for a table to pass the existing and proposed work to the user's function. The implicit record type, however, does not include any NOT VISIBLE columns in the table. As a result CRDB-generated columns such as crdb_region and rowid are not supported by the UDF.

Jira issue: CRDB-41344

blathers-crl[bot] commented 1 month ago

cc @cockroachdb/disaster-recovery