paleolimbot commented on issue #1397:
URL: https://github.com/apache/arrow-adbc/issues/1397#issuecomment-1867736670

   If it's DBI test that needs this, maybe what we need is:
   
   ```
   adbc_driver_dbitest_tweaks <- function(driver) {
     UseMethod("adbc_driver_dbitest_tweaks")
   }
   
   adbc_driver_dbitest_tweaks.default <- function(driver) {
     stop("dbitest tweaks not supported by this driver")
   }
   ```
   
   ...since there are likely other driver-specific options that would be better 
set by the driver package.


-- 
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]

Reply via email to