Re: [SQL/Catalyst] Janino Generated Code Debugging

2016-11-17 Thread Takeshi Yamamuro
Hi, not sure what you'd like to do tough, is this not enough? import org.apache.spark.sql.execution.debug._ sql("SELECT 1").debugCodegen() // maropu On Thu, Nov 17, 2016 at 3:59 AM, Aleksander Eskilson < aleksander...@gmail.com> wrote: > Hi there, > > I have some jobs generating Java code

[SQL/Catalyst] Janino Generated Code Debugging

2016-11-16 Thread Aleksander Eskilson
Hi there, I have some jobs generating Java code (via Janino) that I would like to inspect more directly during runtime. The Janino page seems to indicate an environmental variable can be set to support debugging the generated code, allowing one to step into it directly and inspect variables and