You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spliterator of streams returned from getStreamForQuery does not have the ORDERED characteristic, which is however expected for cases of ordering via queries.
Also getQueryResult adds the ORDERED characteristic on the one that does not have it, which seems to give a wrong impression about the true characteristics on this level.
The text was updated successfully, but these errors were encountered:
Add the fix for the issue
[218](#218) from the [commit
](belagertem@729356b)
from the main branch.
Fix other queries in MessageStorage that require ordering.
# Checklist
The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:
* Adherence to coding conventions
* [x] Pull Request Assignee
* [x] Reviewer
* Adherence to javadoc conventions
* [x] Pull Request Assignee
* [x] Reviewer
* Changelog update (necessity checked and entry added or not added
respectively)
* [x] Pull Request Assignee
* [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
* [x] Pull Request Assignee
* [x] Reviewer
* config update (necessity checked and entry added or not added
respectively)
* [x] Pull Request Assignee
* [x] Reviewer
* SDCcc executable ran against a test device (if necessary)
* [x] Pull Request Assignee
* [x] Reviewer
---------
Signed-off-by: Malte Grebe-Lüth <[email protected]>
Co-authored-by: Björn <[email protected]>
Co-authored-by: midttuna <[email protected]>
The spliterator of streams returned from getStreamForQuery does not have the ORDERED characteristic, which is however expected for cases of ordering via queries.
Also getQueryResult adds the ORDERED characteristic on the one that does not have it, which seems to give a wrong impression about the true characteristics on this level.
The text was updated successfully, but these errors were encountered: