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
AbstractCouchbaseQuery needs to implement Stream queries :
} else if (getQueryMethod().isStreamQuery()) {
return (q, t, c) -> operation.matching(q.with(accessor.getPageable())).stream();
ReactiveAbstractCouchbaseQuery needs to implement Stream queries. It cannot do exactly as AbstractCouchbaseQuery, though, because all reactive queries have isStreamQuery() == true;
The text was updated successfully, but these errors were encountered:
The issue has been looked at and the solution was posted when the issue was opened.
The solution is included in #1149 and will be available in the release after that pull request is merged.
FYI - customers are encouraged to create pull requests for issues affecting them. We will review and merge the requests if appropriate.
Uh oh!
There was an error while loading. Please reload this page.
AbstractCouchbaseQuery needs to implement Stream queries :
ReactiveAbstractCouchbaseQuery needs to implement Stream queries. It cannot do exactly as AbstractCouchbaseQuery, though, because all reactive queries have isStreamQuery() == true;
The text was updated successfully, but these errors were encountered: