jorisvandenbossche commented on code in PR #1346:
URL: https://github.com/apache/arrow-adbc/pull/1346#discussion_r1417593943


##########
python/adbc_driver_manager/tests/test_lowlevel.py:
##########
@@ -390,3 +390,57 @@ def test_child_tracking(sqlite):
                 RuntimeError, match="Cannot close AdbcDatabase with open 
AdbcConnection"
             ):
                 db.close()
+
+
[email protected]
+def test_pycapsule(sqlite):

Review Comment:
   I further expanded the specific test that David started, but in addition (at 
least if requiring pyarrow>=14 for testing) I could also update the other tests 
above to do the import/export using capsules instead of the current calls to 
`_import_from_c`), that then will also automatically give some more test 
coverage.



-- 
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]

Reply via email to