Skip to content

SQL: Painless script filtering in HAVING can throw NPE #35107

@matriv

Description

@matriv

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions