Skip to content

fix(traits/float_value): Add custom field to ser/deser trait_value#114

Merged
gagantrivedi merged 2 commits intorelease/2.0.2from
fix/build-identity-dict-with-float
Apr 25, 2022
Merged

fix(traits/float_value): Add custom field to ser/deser trait_value#114
gagantrivedi merged 2 commits intorelease/2.0.2from
fix/build-identity-dict-with-float

Conversation

@gagantrivedi
Copy link
Member

Since dynamodb can't understand float(and trait value can be float)
we need to convert it to Decimal in order to store that in dynamodb

Since dynamodb can't understand float(and trait value can be float)
we need to convert it to Decimal in order to store that in dynamodb
@gagantrivedi gagantrivedi changed the base branch from main to release/2.0.2 April 22, 2022 05:03
@matthewelwell matthewelwell self-assigned this Apr 25, 2022
@gagantrivedi gagantrivedi merged commit aa519a4 into release/2.0.2 Apr 25, 2022
@gagantrivedi gagantrivedi deleted the fix/build-identity-dict-with-float branch April 25, 2022 13:12
gagantrivedi added a commit that referenced this pull request Apr 25, 2022
* Release 2.0.2

* fix(traits/float_value): Add custom field to ser/deser trait_value (#114)

* fix(traits/float_value): Add custom field to ser/deser trait_value

Since dynamodb can't understand float(and trait value can be float)
we need to convert it to Decimal in order to store that in dynamodb

* minor review fixes
@gagantrivedi gagantrivedi restored the fix/build-identity-dict-with-float branch April 25, 2022 13:17
@gagantrivedi gagantrivedi deleted the fix/build-identity-dict-with-float branch May 12, 2022 10:17
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.

2 participants