Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add (non-public) method to expose iceberg schema for each column of a…
… channel (#856) For schema evolution of structured data types, Kafka Connector needs a way to discover the schema of the column that had a validation error. We already have an API on StreamingIngestChannel called getTableSchema() that returns a Map<String, ColumnProperties>. Am adding a method (currently non-public) to the ColumnProperties type called getIcebergSchema() that returns a spec-compliant JSON of the column's iceberg schema. We'll make this method public when we make setIsIceberg() public.
- Loading branch information