Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Implement predicate pushdown for GROUP_BY Spark SQL #49

@adersberger

Description

@adersberger

Cool showcase:

select metric, process 
from timeseries 
group by metric, process
order by timeseries

With and without GROUP_BY pushdown and ORDERING in Spark

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions