databricks / iceberg-kafka-connect

Apache License 2.0
219 stars 49 forks source link

Skip type inference for null value #96

Closed bryanck closed 1 year ago

bryanck commented 1 year 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.