[BUG] #43229
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
When executing a Cosmos NoSQL query with SUM() using a Spring Data repository a List is returned instead of an int or long
Exception or Stack Trace
To Reproduce
Create a repository with a method that has a query that uses SUM()
Code Snippet
Expected behavior
There should be no exception and a Long (or Long or Integer or int) should be returned. It works with
COUNT()
:Setup (please complete the following information):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: