fwojciec opened a new issue, #2696:
URL: https://github.com/apache/arrow-adbc/issues/2696

   ### What happened?
   
   PostgreSQL driver `dbapi.connect` accepts `conn_kwargs` and `db_kwargs` as a 
params, but the implementation of that function ignores both values:
   
   `db_kwargs` are never passed to the `adbc_driver_postgresql.connect` 
function: 
https://github.com/apache/arrow-adbc/blob/9ba6bdb8bd42e35237dadfae758419846e6c442c/python/adbc_driver_postgresql/adbc_driver_postgresql/dbapi.py#L121
   
   `conn_kwargs` are never passed to the `adbc_driver_manager.dbapi.Connection` 
call: 
https://github.com/apache/arrow-adbc/blob/9ba6bdb8bd42e35237dadfae758419846e6c442c/python/adbc_driver_postgresql/adbc_driver_postgresql/dbapi.py#L122
   
   Is this intended? Or a bug? Is there another way to pass things like 
keepalive settings etc. to the underlying Connection?
   
   If this is a bug, I'd be happy to make a PR to fix it, but wanted to check 
here first.
   
   ### Stack Trace
   
   N/A
   
   ### How can we reproduce the bug?
   
   N/A
   
   ### Environment/Setup
   
   N/A


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

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

Reply via email to