WillAyd opened a new pull request, #574:
URL: https://github.com/apache/arrow-adbc/pull/574
When running the ADBC tests against the postgres driver you currently get
output like:
```sh
[ RUN ] PostgresStatementTest.Transactions
Failure message: [libpq] Failed to execute query: could not infer schema:
ERROR: relation "bulk_ingest" does not exist
LINE 1: SELECT * FROM bulk_ingest
^
[libpq] Query was: SELECT * FROM (SELECT * FROM bulk_ingest) AS ignored
LIMIT 0
WARNING: there is no transaction in progress
[ OK ] PostgresStatementTest.Transactions (47 ms)
```
This was pretty confusing on first glance because the test still passes. On
closer inspection, I don't _think_ the stderr write in the test is intentional
--
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]