COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Fix: xor to long conversion bug in float compression/decompression #131

Closed hugy718 closed 1 year ago

hugy718 commented 1 year ago

This fix issue #130 as per the solution described there. A new test case is added in FloatInputVectorTest,java to test it.