Skip to content

Add table_properties.rs to hold all properties #1505

Open
@CTTY

Description

@CTTY

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions