Skip to content

Filter out NULLS in aggregation function #8276

@KKcorps

Description

@KKcorps

The queries like COUNT(columnA) should only count rows which have non-null values.
e.g.
A column int0 has 17 rows out of which 6 have nulls
in pinot COUNT(column) will return 17
but it should ideally return 11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions