Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VarcharArray(true) #679

Open
lscheilling opened this issue Sep 5, 2024 · 0 comments
Open

Add support for VarcharArray(true) #679

lscheilling opened this issue Sep 5, 2024 · 0 comments

Comments

@lscheilling
Copy link

Describe your feature request

If you have a postgres table with a type varchar[](...), connectorx will fail for pandas and arrow return types with error:
RuntimeError: No conversion rule from VarcharArray(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem.
RuntimeError: No conversion rule from VarcharArray(true) to connectorx::pandas::typesystem::PandasTypeSystem.

It seems to work for polars, polars2 and arrow2, have not tested the others, it would be nice to get this working for all return types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant