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

Apply collection transforms after aggregations #421

Conversation

Floriferous
Copy link
Contributor

Closes #420

This applies a collection transform right after aggregations

@bhunjadi
Copy link
Contributor

I've taken similar approach with #400 where aggregate for virtual links is replaced with find. There's no need to handle these from within grapher in that case.

There's also discussion in #387 about aggregate vs find.

@Floriferous
Copy link
Contributor Author

Yeah, that'd be great, this PR is a bit hacky anyways. Let's hope we can get these merged.

@Floriferous
Copy link
Contributor Author

Maybe you can port over my tests however.

@bhunjadi
Copy link
Contributor

Yes, I did not test the effects of transform there. I'll update the PR with your tests.

bhunjadi added a commit to bhunjadi/grapher that referenced this pull request Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggregated results don't apply collection's transform
2 participants