Skip to content

feat: add DataFrame.writeJson with JsonWriteOptions #39

Description

@andygrove

Is your feature request related to a problem or challenge?

DataFrame.writeParquet shipped in #27 and a CSV writer is filed
alongside this. JSON is the third writer DataFusion's DataFrame API
exposes natively (DataFrame::write_json), and is the easiest format
to consume from non-Arrow downstream tooling.

Describe the solution you'd like

Describe alternatives you've considered

COPY … TO … via SQL.

Additional context

In the default DataFusion feature set; no Cargo flag changes required.

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