sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
1.98k stars 158 forks source link

Support RedShift SUPER type #492

Open roee88 opened 1 year ago

roee88 commented 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.

sephib commented 1 month ago

Having the same issue -

PanicException: not implemented: super

Is there a plan to support SUPER (JSON) type?