cockroach
cockroach copied to clipboard
importer: support {} format for arrays in CSV
fixes https://github.com/cockroachdb/cockroach/issues/84631
Release note (sql change): Arrays can now be imported in a CSV file using the {} format, similar to COPY FROM. Importing array expressions (e.g. ARRAY[1, 2, 3]) is still supported as well.
tftr!
bors r=ecwall