You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AggFilter is not wrapping the script with nullSafeFilter therefore if the expression in the HAVING clause evaluates to NULL (e.g. max(col_name) IN (10, null)) an NPE is thrown.