Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add write method to JsonWriter #1340

Closed
matthewmturner opened this issue Feb 19, 2022 · 1 comment · Fixed by #1383
Closed

Add write method to JsonWriter #1340

matthewmturner opened this issue Feb 19, 2022 · 1 comment · Fixed by #1383
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers

Comments

@matthewmturner
Copy link
Contributor

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'm looking to add write_json functionality in DataFusion as part of apache/datafusion#1777. Right now write_csv and write_parquet use a writer.write(batch) approach for writing a stream of batches. The current JsonWriter only has write_batches which takes a slice of RecordBatches.

Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to add a write method to the writer which takes only a single RecordBatch - similar to the other writers.

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.

@matthewmturner matthewmturner added the enhancement Any new improvement worthy of a entry in the changelog label Feb 19, 2022
@matthewmturner matthewmturner changed the title Add write method to J Add write method to JsonWriter Feb 19, 2022
@alamb alamb added arrow Changes to the arrow crate good first issue Good for newcomers labels Feb 28, 2022
@matthewmturner
Copy link
Contributor Author

I am going to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants