davlee1972 commented on issue #2128: URL: https://github.com/apache/arrow-adbc/issues/2128#issuecomment-2349813437
I ran multiple tests and setting ingest copy into concurrency to "0" worked across all tests.. The problem looks like COPY INTO completions are not being tracked and when SELECT COUNT(*) runs at the end of the process it runs with a new Session Id which kills the old Session Id the COPY INTOs are running under.. This looks like a new bug which results in a partial copy into result.. -- 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]
