Closed ChloePont closed 3 years ago
The SMT is currently failing when encountering big integers in a JSON schema. This is because Values.inferSchema() returns a null value for a big int. This PR converts big ints to float64.
Values.inferSchema()
The SMT is currently failing when encountering big integers in a JSON schema. This is because
Values.inferSchema()
returns a null value for a big int. This PR converts big ints to float64.