vogelsgesang commented on issue #178:
URL: 
https://github.com/apache/arrow-flight-sql-postgresql/issues/178#issuecomment-1847218970

   I built from source code now (based on commit 
60c748aa1fbf7aa1bee125849bfa9f7635fca5fc).
   Unfortunately still no success.
   
   Here is the console output which I get
   ```
   avogelsgesang@avogelsges-wsl2:~/Documents$ python3 af-query.py
   
/home/avogelsgesang/.local/lib/python3.10/site-packages/adbc_driver_manager/dbapi.py:298:
 Warning: Cannot disable autocommit; conn will not be DB-API 2.0 compliant
     warnings.warn(
   ```
   
   As soon as I kill Postgres using `sudo pkill -9 -u postgres`, I get the 
following stack trace from the client
   
   ```
   Traceback (most recent call last):
     File "/home/avogelsgesang/Documents/af-query.py", line 9, in <module>
       cur.execute("SELECT 42;")
     File 
"/home/avogelsgesang/.local/lib/python3.10/site-packages/adbc_driver_manager/dbapi.py",
 line 669, in execute
       handle, self._rowcount = self._stmt.execute_query()
     File "adbc_driver_manager/_lib.pyx", line 1106, in 
adbc_driver_manager._lib.AdbcStatement.execute_query
     File "adbc_driver_manager/_lib.pyx", line 227, in 
adbc_driver_manager._lib.check_error
   adbc_driver_manager.OperationalError: IO: [FlightSQL] error reading from 
server: EOF (Unavailable; ExecuteQuery)
   ```
   
   Are there any debug setting which I could enable so I get additional tracing 
on the server and/or client?


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