lidavidm commented on PR #2546:
URL: https://github.com/apache/arrow-adbc/pull/2546#issuecomment-2678108696
Like this - I wonder if something else in the build environment changed?
```
[ RUN ] SqliteReaderTest.InferTypedParams
/home/runner/work/arrow-adbc/arrow-adbc/c/driver/sqlite/sqlite_test.cc:446:
Failure
Expected equality of these values:
0
sqlite3_prepare_v2(db, query.c_str(), query.size(), &stmt, nullptr)
Which is: 1
/home/runner/work/arrow-adbc/arrow-adbc/c/driver/sqlite/sqlite_test.cc:801:
Failure
Expected: Exec(R"(INSERT INTO foo VALUES (0, "foo"), (1, NULL), (2, 4), (3,
1E2))") doesn't generate new fatal failures in the current thread.
Actual: it does.
```
--
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]