You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is with the second method that uses IN operator.
Actual Behavior
First method works as expected and returns MessageLog objects with provided instanceId. Second method is not working properly and throws error. Surprisingly it falls back to Scan instead of performing Query. Thrown error is: Sorting not supported for scan expressions..
Steps to Reproduce the Problem
Self explanatory based on above sections.
Specifications
Spring Data DynamoDB Version: 4.5.7 (2.0)
Spring Boot Version: 1.5.15.RELEASE
AWS SDK Version: 1.11.892
Java Version: 1.8.0_261 - Java HotSpot(TM) 64-Bit Server VM 25.261-b12
Platform Details: Windows 10 10.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
I have a paging repository as follows:
instanceId - Hash key
insertedDate - Range key
Problem is with the second method that uses IN operator.
Actual Behavior
First method works as expected and returns MessageLog objects with provided instanceId. Second method is not working properly and throws error. Surprisingly it falls back to Scan instead of performing Query. Thrown error is:
Sorting not supported for scan expressions.
.Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: