Open mdwaud opened 3 months ago
Yes we have a few types to be covered in the conversion module. And I'm thinking about extracting a new crate for conversion between postgres type and arrow.
I gave a quick try of the latest release and it looks good so far! Will report back if I encounter any issues.
The new version just brings initial support for binary field. But with our experience in GreptimeDB, there are some more binary serieliazation options to support for full postgres compatibility.
When attempting to return binary data I'm getting
Unsupported Datatype Binary and array BinaryArray
. It looks like except forinto_pg_type
binaries aren't really implemented yet.