Closed mckuzyk closed 1 month ago
Hi @mckuzyk, thanks for reporting this issue! It should be addressed in https://github.com/elixir-explorer/adbc/pull/103, I'll release a new version once CI passed!
v0.6.2 is shipped!
Just tested and it works perfectly. Thanks again!
If a %Adbc.Column{} has decimal dtype and null values are present, materializing the column will fail due to pattern matching a bitstring against a nil value.
Leads to a match error
Adding a pattern to pass nil values through fixes the problem in my local tests: