lidavidm commented on code in PR #2609:
URL: https://github.com/apache/arrow-adbc/pull/2609#discussion_r1992758430
##########
python/adbc_driver_manager/adbc_driver_manager/dbapi.py:
##########
@@ -642,13 +663,14 @@ def _bind(self, parameters) -> None:
self._stmt.bind(parameters)
elif hasattr(parameters, "__arrow_c_stream__"):
self._stmt.bind_stream(parameters)
- elif isinstance(parameters, pyarrow.RecordBatch):
+ # TODO: PyCapsule
Review Comment:
Thanks, I think I'm going to steal `obj_is_capsule`
--
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]