zeroshade commented on code in PR #2609: URL: https://github.com/apache/arrow-adbc/pull/2609#discussion_r1995744861
########## python/adbc_driver_manager/adbc_driver_manager/dbapi.py: ########## @@ -818,7 +844,9 @@ def adbc_cancel(self) -> None: def adbc_ingest( self, table_name: str, - data: Union[pyarrow.RecordBatch, pyarrow.Table, pyarrow.RecordBatchReader], + data: Union[ + "pyarrow.RecordBatch", "pyarrow.Table", "pyarrow.RecordBatchReader" Review Comment: should this include pycapsule or something too now? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org