birdiecare / connect-smts

Kafka Connect SMTs
MIT License
17 stars 1 forks source link

fix: Convert big integers to float64 #31

Closed ChloePont closed 3 years ago

ChloePont commented 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.