If you have comments after the last CQL statements, you are presented with this lovely stacktrace.
java.lang.IllegalStateException: File had a non-terminated cql line
at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
at uk.sky.cqlmigrate.CqlFileParser$LineProcessor.check(CqlFileParser.java:170)
at uk.sky.cqlmigrate.CqlFileParser$LineProcessor.access$100(CqlFileParser.java:42)
at uk.sky.cqlmigrate.CqlFileParser.getCqlStatementsFrom(CqlFileParser.java:37)
If you have comments after the last CQL statements, you are presented with this lovely stacktrace.