GitHub user lidavidm added a comment to the discussion: How to insert data into a VECTOR PostgreSQL column (from Python)?
Without trying it I'm guessing this is the same thing where we don't have a parser for VECTOR and so it's falling back to `binary` type (you could print the schema you get to confirm), in which case we should add a real parser and a real way to bind the type GitHub link: https://github.com/apache/arrow-adbc/discussions/2900#discussioncomment-13329303 ---- This is an automatically sent email for user@arrow.apache.org. To unsubscribe, please send an email to: user-unsubscr...@arrow.apache.org