Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing comments break parsing #73

Open
oliverlockwood opened this issue Aug 17, 2018 · 0 comments
Open

Trailing comments break parsing #73

oliverlockwood opened this issue Aug 17, 2018 · 0 comments

Comments

@oliverlockwood
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant