duckdb extension: crash when array field is NULL #5597
Issue DescriptionExpected Behaviorcorrectly handle the Actual Behaviorfails to handle the array field when it is null Reproduction Stepssee detailed steps above OS Version Informationubuntu 24 I acknowledge that:
|
Answered by
connortsui20
Dec 15, 2025
Replies: 3 comments 4 replies
|
@connortsui20 we don't check the validity when exporting to duckdb |
4 replies
|
#5740 will fix this! Apologies for the late response, we will do our best to be more on top of issues in the future. |
0 replies
Answer selected by
connortsui20
|
There is a great way to test all these data types from duckdb: https://duckdb.org/docs/stable/dev/sqllogictest/writing_tests#functions-for-generating-test-data You can do (or use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#5740 will fix this!
Apologies for the late response, we will do our best to be more on top of issues in the future.