On a condition I want to suppress returning a row in code behind for U-SQL REDUCE, I am not able to figure out the return statement for that.
To return a row as given in the documentation examples I used
yield return output.AsReadOnly();
Thanks, Nasir