Azure / Azure/azure-sdk-for-python
Aggregate queries giving partial results upon 410
Open
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
This is more of an improvement where we currently have a helper method(_merge_query_results) which gets called from cosmos client connection QueryFeed method and takes care of combining the results of aggregate queries. This code is fragile and can break. We should remove this helper method and try to use the core pipeline execution contexts to do the same.
Contributor guide
Assessment
This issue has not been assessed yet.