eitsupi commented on PR #3146:
URL: https://github.com/apache/arrow-adbc/pull/3146#issuecomment-3067090052

   There seems to be an occasional error in the tests at main branch for now.
   
   https://github.com/apache/arrow-adbc/actions/runs/16242489125/job/45860773537
   
https://github.com/apache/arrow-adbc/actions/runs/16250080131/job/45878524280?pr=3147
   
   ```
   thread 'driver_manager::tests::test_load_driver_env' panicked at 
core/src/driver_manager.rs:1899:18:
   called `Result::unwrap_err()` on an `Ok` value: ManagedDriver { inner: 
ManagedDriverInner { driver: FFI_AdbcDriver { private_data: 0x55d1f8c12ad0, 
private_manager: 0x0, release: Some(0x7ffa986df2a0), DatabaseInit: 
Some(0x7ffa986e6300), DatabaseNew: Some(0x7ffa986df740), DatabaseSetOption: 
Some(0x7ffa986edd20), DatabaseRelease: Some(0x7ffa986e4140), ConnectionCommit: 
Some(0x7ffa986e9000), ConnectionGetInfo: Some(0x7ffa986edd80), 
ConnectionGetObjects: Some(0x7ffa986ee810), ConnectionGetTableSchema: 
Some(0x7ffa986e9aa0), ConnectionGetTableTypes: Some(0x7ffa986ee990), 
ConnectionInit: Some(0x7ffa986e6490), ConnectionNew: Some(0x7ffa986df2d0), 
ConnectionSetOption: Some(0x7ffa986edd40), ConnectionReadPartition: 
Some(0x7ffa986e56f0), ConnectionRelease: Some(0x7ffa986e43b0), 
ConnectionRollback: Some(0x7ffa986e85f0), StatementBind: Some(0x7ffa986e7fe0), 
StatementBindStream: Some(0x7ffa986e82a0), StatementExecuteQuery: 
Some(0x7ffa986e8970), StatementExecutePartitions: Some(0x7ffa986e5d30), S
 tatementGetParameterSchema: Some(0x7ffa986e9610), StatementNew: 
Some(0x7ffa986e5780), StatementPrepare: Some(0x7ffa986e8ce0), StatementRelease: 
Some(0x7ffa986e4730), StatementSetOption: Some(0x7ffa986edd60), 
StatementSetSqlQuery: Some(0x7ffa986e5dc0), StatementSetSubstraitPlan: 
Some(0x7ffa986e5ca0), ErrorGetDetailCount: None, ErrorGetDetail: None, 
ErrorFromArrayStream: None, DatabaseGetOption: None, DatabaseGetOptionBytes: 
None, DatabaseGetOptionDouble: None, DatabaseGetOptionInt: None, 
DatabaseSetOptionBytes: None, DatabaseSetOptionDouble: None, 
DatabaseSetOptionInt: None, ConnectionCancel: None, ConnectionGetOption: None, 
ConnectionGetOptionBytes: None, ConnectionGetOptionDouble: None, 
ConnectionGetOptionInt: None, ConnectionGetStatistics: None, 
ConnectionGetStatisticNames: None, ConnectionSetOptionBytes: None, 
ConnectionSetOptionDouble: None, ConnectionSetOptionInt: None, StatementCancel: 
None, StatementExecuteSchema: None, StatementGetOption: None, 
StatementGetOptionBytes: None,
  StatementGetOptionDouble: None, StatementGetOptionInt: None, 
StatementSetOptionBytes: None, StatementSetOptionDouble: None, 
StatementSetOptionInt: None }, version: V100, _library: 
Some(Library@0x7ffa90001300) } }
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   ```
   
   But I'm not sure if this is related.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to