Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i): Aggregate filter returns one result #3316

Merged
merged 1 commit into from
Dec 11, 2024

fix and add tests

e3b15bc
Select commit
Loading
Failed to load commit list.
Merged

fix(i): Aggregate filter returns one result #3316

fix and add tests
e3b15bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2024 in 1s

90.96% of diff hit (target 78.08%)

View this Pull Request on Codecov

90.96% of diff hit (target 78.08%)

Annotations

Check warning on line 92 in internal/planner/average.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/average.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 107 in internal/planner/average.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/average.go#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 113 in internal/planner/average.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/average.go#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 180 in internal/planner/count.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/count.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 190 in internal/planner/count.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/count.go#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 157 in internal/planner/max.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/max.go#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 238 in internal/planner/max.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/max.go#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 245 in internal/planner/max.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/max.go#L244-L245

Added lines #L244 - L245 were not covered by tests

Check warning on line 157 in internal/planner/min.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/min.go#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 238 in internal/planner/min.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/min.go#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 245 in internal/planner/min.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/min.go#L244-L245

Added lines #L244 - L245 were not covered by tests

Check warning on line 246 in internal/planner/sum.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/sum.go#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 306 in internal/planner/sum.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/planner/sum.go#L305-L306

Added lines #L305 - L306 were not covered by tests