cockroachdb / cockroachdb/cockroach
changefeedccl: add Protobuf encoder support for LTREE types
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The Protobuf encoder currently lacks support for the new SQL types introduced in [#149912](https://github.com/cockroachdb/cockroach/pull/149912), namely: LTREE, LQUERY, LTXTQUERY.
These types were recently added and parsed into *DLTree datums. To ensure correct changefeed behavior when these types are present in rows, the Protobuf encoder must be updated to handle serialization for these datums.
Jira issue: CRDB-52626
Contributor guide
Assessment
This issue has not been assessed yet.