aiguofer commented on issue #887:
URL: https://github.com/apache/arrow-adbc/issues/887#issuecomment-1631363727

   hmmm, actually this does not work:
   ```
               cursor.adbc_statement.set_options(
                   {f"{StatementOptions.RPC_CALL_HEADER_PREFIX.value}{k}": v 
for k, v in headers.items()}
               )
   ```
   
   I'm getting `TypeError: set_options() takes exactly 0 positional arguments 
(1 given)`. How should I be setting those?


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