Hi, Has anyone seen this error?
The code of method specialStateTransition(int, IntStream) is exceeding the 65535 bytes limit SparkSqlParser_IdentifiersParser.java:39907 The error is in ANTLR generated files and it’s (according to Stack Overflow) due to state explosion in parser (or lexer). That seems plausible, given that one file has >50000 lines of code. Some suggest that refactoring the grammar would help. I’m seeing this error only sometimes on the command line (building with Sbt), but every time when building with Eclipse (which has its own Java compiler, so it’s not surprising that it has a different behavior). Same behavior with both Java 1.7 and 1.8. Any ideas? iulian -- -- Iulian Dragos ------ Reactive Apps on the JVM www.typesafe.com