You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestDuckDBJDBC#test_all_types failed with java.lang.NullPointerException
java.lang.NullPointerException
at org.duckdb.TestDuckDBJDBC.test_all_types(TestDuckDBJDBC.java:3981)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.duckdb.test.Runner.runTests(Runner.java:45)
at org.duckdb.TestDuckDBJDBC.main(TestDuckDBJDBC.java:4525)
Apart from populating the map with the types, It would also be nice to assert that the map contains values for the specified column and then report the column name if they are missing.
The text was updated successfully, but these errors were encountered:
rpbouman
changed the title
Test failure: test_all_types
Test failure: test_all_types fails because the correct_answer_map does not have any values for the varint column
Aug 23, 2024
Running
make test
fails with:The test fails unexpectedly because the
correct_answer_map
is not populated with the values for thevarint
column (https://github.com/duckdb/duckdb-java/blob/main/src/test/java/org/duckdb/TestDuckDBJDBC.java#L3854).Apart from populating the map with the types, It would also be nice to assert that the map contains values for the specified column and then report the column name if they are missing.
The text was updated successfully, but these errors were encountered: