Mandukhai-Alimaa opened a new issue, #3839: URL: https://github.com/apache/arrow-adbc/issues/3839
### What feature or improvement would you like to see? ``` ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_foreign[postgresql:15+] - NotImplementedError ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_primary[postgresql:15+] - NotImplementedError ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_unique[postgresql:15+] - NotImplementedError ``` These tests are being skipped right now because the PostgreSQL driver throws NotImplementedError when GetObjects is called with depth levels that request constraint information (foreign keys, primary keys, unique constraints). The driver should query PostgreSQL system catalogs (pg_constraint, pg_index) to retrieve constraint metadata so that we can enable the get_objects_constraints_* feature flags and pass the tests. -- 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]
