Bug #9263
Updated by François ARMAND about 8 years ago
On real data, when executing the batch for new reports, we get: <pre> [2016-10-07 11:55:19] ERROR report - Could not get node execution reports in the RudderSysEvents table, cause is: could not get Reports <- Could not fetch the last completed runs from database. <- SQL `NULL` read at column 1 (JDBC type BigInt) but mapping is to a non-Option type; use Option here. </pre> The culprit seem to be: ReportsJdbcRepository#getRuns A similar issue arise when looking on event logs.