cockroachdb / cockroachdb/cockroach

ldr: support NOT VISIBLE columns in UDF

Open
#129,037 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.