Is your feature request related to a problem or challenge?
PR #8627 adds serde support for WriterProperties but did not cover the following advanced options, as documented in datafusion.proto:
// TODO add advanced writer options
// key_value_metadata: Option<Vec<KeyValue>>,
// default_column_properties: ColumnProperties,
// column_properties: HashMap<ColumnPath, ColumnProperties>,
// sorting_columns: Option<Vec<SortingColumn>>,
// column_index_truncate_length: Option<usize>,
Describe the solution you'd like
Add serde support for these options.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
PR #8627 adds serde support for WriterProperties but did not cover the following advanced options, as documented in
datafusion.proto:Describe the solution you'd like
Add serde support for these options.
Describe alternatives you've considered
No response
Additional context
No response