You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/05/19 22:00:15 UTC

[arrow] branch master updated: ARROW-8852: [R] Post-0.17.1 adjustments

This is an automated email from the ASF dual-hosted git repository.

npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f5bf24  ARROW-8852: [R] Post-0.17.1 adjustments
1f5bf24 is described below

commit 1f5bf24555ee66c78ef87e78102d4c9c6136c166
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Tue May 19 14:59:53 2020 -0700

    ARROW-8852: [R] Post-0.17.1 adjustments
    
    Because the patch release doesn't get merged in, we have to update these versions manually.
    
    Closes #7218 from nealrichardson/r-post-0.17.1
    
    Authored-by: Neal Richardson <ne...@gmail.com>
    Signed-off-by: Neal Richardson <ne...@gmail.com>
---
 ci/scripts/PKGBUILD                                  |  2 +-
 ci/scripts/r_windows_build.sh                        |  2 +-
 dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb |  2 +-
 r/DESCRIPTION                                        |  2 +-
 r/NEWS.md                                            | 15 ++++++++++++++-
 5 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/ci/scripts/PKGBUILD b/ci/scripts/PKGBUILD
index 51975bd..2f45e96 100644
--- a/ci/scripts/PKGBUILD
+++ b/ci/scripts/PKGBUILD
@@ -18,7 +18,7 @@
 _realname=arrow
 pkgbase=mingw-w64-${_realname}
 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=0.17.0.9000
+pkgver=0.17.1.9000
 pkgrel=8000
 pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
 arch=("any")
diff --git a/ci/scripts/r_windows_build.sh b/ci/scripts/r_windows_build.sh
index a8bb209..664603b 100755
--- a/ci/scripts/r_windows_build.sh
+++ b/ci/scripts/r_windows_build.sh
@@ -27,7 +27,7 @@ if [ "$RTOOLS_VERSION" = "35" ]; then
   # Use rtools-backports if building with rtools35
   curl https://raw.githubusercontent.com/r-windows/rtools-backports/master/pacman.conf > /etc/pacman.conf
   pacman --noconfirm -Scc
-  pacman --noconfirm -Syyu
+  pacman --noconfirm -Syy
   # lib-4.9.3 is for libraries compiled with gcc 4.9 (Rtools 3.5)
   RWINLIB_LIB_DIR="lib-4.9.3"
 else
diff --git a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
index d801427..68dc35e 100644
--- a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
+++ b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
@@ -19,7 +19,7 @@
 class ApacheArrow < Formula
   desc "Columnar in-memory analytics layer designed to accelerate big data"
   homepage "https://arrow.apache.org/"
-  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-0.17.0.9000/apache-arrow-0.17.0.9000.tar.gz"
+  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-0.17.1.9000/apache-arrow-0.17.1.9000.tar.gz"
   sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
   head "https://github.com/apache/arrow.git"
 
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index fb30234..ee53028 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: arrow
 Title: Integration to 'Apache' 'Arrow'
-Version: 0.17.0.9000
+Version: 0.17.1.9000
 Authors@R: c(
     person("Romain", "Fran\u00e7ois", email = "romain@rstudio.com", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")),
     person("Jeroen", "Ooms", email = "jeroen@berkeley.edu", role = c("aut")),
diff --git a/r/NEWS.md b/r/NEWS.md
index 231b3d3..3c0568e 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -17,9 +17,22 @@
   under the License.
 -->
 
-# arrow 0.17.0.9000
+# arrow 0.17.1.9000
+
+## Datasets
+
+* Read datasets directly on S3 by passing a URL like `ds <- open_dataset("s3://...")`. Currently requires a special C++ library build with additional dependencies; that is, this is not available in CRAN releases or in nightly packages. 
+* CSV and other text-delimited datasets are now supported
+
+## Other
+
+* Linux installation: some tweaks to OS detection for binaries, some updates to known installation issues in the vignette.
+
+# arrow 0.17.1
 
 * Updates for compatibility with `dplyr` 1.0
+* `reticulate::r_to_py()` conversion now correctly works automatically, without having to call the method yourself
+* Assorted bug fixes in the C++ library around Parquet reading
 
 # arrow 0.17.0