thisisnic commented on issue #38178: URL: https://github.com/apache/arrow/issues/38178#issuecomment-1758314517
Thanks @csgillespie, this kind of feedback from our user community is super helpful! > the docs in ?open_dataset don't mention json. Looks like we missed mentioning JSON in the docs when we added that functionality - thanks for spotting that! > CSV == test in open_, but not in write_ Sorry, I'm a but unsure what you mean by this, mind rephrasing? > open_ reads in JSON / tsv, but write_ doesn't Writing JSON files isn't currently supported in the arrow R package as it's [not implemented in Arrow C++](https://github.com/apache/arrow/pull/33732#issue-1537157551); if it's something that would be useful, you could open a C++ feature request ticket? Writing tsv files is supported, though the released package's version of the docs don't reflect that. However, this is fixed in the dev version ([see dev docs here](https://arrow.apache.org/docs/dev/r/reference/write_dataset.html)). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
