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

variety recognizes Decimal128 as Object #164

Open
vitorcampos-db opened this issue Sep 26, 2022 · 0 comments
Open

variety recognizes Decimal128 as Object #164

vitorcampos-db opened this issue Sep 26, 2022 · 0 comments
Labels

Comments

@vitorcampos-db
Copy link

vitorcampos-db commented Sep 26, 2022

I have a collection with two Decimal128 fields but it is being recognized incorrectly as Object fields.

Here is an example of variety's output:

`+---------------------------------------------------------------+

key types occurrences percents
_id Object 10000 100.00
_id.vendorDeliveryWindowId String 10000 100.00
_id.vendorId String 10000 100.00
deleted Boolean 10000 100.00
deliveryDate Date 10000 100.00
deliveryScheduleId String 10000 100.00
documentExpiresAfter Date 10000 100.00
expirationDate Date 10000 100.00
type String 10000 100.00
updatedAt Date 10000 100.00
fee Object 12 0.12
fee.maximumOrderTotal Object 12 0.12
fee.value Object 12 0.12
+---------------------------------------------------------------+`

The last two fields (fee.maximumOrderTotal and fee.value) should be of the Decimal128 data type.

Could you please verify that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants