Skip to content

Add serde support for advanced WriterProperties #8632

@andygrove

Description

@andygrove

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

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