Skip to content

[BUG] Agg Pushdown doesn't work on count() only query #3890

@LantaoJin

Description

@LantaoJin

What is the bug?
The agg pushdown cannot work for query source=t | stats count() in v3.

Because it misses a Project between Agg and TableScan which is unmatched in the AggPushDown rule in v3.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpushdownpushdown related issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions