Skip to content

Nested Group-By Query fails to return merged results #2556

@himanshug

Description

@himanshug

If you used extraction dimension spec in the outer query with a MANY_TO_ONE extraction function then final result is not merged after application of the extraction function.

it happens because outer query is run on the result of sub-query using GroupByQueryEngine.process(..) which is not guaranteed to return merged results in all possible use cases. (for example when there is a many-to-one extraction function used).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions