ianmcook commented on code in PR #33748:
URL: https://github.com/apache/arrow/pull/33748#discussion_r1073577485


##########
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 
+functionality, but allow for readr-style options to be supplied, making it 
+simpler to switch between individual file-reading and dataset 
+functionality (#33614)
+* user-defined null values can now be set when writing CSVs both as datasets 
+and as individual files (@wjones127, #14679)
+* the new `col_names` parameter allows specification of column names via when 
+opening a CSV dataset (@wjones127, #14705)
+* the `parse_options`, `read_options`, and `convert_options` parameters for 
+reading individual files and datasets can now be passed in as lists (#15270)
+
+### Function bindings
+The following functions can now be used in queries on Arrow objects:
+* `lubridate::with_tz()` and `lubridate::force_tz()` (@eitsupi, #14093)
+* `stringr::str_remove()` and `stringr::str_remove_all()` (#14644)
+
+### Installation
+* The package can now be installed offline using pre-downloaded binaries 
+(@pgramme, #14086)
+* The package can now automatically link to system installations of the AWS SDK
+C++ (@kou, #14235)

Review Comment:
   ```suggestion
   for C++ (@kou, #14235)
   ```



-- 
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]

Reply via email to