We have requirement of executing script based on Condition like
IF (true) //execute this statement ELSE //execute this statement
I heard IF else is not present but it can be implement using "?". Any sample around using of trinary operator and execute pig query based on condition