Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Fix for duplicate results by using continuation token #340

Closed xinlian12 closed 4 years ago

xinlian12 commented 4 years ago

Same change as PR https://github.com/Azure/azure-cosmosdb-java/pull/339

The first PR failed with java.lang.IllegalArgumentException: Illegal base64 character 24. Seems like the accountKey can not be read correctly.

Just recreate the same PR to test.