Re: How to use IntelliJ debug code generated by janino?

2022-12-11 Thread Zou Dan
Hi wangguangyuan, the picture in your email are not displayed normally. And I used to debug the generated code in IDEA follow the steps below: 1. Add two debug configurations: "-Dorg.codehaus.janino.source_debugging.enable=true" and "-Dorg.codehaus.janino.source_debugging.dir=/your_own_path" 2.

Re: Calcite jars with shaded guava

2022-12-11 Thread Julian Hyde
The bug is now fixed. (I started from your PR, but I had to do quite a lot of extra work. Despite what I said earlier, there were several places where Calcite was using APIs added between Guava 16 and 19.) > On Dec 9, 2022, at 1:30 PM, Gian Merlino wrote: > > Hmm. In that case I'm not sure