Skip to content

[dynamic filtering] dynamic planning stats aren't accurate with dynamic filtering #664

Description

@jayshrivastava

In this plan, the probe SamplerExec overestimates the cost/rows because dynamic filters are not being applied to the DataSourceExec during the sampling period.

stage 3
HashJoinExec
    NetworkShuffleExec
    NetworkShuffleExec

stage 2 - build
    RepartitionExec
        SamplerExec
            AggregateExec 
                  DataSourceExec
             

stage 1 - probe
    RepartitionExec
        SamplerExec
            AggregateExec 
                  DataSourceExec

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