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
I would expect to have the option to configure the projection of the local index or at least the default behaviour should project all fields the same way as GSI.
Actual Behavior
If using local indices, there is no projection configuration which makes the index almost useless.
Steps to Reproduce the Problem
Specify localSecondaryIndexName in DynamoDBIndexRangeKey
Execute a find by indexed field.
All fields are empty
Specifications
Spring Data DynamoDB Version: 5.2.3
Spring Data Version: 2.2.2.RELEASE
AWS SDK Version: .11.664
Java Version: Java 11
Platform Details: Azul Zulu
The text was updated successfully, but these errors were encountered:
Expected Behavior
I would expect to have the option to configure the projection of the local index or at least the default behaviour should project all fields the same way as GSI.
Actual Behavior
If using local indices, there is no projection configuration which makes the index almost useless.
Steps to Reproduce the Problem
localSecondaryIndexName
inDynamoDBIndexRangeKey
Specifications
The text was updated successfully, but these errors were encountered: