singer-io / tap-s3-csv

GNU Affero General Public License v3.0
27 stars 52 forks source link

Strictly enforce the ordering of type checking for integer vs number #35

Closed cosimon closed 3 years ago

cosimon commented 3 years ago

Description of change

Strictly enforce the ordering of type checking for integer vs number. Differences in python versions can cause differences in the ordering of maps, relying on the ordering of maps is unreliable. The map was causing float to take precedence over integer in certain python versions.

Manual QA steps

Risks

Rollback steps