thanks everyone, that worked. I had been just cleaning the "sql" project,
which wasn't enough, but a full clean of everything and its happy now.
just in case this helps anybody else come up with steps to reproduce, for
me the error was always in DataTypeConversions.scala, and I think it
*might* h
By the way - we can report issues to the Scala/Typesafe team if we
have a way to reproduce this. I just haven't found a reliable
reproduction yet.
- Patrick
On Sun, Nov 2, 2014 at 7:48 PM, Stephen Boesch wrote:
> Yes I have seen this same error - and for team members as well - repeatedly
> since
Yes I have seen this same error - and for team members as well - repeatedly
since June. A Patrick and Cheng mentioned, the next step is to do an sbt
clean
2014-11-02 19:37 GMT-08:00 Cheng Lian :
> I often see this when I first build the whole Spark project with SBT, then
> modify some code and tr
I often see this when I first build the whole Spark project with SBT, then
modify some code and tries to build and debug within IDEA, or vice versa. A
clean rebuild can always solve this.
On Mon, Nov 3, 2014 at 11:28 AM, Patrick Wendell wrote:
> Does this happen if you clean and recompile? I've
Does this happen if you clean and recompile? I've seen failures on and
off, but haven't been able to find one that I could reproduce from a
clean build such that we could hand it to the scala team.
- Patrick
On Sun, Nov 2, 2014 at 7:25 PM, Imran Rashid wrote:
> I'm finding the scala compiler cra