cockroachdb / cockroachdb/cockroach
cdc, export: consider improving the csv output for composite types
Open
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
Assessment
This issue has not been assessed yet.