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(be:FSADT1-1194): Fix sorting issue #894

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

mamartinezmejia
Copy link
Collaborator

@mamartinezmejia mamartinezmejia commented Mar 26, 2024

The order of the results was different each time due to the nature of the flatMap operator. The flatMap operator merges the emissions of publishers, so they may interleave. This means it doesn't guarantee the order of execution. Because the order of the results matters, the operator was switched to flatMapSequential, as this operator preserves the order of the results.


Thanks for the PR!

Deployments, as required, will be available below:
Any successful deployments (not always required) will be available here

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Copy link
Contributor

Current changelog

Bug Fixes

  • be:FSADT1-1194: Fix sorting issue (db23a01)

Copy link
Contributor

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@mamartinezmejia mamartinezmejia merged commit ba75101 into main Mar 26, 2024
22 checks passed
@mamartinezmejia mamartinezmejia deleted the fix/be/FSADT1-1194 branch March 26, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants