thisisnic commented on code in PR #12826: URL: https://github.com/apache/arrow/pull/12826#discussion_r941293900
########## r/NEWS.md: ########## @@ -69,6 +69,12 @@ * The `arrow.dev_repo` for nightly builds of the R package and prebuilt libarrow binaries is now https://nightlies.apache.org/arrow/r/. * Brotli and BZ2 are shipped with MacOS binaries. BZ2 is shipped with Windows binaries. (ARROW-16828) +* `lubridate::parse_date_time()` datetime parser: + * `orders` with year, month, day, hours, minutes, and seconds components are supported. + * the `orders` argument in the Arrow binding works as follows: `orders` are transformed into `formats` which subsequently get applied in turn. There is no `select_formats` parameter and no inference takes place (like is the case in `lubridate::parse_date_time()`). +* `read_arrow()` and `write_arrow()`, deprecated since 1.0.0 (July 2020), have been removed. Use the `read/write_feather()` and `read/write_ipc_stream()` functions depending on whether you're working with the Arrow IPC file or stream format, respectively. +* `write_parquet()` now defaults to writing Parquet format version 2.4 (was 1.0). Previously deprecated arguments `properties` and `arrow_properties` have been removed; if you need to deal with these lower-level properties objects directly, use `ParquetFileWriter`, which `write_parquet()` wraps. Review Comment: Oops, removed now -- 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]
