You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/19 16:05:09 UTC

[GitHub] [arrow-rs] matthewmturner opened a new issue #1340: Add `write` method to J

matthewmturner opened a new issue #1340:
URL: https://github.com/apache/arrow-rs/issues/1340


   **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 https://github.com/apache/arrow-datafusion/issues/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 `RecordBatch`es.
   
   **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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #1340: Add `write` method to JsonWriter

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1340:
URL: https://github.com/apache/arrow-rs/issues/1340


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] matthewmturner commented on issue #1340: Add `write` method to JsonWriter

Posted by GitBox <gi...@apache.org>.
matthewmturner commented on issue #1340:
URL: https://github.com/apache/arrow-rs/issues/1340#issuecomment-1056273824


   I am going to work on this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org