cockroachdb / cockroachdb/cockroach

cdc, export: consider improving the csv output for composite types

Open
#102,905 5 comments 0 reactions 0 assignees View on GitHub
A-cdc C-enhancement docs-done T-cdc
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

When we serialize a composite type `(i int, s string)` to CSV, it comes out like this:

```
"((1, s1) AS i, s)\"
```

Maybe that's what we want, but probably expanding it, or even just removing the `AS labels`, would be preferable as the metadata is the same for every record.

Jira issue: CRDB-27720
Epic CRDB-27835

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.