Replies: 1 comment 3 replies
-
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 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to insert data into a VECTOR column by using
adbc_get_table_schema
to determine the schema of a table, but I'm having some problems getting beyond creating a RecordBatch (which I then would use in a RecordBatchReader and adbc_ingest)Specifically, running:
Results in an error:
It seems to only want
bytes
as the vector data, but I'm not sure how to encode a list as bytes. How can I create the RecordBatch, or otherwise insert data into a VECTOR column?Beta Was this translation helpful? Give feedback.
All reactions