tabular-io / iceberg-kafka-connect

Apache License 2.0
192 stars 41 forks source link

Evolve int and float types if needed #106

Closed bryanck closed 11 months ago

bryanck commented 11 months ago

This PR adds data type evolution for int -> long and float -> double. This is only used for values with schemas, as without a schema the inferred types are never int or float.