Re: Stackoverflowerror in scala.collection

2016-05-26 Thread Jeff Jones
I’ve seen this when I specified “too many” where clauses in the SQL query. I was able to adjust my query to use a single ‘in’ clause rather than many ‘=’ clauses but I realize that may not be an option in all cases. Jeff On 5/4/16, 2:04 PM, "BenD" wrote: >I am

Stackoverflowerror in scala.collection

2016-05-04 Thread BenD
I am getting a java.lang.StackOverflowError somewhere in my program. I am not able to pinpoint which part causes it because the stack trace seems to be incomplete (see end of message). The error doesn't happen all the time, and I think it is based on the number of files that I load. I am running