Open maennchen opened 1 week ago
Hi @maennchen! We appreciate you putting our struct dtype logic through its paces :P I'll take a look at this today or tomorrow.
Related, I want to add a property test like this one but for DataFrame.new
:
The generators would be similar, but the goal would be to see if we get a panic. Hopefully such a test would catch more bugs like these up front.
Code
Expected
A working Dataframe
Actual
Note: This error happens while inspecting the result. If I however pass it on to
Explorer.DataFrame.dump_ndjson/1
, I also get a segmentation fault.Context
In production, the error looks slightly different, but I'm unable to reproduce the exact error without providing the confidential information contained. I can however provide the error without stacktrace:
Since the part with
assertion failed: i < self.len()
is the same, I think the provided reproduction should represent the error sufficiently.