vscode-cosmosdb
vscode-cosmosdb copied to clipboard
Query Metrics are empty for the last page
How to reproduce:
- Connect to collection with more than 100 records
- Change
Page sizeto 10 - Run query
SELECT TOP 30 * FROM c - Switch to
Statstab - Click twice on
Go to the next page
Expected:
- For the last third page the query metrics should be shown
Actual:
- The iterator always returns result with empty
queryMetricsproperty for the last page
@bk201- Can we file the external bug for the SDK then?
Fixed by updating cosmos sdk to last version