-
Notifications
You must be signed in to change notification settings - Fork 910
DynamoDB EnhancedAttributeValue "set" operations should accept sets #3453
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
Comments
Hello @chrylis , Thank you very much for your submission. Best, Yasmine |
The DynamoDB documentation explicitly says that the set types display set semantics, not list semantics, and this is the behavior I observe when using the service:
|
Hello @chrylis , Update: The team has discussed the feature-request and has added it to the backlog. Thank you very much for your submission and collaboration. Sincerely, Yasmine. |
|
…e545fc97b Pull request: release <- staging/063a8293-a407-4e91-ae93-42ce545fc97b
Describe the feature
DynamoDB supports "set" types for homogenous multi-valued data, and the
EnhancedAttributeValue
type provides mapper methods for those (e.g.,fromSetOfNumbers
). However, the signatures of those methods accept specificallyList
. Instead, they should acceptCollection
.Use Case
I would like to pass an actual
Set
implementation tofromSetOf*
.Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.17.284
JDK version used
AdoptOpenJDK-11.0.11+9
Operating System and version
Gentoo Linux
The text was updated successfully, but these errors were encountered: