-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
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_jsontoExecutionContext - (3) Add
write_arrowtoExecutionContext - (4) Add
COPY/COPY TOcommand 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_csvmethod toDataFrame - (8) Add
write_parquetmethod toDataFrame - (9) Add
write_arrowmethod toDataFrame - (10) Add
write_jsonmethod toDataFrame - (11) Add
read_jsonmethod toDataFrame - (12) Add
read_jsonmethod toExecutionContext - (13) Add
register_jsonmethod toExecutionContext - (14) Support
IF NOT EXISTSforCREATE EXTERNAL TABLE - (15) Add
read_arrowtoExecutionContext - (16) Add
read_arrowtoDataFrame
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.