ianmcook commented on code in PR #33748: URL: https://github.com/apache/arrow/pull/33748#discussion_r1073575276
########## r/NEWS.md: ########## @@ -19,6 +19,69 @@ # arrow 10.0.1.9000 +## New features + +### Docs +* A substantial reorganisation, rewrite of, and addition to many of the +vignettes and README (@djnavarro, #14514) + +### Reading/writing data +* new functions `open_csv_dataset()`, `open_ts_dataset()`, and +`open_delim_dataset()` all wrap `open_dataset()`- they don't provide new Review Comment: replace hyphen with em dash ```suggestion `open_delim_dataset()` all wrap `open_dataset()`—they don't provide new ``` -- 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]
