cockroachdb / cockroachdb/cockroach

changefeedccl: add Protobuf encoder support for LTREE types

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

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.