Skip to content

[EPIC] Improve DataFusions ability to work with files #1777

@matthewmturner

Description

@matthewmturner

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)

I would like to add functionality for writing files from DataFusion. To start, I've thought of the below.

  • (1) Add write functionality to ObjectStore
  • (2)Add write_json to ExecutionContext
  • (3) Add write_arrow to ExecutionContext
  • (4) Add COPY / COPY TO command for SQL (like postgres https://www.postgresql.org/docs/current/sql-copy.html)
  • (5) Add ability to write partitioned datasets
  • (6) Add support for writing metadata
  • (7) Add write_csv method to DataFrame
  • (8) Add write_parquet method to DataFrame
  • (9) Add write_arrow method to DataFrame
  • (10) Add write_json method to DataFrame
  • (11) Add read_json method to DataFrame
  • (12) Add read_json method to ExecutionContext
  • (13) Add register_json method to ExecutionContext
  • (14) Support IF NOT EXISTS for CREATE EXTERNAL TABLE
  • (15) Add read_arrow to ExecutionContext
  • (16) Add read_arrow to DataFrame

I will use this as a parent / tracker issue for the above points which will each have an issue.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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