Pagination of a query with a multi order from a continuation token
In code is written that an implementation in .NET Sdk could work fine if ported into JAVA SDK.
How can I do my query/quiries to have the same result before having the new Feature?
Unfortunally, the old client 3.1.0 didn't rise same error, so we used that approach (Probabily with wrong results)
com.azure.data.cosmos.internal.query.OrderByDocumentQueryExecutionContext
Code that rises the exception:
// This code path needs to be implemented, but it's error prone and needs
// testing.
// You can port the implementation from the .net SDK and it should work if
// ported right.
throw new NotImplementedException(
"Resuming a multi order by query from a continuation token is not supported yet.");
I catch a "NotImplementedException" with azure-cosmos v3.7.0. Maybe it's the same issue.
Is there a new library version to solve?
@kushagraThapar could you please follow up on this customer-reported cosmos sdk issue?
@apescione @baldassarreC - Thanks for reporting this issue. @mbhaskar can you please help us figure out if this feature is still in our backlog ?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar, @srinathnarayanan, @southpolesteve, @shurd, @ealsur, @j82w, @anfeldma-ms.
@apescione @baldassarreC sorry for the delay on this issue, we are investigating it now.
@xinlian12 - I am not sure if we even need to throw this exception anymore based on the recent query fixes that you have done.
Let's discuss this issue.
@apescione @baldassarreC - We investigated this issue and this is in our backlog for this semester. We will plan it soon and will update this issue on the timeline.
This is a feature request that is currently in plan for this semester.
@mbhaskar - can you please share some insights on this issue ?
@mbhaskar - can you please provide an update on this issue ?
We're also facing the same issue and have similar use-case to show documents to client on a multi-order using continuation token
! Causing: org.apache.commons.lang3.NotImplementedException: Resuming an order by query from a continuation token is not supported yet.
! at com.microsoft.azure.cosmosdb.rx.internal.query.OrderByDocumentQueryExecutionContext.initialize(OrderByDocumentQueryExecutionContext.java:167)
@kushagraThapar @mbhaskar
Do you have an idea by when this feature is planned to be rolled out?
This feature is in the backlog. Current tentative plan is to have this supported by mid of this year
Most helpful comment
@apescione @baldassarreC - Thanks for reporting this issue. @mbhaskar can you please help us figure out if this feature is still in our backlog ?