risingwave_connector::sink::iceberg

Function try_matches_arrow_schema

source
pub fn try_matches_arrow_schema(
    rw_schema: &Schema,
    arrow_schema: &Schema,
) -> Result<()>
Expand description

Try to match our schema with iceberg schema.