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
When 'findBy' method is annotated with @EnableScan or on class level, and the method uses only hash key (and range key), the method still executes scan instead of query. There is only a check if the used fields are GSI, but no checks if all the fields are hash/range keys.
#296
Expected Behavior
or
Query op should be executed.
Actual Behavior
Scan op has been executed.
Steps to Reproduce the Problem
Scenario 1.
Scenario 2:
There is only a check if the used fields are GSI, but no checks if all the fields are hash/range keys.
The text was updated successfully, but these errors were encountered: