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

Share code for modifications exporting filters #389

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

antoinebhs
Copy link
Contributor

@antoinebhs antoinebhs commented Dec 8, 2023

  • share the code for modifications (scaling, by formula) dealing with filters.

.flatMap(f -> exportFilters.get(f.getId())
.getIdentifiableAttributes()
.stream())
.filter(distinctByKey(IdentifiableAttributes::getId))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to log the duplicated ids ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FranckLecuyer @YenguiSeddik I removed this part, it will be handled in a separate PR (there is already a story created) as there are some questions about logging and I found some issues with the logging of scaling features.
I reviewed and treated all your other comments.

Copy link

@antoinebhs antoinebhs merged commit 54c724a into main Dec 13, 2023
3 checks passed
@antoinebhs antoinebhs deleted the refacto-filter-modification branch December 13, 2023 12:25
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.

3 participants