Re: [SQL] Understanding RewriteCorrelatedScalarSubquery optimization (and TreeNode.transform)

2018-05-28 Thread Jacek Laskowski
Thanks Herman! You've helped me a lot (and am going to use your fine explanation in my gitbook quoting when needed! :)) p.s. I also found this today that helped me too -->

Re: Running lint-java during PR builds?

2018-05-28 Thread Hyukjin Kwon
Ah, now it's merged so that it can be ran via SBT and it runs when there are some changes in .java file only. On Mon, 28 May 2018, 6:23 pm Steve Loughran, wrote: > > > > On 21 May 2018, at 17:20, Marcelo Vanzin wrote: > > > > Is there a way to

Re: Running lint-java during PR builds?

2018-05-28 Thread Steve Loughran
> On 21 May 2018, at 17:20, Marcelo Vanzin wrote: > > Is there a way to trigger it conditionally? e.g. only if the diff > touches java files. > what about adding it as another command which could be added alongside "jenkins test this please", something like "lint this