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

multipleOf validation on M1 Macs #141

Open
cdscih opened this issue Feb 3, 2023 · 0 comments
Open

multipleOf validation on M1 Macs #141

cdscih opened this issue Feb 3, 2023 · 0 comments

Comments

@cdscih
Copy link

cdscih commented Feb 3, 2023

schema['multipleOf'] = post_db.numeric_multiple_of(scale)

This "multipleOf" validation seems to give problems with M1 processors.

Me, and my colleagues @omarghetti and @PaoloAlbano, found this issue while trying to import data from a Postgres Datasource having some columns of type "number".

What's the reason to have such validation check? We found our usecases to work as expected in all scenarios by simply removing it.

We run this code on docker containers running the official python:3.6 and python:3.5 images.

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

No branches or pull requests

1 participant