Skip to content

Type safe TableProperties parsing. #2877

Description

@blackmwk

Is your feature request related to a problem or challenge?

Currently when we parse table properties, we parse them manully. Ideally we should be able to pasre TableProperties using derived approach as following:

pub struct TableProperties {
    #[key="read.split.target-size"]
    #[default(134217728// or some const)]
    #[doc("Target size when combining data input splits")]
    read_split_size: usize,
   ....
}

Describe the solution you'd like

No response

Willingness to contribute

I can contribute to this feature independently

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