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
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
TablePropertiesusing derived approach as following:Describe the solution you'd like
No response
Willingness to contribute
I can contribute to this feature independently