Open
Description
Is your feature request related to a problem or challenge?
As discussed here, we can add a new module table_properties
to centralize all Iceberg properties
Describe the solution you'd like
pub struct TableProperties {
#[key="commit.num.retries", default="1"]
commitRetries: i32
}
Willingness to contribute
None