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

Fix ddb join issue with partition and sort key #1638

Closed
wants to merge 1 commit into from
Closed

Conversation

ejeffrli
Copy link
Contributor

@ejeffrli ejeffrli commented Dec 4, 2023

when dynamodb tables are joined with sort key but have a partition key in where clause, the connector treats the request as QueryRequest instead of a ScanRequest

Issue #, if available:

Description of changes:
Check if rangeKey is being used in the request. If it is, then hashKeyValues is empty

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ejeffrli ejeffrli closed this Dec 7, 2023
@ejeffrli ejeffrli deleted the ddb-join branch December 7, 2023 19:27
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

Successfully merging this pull request may close these issues.

1 participant