Hello all,

I was trying to do something like this today and Hive didn't like it:

SELECT AVG(IF(expression, anotherexpression, NULL)) ...

I don't think Hive supports returning NULL as the value of the last argument
to IF(...).

Is there any plan to support this?

Thanks,
Ryan

Reply via email to