Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Local index projection settings #278

Open
majusko opened this issue Feb 25, 2020 · 0 comments
Open

Missing Local index projection settings #278

majusko opened this issue Feb 25, 2020 · 0 comments

Comments

@majusko
Copy link

majusko commented Feb 25, 2020

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

  1. Specify localSecondaryIndexName in DynamoDBIndexRangeKey
  2. Execute a find by indexed field.
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant