ywc88 opened a new pull request, #964:
URL: https://github.com/apache/arrow-adbc/pull/964

   For #958.
   
   # Testing
   ```console
   $ cat seg.py
   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])
   
   $ python seg.py
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   F20230804 11:45:36.438848 1423887 bridge.cc:1782]  Check failed: _s.ok() 
Operation failed: StatusFromCError(stream_.get_schema(&stream_, &c_schema))
   Bad status: Invalid: [libpq] Copy reader not initialized before calling 
GetSchema
   *** Check failure stack trace: ***
   [1]    16583 abort      python seg.py
   
   ```


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