Hello, I'm experiencing an issue that I have already described in detail here: https://github.com/xerial/sqlite-jdbc/issues/1221
The main points are: Using newer versions of sqlite JDBC driver for testing purposes, spark/jdbc throws "java.sql.SQLException: column -1 out of bounds" exception. On the link I include a code that reproduces the issue. Since we don't know what spark is exactly doing with the driver, they suggested that I ask here. As a workaround I simply use an older version of the jdbc driver in our test, but I thought this might be an issue worth fixing. Thanks