culpgrant opened a new issue, #4709: URL: https://github.com/apache/arrow-adbc/issues/4709
### What happened? `cursor.adbc_ingest()` seemingly intermittently raises `adbc_driver_manager.OperationalError: CANCELLED: context canceled` even though all database side operations completed successfully. The data is fully ingested with PUT, COPY INTO, and the final SELECT COUNT(*) query completing successfully. But the python exception is still raised. The dataset is small 148,000 rows. The entire PUT and COPY INTO operation completed in 7 seconds. This appears to be similar to https://github.com/apache/arrow-adbc/issues/2062. ### Stack Trace File "adbc_driver_manager/_lib.pyx", line 1956, in adbc_driver_manager._lib._blocking_call_impl File "adbc_driver_manager/_lib.pyx", line 1949, in adbc_driver_manager._lib._blocking_call_impl File "adbc_driver_manager/_lib.pyx", line 1653, in adbc_driver_manager._lib.AdbcStatement.execute_update File "adbc_driver_manager/_lib.pyx", line 262, in adbc_driver_manager._lib.check_error adbc_driver_manager.OperationalError: CANCELLED: context canceled ### How can we reproduce the bug? I cant share the dataset and the issues happens seemingly randomly. ### Environment/Setup Python 3.12 Key Pair JWT Authentication Snowflake Private Link `adbc-driver-snowflake 1.11.0` -- 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]
