-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request