Open roee88 opened 1 year ago
RedShift has a SUPER type, typically used to store JSON. See https://docs.aws.amazon.com/redshift/latest/dg/r_SUPER_type.html
Currently connector-x panics in https://github.com/sfu-db/connector-x/blob/f1d4e5f985f107f4c1cd52a10f668e9ee0be182e/connectorx/src/sources/postgres/typesystem.rs#L103.
Having the same issue -
PanicException: not implemented: super
Is there a plan to support SUPER (JSON) type?
RedShift has a SUPER type, typically used to store JSON. See https://docs.aws.amazon.com/redshift/latest/dg/r_SUPER_type.html
Currently connector-x panics in https://github.com/sfu-db/connector-x/blob/f1d4e5f985f107f4c1cd52a10f668e9ee0be182e/connectorx/src/sources/postgres/typesystem.rs#L103.