Re: NPE from sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection.apply?

2016-01-27 Thread Jacek Laskowski
Hi Michael, Thanks for the prompt response! Do you have any idea where to start (the code that leads to the issue is so...cough...terrible [1] that it's hard to guess where to start from)? I'll think about the test case to reproduce. [1] I'm the co-author :) Pozdrawiam, Jacek Jacek Laskowski

NPE from sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection.apply?

2016-01-26 Thread Jacek Laskowski
Hi, Does this say anything to anyone? :) It's with Spark 2.0.0-SNAPSHOT built today. Is this something I could fix myself in my code or is this Spark SQL? Caused by: java.lang.NullPointerException at org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection.apply(Unknown

Re: NPE from sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection.apply?

2016-01-26 Thread Michael Armbrust
That is a bug in generated code. It would be great if you could post a reproduction. On Tue, Jan 26, 2016 at 9:15 AM, Jacek Laskowski wrote: > Hi, > > Does this say anything to anyone? :) It's with Spark 2.0.0-SNAPSHOT > built today. Is this something I could fix myself in my