tabular-io / iceberg-kafka-connect

Apache License 2.0
192 stars 41 forks source link

Skip type inference for null value #96

Closed bryanck closed 11 months ago

bryanck commented 11 months ago

This PR skips adding a column during schema evolution if there is no value schema and the value is null. Previously the column would be inferred as a string type.