Skip to content

Add serde support for CSV and Parquet FileSinkExec nodes #8645

@andygrove

Description

@andygrove

Is your feature request related to a problem or challenge?

We have serde support for JsonSinkExec but not for other file types.

message JsonSink {
  FileSinkConfig config = 1;
}

message JsonSinkExecNode {
  PhysicalPlanNode input = 1;
  JsonSink sink = 2;
  Schema sink_schema = 3;
  PhysicalSortExprNodeCollection sort_order = 4;
}

Describe the solution you'd like

Implement serde for CSV and Parquet FileSinkExec

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