Re: [Spark 2.0.1] Error in generated code, possible regression?

2016-10-26 Thread Michael Armbrust
I think that there should be comments that show the expressions that are getting compiled. Maybe make a gist with the whole generated code fragment? On Wed, Oct 26, 2016 at 3:45 PM, Efe Selcuk wrote: > I do plan to do that Michael. Do you happen to know of any guidelines

Re: [Spark 2.0.1] Error in generated code, possible regression?

2016-10-26 Thread Efe Selcuk
I do plan to do that Michael. Do you happen to know of any guidelines for tracking down the context of this generated code? On Wed, Oct 26, 2016 at 3:42 PM Michael Armbrust wrote: > If you have a reproduction you can post for this, it would be great if you > could open a

Re: [Spark 2.0.1] Error in generated code, possible regression?

2016-10-26 Thread Michael Armbrust
If you have a reproduction you can post for this, it would be great if you could open a JIRA. On Mon, Oct 24, 2016 at 6:21 PM, Efe Selcuk wrote: > I have an application that works in 2.0.0 but has been dying at runtime on > the 2.0.1 distribution. > > at

Re: [Spark 2.0.1] Error in generated code, possible regression?

2016-10-25 Thread Efe Selcuk
would be great. Kazuaki Ishizaki From:Efe Selcuk <efema...@gmail.com> To:"user @spark" <user@spark.apache.org> Date:2016/10/25 10:23 Subject: [Spark 2.0.1] Error in generated code, possible regression? -- I ha

Re: [Spark 2.0.1] Error in generated code, possible regression?

2016-10-25 Thread Kazuaki Ishizaki
[Spark 2.0.1] Error in generated code, possible regression? I have an application that works in 2.0.0 but has been dying at runtime on the 2.0.1 distribution. at org.apache.spark.sql.catalyst.expressions.codegen.CodeGenerator$.org$apache$spark$sql$catalyst$expressions$codegen$CodeGenerator$$doCompi

[Spark 2.0.1] Error in generated code, possible regression?

2016-10-24 Thread Efe Selcuk
I have an application that works in 2.0.0 but has been dying at runtime on the 2.0.1 distribution. at org.apache.spark.sql.catalyst.expressions.codegen.CodeGenerator$.org$apache$spark$sql$catalyst$expressions$codegen$CodeGenerator$$doCompile(CodeGenerator.scala:893) at