hyrise/hyrise-v1

Bug in loading floats from CSV

schwald opened this issue · 2 comments

alltypes.tbl is not loaded correctly. Value 111111111.2 seems to produce some problem...

I think what happens here is that we basically run into precision loss due to floats not being able to represent this value properly.

Example gist for explanation: https://gist.github.com/bastih/9391405