Closed thinkORo closed 1 year ago
hi @thinkORo - thanks for submitting the issue! We will try to take a look and see if we can fix!
Hi @prmoore77, thank you.
Hi @thinkORo - this should now be fixed in the code. The Github Actions pipeline is now running, and should publish the image to DockerHub this evening (see: https://github.com/voltrondata/flight-sql-server-example/actions/runs/5557952486)
First of all, thank you very much for this examplary implementation.
I use the Docker image as described with a DuckDB database with version 0.8.1.
I have created a database connection in DBeaver. And a view there for testing.
If I now open this view in DBeaver Navigation, I get the following error message: Cannot invoke "cfjd.org.apache.arrow.vector.VarBinaryVector.get(int)" because "schemaVector" is null
To be on the safe side, I have also created a table, and the behaviour is the same here too.
Screenshot