Closed aratz-lasa closed 7 months ago
The specific test causing the overflow is this: https://github.com/cswinter/LocustDB/blob/bc86bc950f7293a2220fcac09bfd9741b41adf8a/tests/query_tests.rs#L818
yeah this is a bit of a tricky bug, i think i might have fixed it since then on a branch i would recommend using the https://github.com/cswinter/LocustDB/tree/geistesblitz branch, it has a bunch of improvements and bug fixes (planning to merge it but not quite ready yet) and all tests should pass
Indeed, they all pass. Thank you.
I'm getting a uint8 overflow when running
cargo test
. I've tried to debug it, but I lack a lot of context, and it's the first time reading Rust :) The overflow happens here: https://github.com/cswinter/LocustDB/blob/bc86bc950f7293a2220fcac09bfd9741b41adf8a/src/engine/operators/fuse_nulls.rs#L167Stack trace: