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

Unable to load geo and array type columns using load_table arrow method #366

Open
anirudh-here-com opened this issue Jan 11, 2022 · 0 comments

Comments

@anirudh-here-com
Copy link

While trying to import a parquet file containing geo and array data using below code

import pymapd
import pyarrow.parquet as pq
from pyarrow import fs

con = pymapd.connect(user="xxx", password="xxx", host="xxx", port=xxx, dbname="xxx")
//load arrow_table from s3
con.load_table("xxx", arrow_table, method='arrow', preserve_index=False)
con.close() 

I get the error "Arrow array appends not yet supported".
The geo and array columns are of type string in parquet and in omnisci schema declared as linestring and string[] respectively

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