fornwall opened a new pull request, #4712: URL: https://github.com/apache/arrow-adbc/pull/4712
The Cython binding accepted table_types but always passed `NULL` to ´AdbcConnectionGetObjects`, so the DB-API `table_types_filter´ was silently ignored. Convert the sequence to the null-terminated `const char**` the C API expects, keeping the encoded strings alive for the duration of the call, and add coverage proving multiple table types reach the driver. -- 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]
