davlee1972 commented on issue #2694: URL: https://github.com/apache/arrow-adbc/issues/2694#issuecomment-2858877337
https://github.com/apache/arrow-adbc/issues/1893 I had a similar issue with Python. The use case is migrating data from one platform to another using recordbatchreaders to read data iteratively while writing. For file sources using the recordbatchreader this isn’t an issue. Using the returned adbc recordbatchreader using a function call that includes the connection and cursor creation fails since the cursor and connection are wiped after the function ends. -- 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]
