Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABORT THROWN BY INTERNAL EXCEPTION: Calling GetValue on a value that is NULL #3268

Closed
fuzzerofducks opened this issue Oct 4, 2024 · 0 comments · Fixed by duckdb/duckdb#15565

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash using seed 728134730.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL FROM sniff_csv(NULL, maximum_line_size := NULL)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Calling GetValue on a value that is NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants