Description
The parser throws exceptions for pig statements that contain boolean conditions with operands that use string comparators. A sample statement to reproduce the test is given below:
split a into b if name lt 'f', c if (name ge 'f' and name le 'h'), d if name gt 'h';