cockroachdb / cockroachdb/cockroach
ldr: support NOT VISIBLE columns in UDF
Open
A-cross-cluster-replication
A-disaster-recovery
branch-master
C-bug
P-2
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.