corleyma opened a new pull request, #3855: URL: https://github.com/apache/arrow-adbc/pull/3855
## Summary Fix the PostgreSQL driver’s `GetObjects` table enumeration so `db_schema` / `db_schema_filter` does not depend on `search_path`. ## Details The tables query used `pg_catalog.pg_table_is_visible(c.oid)`, which is `search_path`-dependent and can hide tables in non-current schemas even when a schema filter is provided. Remove that predicate and rely on the explicit schema predicate. ## Tests - `pre-commit run` - `ctest -L driver-postgresql` (against `postgres-test` from `docker compose`) Closes #3854 -- 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]
