lidavidm commented on PR #2700: URL: https://github.com/apache/arrow-adbc/pull/2700#issuecomment-2800619591
See https://github.com/apache/arrow-adbc/pull/2701 (I need to add some tests) Also, I had to tweak the test: ``` + with dbapi.connect(postgres_uri, conn_kwargs={schema_key: schema_name}) as conn: + option_value = conn.adbc_connection.get_option(schema_key) + assert option_value == schema_name ``` -- 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]
