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
This should return all greater than the value, but instead return only the equal one.
Actual Behavior
Return only the equal one.
Steps to Reproduce the Problem
Create a repository
Add some records.
Create a query with filter expression different than "=".
Specifications
Spring Data DynamoDB Version: 5.2.5
Spring Data Version:
AWS SDK Version: 2.16.46
Java Version: 17
Platform Details:
All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.
The text was updated successfully, but these errors were encountered:
Expected Behavior
This should return all greater than the value, but instead return only the equal one.
Actual Behavior
Return only the equal one.
Steps to Reproduce the Problem
Specifications
All those information are logged by
org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory
onINFO
level on startup.Or use
java -version
andmvn dependency:tree | grep -E 'spring|aws'
to provide those version numbers.The text was updated successfully, but these errors were encountered: