Skip to content

[Gapfill] NPE when a column is included in TIMESERIESON but not selected #9683

@Jackie-Jiang

Description

@Jackie-Jiang

Query example:
SELECT GAPFILL(DATETIMECONVERT(dt, ...), '', '', '', FILL(requests, 'FILL_DEFAULT_VALUE'), TIMESERIESON(publisher_id)) as gdt, requests

Exception is currently thrown from:
org.apache.pinot.core.query.reduce.GapfillProcessor.process(:88)

We may decide whether to support this use case. If we don't want to support this right now, we should add some validation for the GAPFILL and throw BadRequestException when a query cannot be processed.

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