You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
If you have comments after the last CQL statements, you are presented with this lovely stacktrace.
The text was updated successfully, but these errors were encountered: