In SchemaVersionDAO.java, line 205, " SET count = count + 1" + "WHERE name = 'installed_rank';"); there is a missing whitespace between "1" and "WHERE". This starts to cause exceptions from cassandra 3.7 on, no idea why it was accepted before