laurentperez commented on issue #211:
URL: https://github.com/apache/arrow-java/issues/211#issuecomment-2525308893

   Hi
   
   I believe I have the same use case as @igor-suhorukov , I found this GH 
issue by googling. I have a VectorSchemaRoot and I'd like to feed it to duckdb 
to copy a parquet out of it.
   
   The updated Reader link is 
https://github.com/apache/arrow-adbc/blob/main/java/driver/jdbc/src/main/java/org/apache/arrow/adbc/driver/jdbc/RootArrowReader.java
   
   The parameters for registerArrowStream are : String, Object . per 
https://javadoc.io/doc/org.duckdb/duckdb_jdbc/latest/org/duckdb/DuckDBConnection.html#registerArrowStream(java.lang.String,java.lang.Object)
   
   I'm not sure how to register the RootArrowReader ; would you share an 
example ?
   
   ty
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to