ywc88 commented on issue #958:
URL: https://github.com/apache/arrow-adbc/issues/958#issuecomment-1662959721

   Trying to repro, but no luck:
   
   ```
   Python 3.11.4 | packaged by conda-forge | (main, Jun 10 2023, 18:08:41) 
[Clang 15.0.7 ] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> from adbc_driver_postgresql import dbapi
   >>> conn = dbapi.connect("postgresql://")
   >>> with conn.cursor() as cur:
   ...     cur.execute("SELECT COUNT(*) FROM adbc_bug")
   ...     print(cur.fetchone()[0])
   ... 
   2
   >>> import pyarrow
   >>> pyarrow.__version__
   '10.0.1'
   >>> import adbc_driver_postgresql
   >>> adbc_driver_postgresql.__version__
   '0.5.1'
   ```
   
   But I am on a Mac M2 w/ Python 3.11.  I also tried using 
adbc_driver_postgresql=0.4.0 with pyarrow=9.0.0.


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