Open Limess opened 4 years ago
When a column is of type jsonb but has an empty record, the output in Redshift is a NULL (or empty depending on the COPY handling) column
jsonb
When a column is of type jsonb but has an empty record, the output in Redshift is the string null
null
Expected
When a column is of type
jsonb
but has an empty record, the output in Redshift is a NULL (or empty depending on the COPY handling) columnActual
When a column is of type
jsonb
but has an empty record, the output in Redshift is the stringnull