Hi, I was checking the code for the LimitOptimizer and there's a piece of code that is not very clear. I'm not sure if it's a bug or just an indentation issue. There's a closing bracket at the end without indentation and this comes from a check on the limitPlan (src/org/apache/pig/newplan/logical/rules/LimitOptimizer.java line 142), which doesn't match the style of the rest of the code. Is the code right as is or is there an error?
I wanted to double check before reporting a bug. Thanks, Inigo
