bascheibler commented on issue #1283: URL: https://github.com/apache/arrow-adbc/issues/1283#issuecomment-1806505069
> "fails after fetching a few tables" > > The other thing I would suspect here is if we somehow are keeping a reference to the dataset when we should not be... > > CC @zeroshade for any ideas too Actually, it has just failed on the 1st or 2nd execution of the pool. And I can see that this time it was probably `cursor.fetch_arrow_table()` that failed. The order of tables that are read differ slightly on each run, so it might be really associated to the table size. I'll try setting the queue size and concurrency and will keep you posted. Thanks. -- 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]
