Azure / azure-cosmosdb-java

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

QueryPlan should be a read request #359

Closed simplynaveen20 closed 4 years ago

simplynaveen20 commented 4 years ago

Describe the bug QueryPlan should be a read request, instead currently it is a write request in sdk

Expected behavior QueryPlan should be read request

Actual behavior QueryPlan is write request

Environment summary SDK Version: V2 2.6.10

Additional context This fix need to ported in V3 and V4 sdk as well