splitgraph / seafowl

Analytical database for data-driven Web applications 🪶

Home Page:https://seafowl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for PG arrays in remote tables

gruuya opened this issue · comments

Currently we can't query remote PG tables with array fields since there's a lack of conversion rules:

PostgresArrowTransportError(ConnectorX(NoConversionRule(\"Int4Array(true)\", \"connectorx::destinations::arrow::typesystem::ArrowTypeSystem\")))")

Maybe there's a recursive way to convert the value to an arrow list, or a wholesale way to convert all unknown types to strings via pg ::varchar casts in our connectorx fork.