lidavidm commented on issue #211: URL: https://github.com/apache/arrow-java/issues/211#issuecomment-2526471758
https://github.com/duckdb/duckdb-java/blob/b0000256d783a770eed29bd69268f469193c3ed4/src/main/java/org/duckdb/DuckDBConnection.java#L356-L373 I suppose they don't want to declare an explicit dependency on Arrow. The object to pass needs to be an ArrowArrayStream which you can get by exporting an ArrowReader. https://github.com/apache/arrow-java/blob/be89beccc40fcb945eee3468c6ce15787a9c9559/c/src/main/java/org/apache/arrow/c/Data.java#L222-L232 -- 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]
