-
- Downloads
Fix breakout test failure on MySQL
The issue only shows up in Circle CI and appears to be related to MySQL there returning java.lang.Float values instead of doubles. Converting these to doubles (via round-to-decimals) before comparing fixes the issue.
Please register or sign in to comment