You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/05/14 11:09:58 UTC

[arrow] annotated tag apache-arrow-0.17.1 updated (0fac816 -> 3bd48dc)

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

kszucs pushed a change to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git.


*** WARNING: tag apache-arrow-0.17.1 was modified! ***

    from 0fac816  (tag)
      to 3bd48dc  (tag)
 tagging ff7ee06020949daf66ac05090753e1a17736d9fa (commit)
 replaces apache-arrow-0.17.0
      by Krisztián Szűcs
      on Thu May 14 13:08:08 2020 +0200

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-0.17.1
-----------------------------------------------------------------------

 discard dd3d33e  [maven-release-plugin] prepare release apache-arrow-0.17.1
 discard cb42ff7  [Release] Update JAVA versions for 0.17.1
 discard b4ceb7e  [Release] Update versions for 0.17.1
 discard 307d4e8  [Release] Update .deb/.rpm changelogs for 0.17.1
 discard 1727ffe  [Release] Update CHANGELOG.md for 0.17.1
     add 5a95295  ARROW-8786: [Packaging][rpm] Use bundled zstd in the CentOS 8 build
     add 483216c  ARROW-8505: [Release][C#] "sourcelink test" is failed by Apache.ArrowAssemblyInfo.cs
     add 8d7973b  ARROW-8702: [Packaging][C#] Build NuGet packages in release process
     add 339b02c  [Release] Missing platform in nuget crossbow task definition
     add 5ac1143  [Release] Fix rust linter errors
     new 6a34b17  [Release] Update CHANGELOG.md for 0.17.1
     new d915a65  [Release] Update .deb/.rpm changelogs for 0.17.1
     new 306dab6  [Release] Update versions for 0.17.1
     new 50a03a8  [Release] Update JAVA versions for 0.17.1
     new ff7ee06  [maven-release-plugin] prepare release apache-arrow-0.17.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0fac816)
            \
             N -- N -- N   refs/tags/apache-arrow-0.17.1 (3bd48dc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/csharp.yml                       |   8 +
 CHANGELOG.md                                       |   4 +-
 ci/docker/ubuntu-18.04-csharp.dockerfile           |   2 +
 ci/scripts/{csharp_build.sh => csharp_pack.sh}     |   4 +-
 ci/scripts/csharp_test.sh                          |   3 +
 csharp/Directory.Build.props                       |  17 ++
 csharp/Directory.Build.targets                     |  29 ++++
 csharp/test/Directory.Build.props                  |  19 ++-
 dev/release/03-binary.sh                           |   4 +
 dev/release/binary-task.rb                         | 183 ++++++++++++++-------
 dev/release/download_rc_binaries.py                |   4 +-
 dev/release/post-02-binary.sh                      |   4 +
 dev/release/post-06-csharp.sh                      |  37 ++---
 dev/release/rat_exclude_files.txt                  |   2 -
 dev/tasks/crossbow.py                              |  16 +-
 .../apache-arrow-archive-keyring/debian/changelog  |   2 +-
 .../yum/apache-arrow-release.spec.in               |   2 +-
 .../apache-arrow/debian.ubuntu-xenial/changelog    |   2 +-
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   7 +-
 .../apache-arrow/yum/centos-8/Dockerfile           |   2 +-
 .../github.linux.yml                               |  33 ++--
 dev/tasks/tasks.yml                                |  17 +-
 docker-compose.yml                                 |   7 +-
 rust/parquet/src/record/api.rs                     | 111 +++++++------
 25 files changed, 350 insertions(+), 171 deletions(-)
 copy ci/scripts/{csharp_build.sh => csharp_pack.sh} (96%)
 create mode 100644 csharp/Directory.Build.targets
 copy dev/tasks/{linux-packages => nuget-packages}/github.linux.yml (77%)


[arrow] 04/05: [Release] Update JAVA versions for 0.17.1

Posted by ks...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 50a03a81400703a61404029ccd728114a441522d
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu May 14 13:00:19 2020 +0200

    [Release] Update JAVA versions for 0.17.1
---
 java/adapter/avro/pom.xml       | 2 +-
 java/adapter/jdbc/pom.xml       | 2 +-
 java/adapter/orc/pom.xml        | 2 +-
 java/algorithm/pom.xml          | 2 +-
 java/flight/flight-core/pom.xml | 2 +-
 java/flight/flight-grpc/pom.xml | 2 +-
 java/format/pom.xml             | 2 +-
 java/gandiva/pom.xml            | 2 +-
 java/memory/pom.xml             | 2 +-
 java/performance/pom.xml        | 4 ++--
 java/plasma/pom.xml             | 2 +-
 java/pom.xml                    | 2 +-
 java/tools/pom.xml              | 2 +-
 java/vector/pom.xml             | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/java/adapter/avro/pom.xml b/java/adapter/avro/pom.xml
index 0e3a7de..0946543 100644
--- a/java/adapter/avro/pom.xml
+++ b/java/adapter/avro/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/adapter/jdbc/pom.xml b/java/adapter/jdbc/pom.xml
index c90b305..4f6dd05 100644
--- a/java/adapter/jdbc/pom.xml
+++ b/java/adapter/jdbc/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.0</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/java/adapter/orc/pom.xml b/java/adapter/orc/pom.xml
index bd552d8..ab60866 100644
--- a/java/adapter/orc/pom.xml
+++ b/java/adapter/orc/pom.xml
@@ -81,7 +81,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.0</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/java/algorithm/pom.xml b/java/algorithm/pom.xml
index 5e93d0e..93648f9 100644
--- a/java/algorithm/pom.xml
+++ b/java/algorithm/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
   </parent>
   <artifactId>arrow-algorithm</artifactId>
   <name>Arrow Algorithms</name>
diff --git a/java/flight/flight-core/pom.xml b/java/flight/flight-core/pom.xml
index 8e2383a..2daadac 100644
--- a/java/flight/flight-core/pom.xml
+++ b/java/flight/flight-core/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/flight/flight-grpc/pom.xml b/java/flight/flight-grpc/pom.xml
index 2c762cc..22f6be0 100644
--- a/java/flight/flight-grpc/pom.xml
+++ b/java/flight/flight-grpc/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <artifactId>arrow-java-root</artifactId>
     <groupId>org.apache.arrow</groupId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/format/pom.xml b/java/format/pom.xml
index 541199a..cc0b1da 100644
--- a/java/format/pom.xml
+++ b/java/format/pom.xml
@@ -15,7 +15,7 @@
 <parent>
   <artifactId>arrow-java-root</artifactId>
   <groupId>org.apache.arrow</groupId>
-  <version>0.17.0</version>
+  <version>0.17.1-SNAPSHOT</version>
 </parent>
 
 <artifactId>arrow-format</artifactId>
diff --git a/java/gandiva/pom.xml b/java/gandiva/pom.xml
index 5a2e209..c860457 100644
--- a/java/gandiva/pom.xml
+++ b/java/gandiva/pom.xml
@@ -14,7 +14,7 @@
     <parent>
       <groupId>org.apache.arrow</groupId>
       <artifactId>arrow-java-root</artifactId>
-      <version>0.17.0</version>
+      <version>0.17.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.arrow.gandiva</groupId>
diff --git a/java/memory/pom.xml b/java/memory/pom.xml
index 9cb9181..2f80020 100644
--- a/java/memory/pom.xml
+++ b/java/memory/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
   </parent>
   <artifactId>arrow-memory</artifactId>
   <name>Arrow Memory</name>
diff --git a/java/performance/pom.xml b/java/performance/pom.xml
index 1495f8b..d3a6a75 100644
--- a/java/performance/pom.xml
+++ b/java/performance/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>arrow-java-root</artifactId>
         <groupId>org.apache.arrow</groupId>
-        <version>0.17.0</version>
+        <version>0.17.1-SNAPSHOT</version>
     </parent>
     <artifactId>arrow-performance</artifactId>
     <packaging>jar</packaging>
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.apache.arrow</groupId>
             <artifactId>arrow-algorithm</artifactId>
-            <version>0.17.0</version>
+            <version>0.17.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java/plasma/pom.xml b/java/plasma/pom.xml
index bd8a258..1482a69 100644
--- a/java/plasma/pom.xml
+++ b/java/plasma/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.0</version>
+        <version>0.17.1-SNAPSHOT</version>
     </parent>
     <artifactId>arrow-plasma</artifactId>
     <name>Arrow Plasma Client</name>
diff --git a/java/pom.xml b/java/pom.xml
index be76d84..301f95a 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.arrow</groupId>
   <artifactId>arrow-java-root</artifactId>
-  <version>0.17.0</version>
+  <version>0.17.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Arrow Java Root POM</name>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 959960d..856f1e6 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.0</version>
+        <version>0.17.1-SNAPSHOT</version>
     </parent>
     <artifactId>arrow-tools</artifactId>
     <name>Arrow Tools</name>
diff --git a/java/vector/pom.xml b/java/vector/pom.xml
index c9e8839..5f17b12 100644
--- a/java/vector/pom.xml
+++ b/java/vector/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.0</version>
+    <version>0.17.1-SNAPSHOT</version>
   </parent>
   <artifactId>arrow-vector</artifactId>
   <name>Arrow Vectors</name>


[arrow] 01/05: [Release] Update CHANGELOG.md for 0.17.1

Posted by ks...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 6a34b178df153ab4bae34025b73b6c8ae1b21136
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu May 14 12:56:45 2020 +0200

    [Release] Update CHANGELOG.md for 0.17.1
---
 CHANGELOG.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 001034b..4fce15a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,34 @@
   under the License.
 -->
 
+# Apache Arrow 0.17.1 (14 May 2020)
+
+## Bug
+
+* ARROW-8503 - [Packaging][deb] Can't build apache-arrow-archive-keyring for RC
+* ARROW-8505 - [Release][C#] "sourcelink test" is failed by Apache.Arrow.AssemblyInfo.cs
+* ARROW-8584 - [Packaging][C++] Protobuf link error in deb builds
+* ARROW-8608 - [C++] Update vendored mpark/variant.h to  latest to fix NVCC compilation issues
+* ARROW-8609 - [C++] ORC JNI bridge crashed on null arrow buffer
+* ARROW-8641 - [Python] Regression in feather: no longer supports permutation in column selection
+* ARROW-8657 - [Python][C++][Parquet] Forward compatibility issue from 0.16 to 0.17 when using version='2.0'
+* ARROW-8684 - [Python] "SystemError: Bad call flags in \_PyMethodDef\_RawFastCallDict" in Python 3.7.7 on macOS when using pyarrow wheel
+* ARROW-8694 - [Python][Parquet] parquet.read\_schema() fails when loading wide table created from Pandas DataFrame
+* ARROW-8704 - [C++] Fix Parquet crash on invalid input (OSS-Fuzz)
+* ARROW-8706 - [C++][Parquet] Tracking JIRA for PARQUET-1857 (unencrypted INT16\_MAX Parquet row group limit)
+* ARROW-8728 - [C++]  Bitmap operation may cause buffer overflow
+* ARROW-8741 - [Python][Packaging] Keep VS2015 with for the windows wheels
+* ARROW-8750 - [Python] pyarrow.feather.write\_feather does not default to lz4 compression if it's available
+* PARQUET-1857 - [C++][Parquet] ParquetFileReader unable to read files with more than 32767 row groups
+
+## Improvement
+
+* ARROW-8501 - [Packaging][RPM] Upgrade devtoolset to 8 on CentOS 6
+* ARROW-8549 - [R] Assorted post-0.17 release cleanups
+* ARROW-8699 - [R] Fix automatic r\_to\_py conversion
+* ARROW-8758 - [R] Updates for compatibility with dplyr 1.0
+* ARROW-8786 - [Packaging][rpm] Use bundled zstd in the CentOS 8 build
+
 # Apache Arrow 0.17.0 (16 April 2020)
 
 ## Bug


[arrow] 05/05: [maven-release-plugin] prepare release apache-arrow-0.17.1

Posted by ks...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit ff7ee06020949daf66ac05090753e1a17736d9fa
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu May 14 13:07:56 2020 +0200

    [maven-release-plugin] prepare release apache-arrow-0.17.1
---
 java/adapter/avro/pom.xml       | 2 +-
 java/adapter/jdbc/pom.xml       | 2 +-
 java/adapter/orc/pom.xml        | 2 +-
 java/algorithm/pom.xml          | 2 +-
 java/flight/flight-core/pom.xml | 2 +-
 java/flight/flight-grpc/pom.xml | 2 +-
 java/format/pom.xml             | 2 +-
 java/gandiva/pom.xml            | 2 +-
 java/memory/pom.xml             | 2 +-
 java/performance/pom.xml        | 4 ++--
 java/plasma/pom.xml             | 2 +-
 java/pom.xml                    | 4 ++--
 java/tools/pom.xml              | 2 +-
 java/vector/pom.xml             | 2 +-
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/java/adapter/avro/pom.xml b/java/adapter/avro/pom.xml
index 0946543..28039f3 100644
--- a/java/adapter/avro/pom.xml
+++ b/java/adapter/avro/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/adapter/jdbc/pom.xml b/java/adapter/jdbc/pom.xml
index 4f6dd05..9e60dc6 100644
--- a/java/adapter/jdbc/pom.xml
+++ b/java/adapter/jdbc/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.1-SNAPSHOT</version>
+        <version>0.17.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/java/adapter/orc/pom.xml b/java/adapter/orc/pom.xml
index ab60866..a10f7a6 100644
--- a/java/adapter/orc/pom.xml
+++ b/java/adapter/orc/pom.xml
@@ -81,7 +81,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.1-SNAPSHOT</version>
+        <version>0.17.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/java/algorithm/pom.xml b/java/algorithm/pom.xml
index 93648f9..f9535aa 100644
--- a/java/algorithm/pom.xml
+++ b/java/algorithm/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
   </parent>
   <artifactId>arrow-algorithm</artifactId>
   <name>Arrow Algorithms</name>
diff --git a/java/flight/flight-core/pom.xml b/java/flight/flight-core/pom.xml
index 2daadac..f9e8534 100644
--- a/java/flight/flight-core/pom.xml
+++ b/java/flight/flight-core/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/flight/flight-grpc/pom.xml b/java/flight/flight-grpc/pom.xml
index 22f6be0..28389d4 100644
--- a/java/flight/flight-grpc/pom.xml
+++ b/java/flight/flight-grpc/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <artifactId>arrow-java-root</artifactId>
     <groupId>org.apache.arrow</groupId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/format/pom.xml b/java/format/pom.xml
index cc0b1da..4929f0e 100644
--- a/java/format/pom.xml
+++ b/java/format/pom.xml
@@ -15,7 +15,7 @@
 <parent>
   <artifactId>arrow-java-root</artifactId>
   <groupId>org.apache.arrow</groupId>
-  <version>0.17.1-SNAPSHOT</version>
+  <version>0.17.1</version>
 </parent>
 
 <artifactId>arrow-format</artifactId>
diff --git a/java/gandiva/pom.xml b/java/gandiva/pom.xml
index c860457..17072ce 100644
--- a/java/gandiva/pom.xml
+++ b/java/gandiva/pom.xml
@@ -14,7 +14,7 @@
     <parent>
       <groupId>org.apache.arrow</groupId>
       <artifactId>arrow-java-root</artifactId>
-      <version>0.17.1-SNAPSHOT</version>
+      <version>0.17.1</version>
     </parent>
 
     <groupId>org.apache.arrow.gandiva</groupId>
diff --git a/java/memory/pom.xml b/java/memory/pom.xml
index 2f80020..6a9aa52 100644
--- a/java/memory/pom.xml
+++ b/java/memory/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
   </parent>
   <artifactId>arrow-memory</artifactId>
   <name>Arrow Memory</name>
diff --git a/java/performance/pom.xml b/java/performance/pom.xml
index d3a6a75..f8d455f 100644
--- a/java/performance/pom.xml
+++ b/java/performance/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>arrow-java-root</artifactId>
         <groupId>org.apache.arrow</groupId>
-        <version>0.17.1-SNAPSHOT</version>
+        <version>0.17.1</version>
     </parent>
     <artifactId>arrow-performance</artifactId>
     <packaging>jar</packaging>
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.apache.arrow</groupId>
             <artifactId>arrow-algorithm</artifactId>
-            <version>0.17.1-SNAPSHOT</version>
+            <version>0.17.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/java/plasma/pom.xml b/java/plasma/pom.xml
index 1482a69..af8dfcf 100644
--- a/java/plasma/pom.xml
+++ b/java/plasma/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.1-SNAPSHOT</version>
+        <version>0.17.1</version>
     </parent>
     <artifactId>arrow-plasma</artifactId>
     <name>Arrow Plasma Client</name>
diff --git a/java/pom.xml b/java/pom.xml
index 301f95a..271a9d1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.arrow</groupId>
   <artifactId>arrow-java-root</artifactId>
-  <version>0.17.1-SNAPSHOT</version>
+  <version>0.17.1</version>
   <packaging>pom</packaging>
 
   <name>Apache Arrow Java Root POM</name>
@@ -49,7 +49,7 @@
     <connection>scm:git:https://github.com/apache/arrow.git</connection>
     <developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
     <url>https://github.com/apache/arrow</url>
-    <tag>apache-arrow-0.17.0</tag>
+    <tag>apache-arrow-0.17.1</tag>
   </scm>
 
   <mailingLists>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 856f1e6..7027f68 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.arrow</groupId>
         <artifactId>arrow-java-root</artifactId>
-        <version>0.17.1-SNAPSHOT</version>
+        <version>0.17.1</version>
     </parent>
     <artifactId>arrow-tools</artifactId>
     <name>Arrow Tools</name>
diff --git a/java/vector/pom.xml b/java/vector/pom.xml
index 5f17b12..21a50fc 100644
--- a/java/vector/pom.xml
+++ b/java/vector/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.17.1</version>
   </parent>
   <artifactId>arrow-vector</artifactId>
   <name>Arrow Vectors</name>


[arrow] 02/05: [Release] Update .deb/.rpm changelogs for 0.17.1

Posted by ks...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit d915a65a3479495a797bc1f3f9244f3e1e589548
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu May 14 12:56:57 2020 +0200

    [Release] Update .deb/.rpm changelogs for 0.17.1
---
 .../linux-packages/apache-arrow-archive-keyring/debian/changelog    | 6 ++++++
 .../apache-arrow-release/yum/apache-arrow-release.spec.in           | 3 +++
 .../linux-packages/apache-arrow/debian.ubuntu-xenial/changelog      | 6 ++++++
 dev/tasks/linux-packages/apache-arrow/debian/changelog              | 6 ++++++
 dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in             | 3 +++
 5 files changed, 24 insertions(+)

diff --git a/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog b/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog
index 870a666..1e12d76 100644
--- a/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog
+++ b/dev/tasks/linux-packages/apache-arrow-archive-keyring/debian/changelog
@@ -1,3 +1,9 @@
+apache-arrow-archive-keyring (0.17.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Krisztián Szűcs <sz...@gmail.com>  Thu, 14 May 2020 10:56:56 -0000
+
 apache-arrow-archive-keyring (0.17.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in b/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in
index 8fd5852..0c8cd4c 100644
--- a/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in
+++ b/dev/tasks/linux-packages/apache-arrow-release/yum/apache-arrow-release.spec.in
@@ -94,6 +94,9 @@ else
 fi
 
 %changelog
+* Thu May 14 2020 Krisztián Szűcs <sz...@gmail.com> - 0.17.1-1
+- New upstream release.
+
 * Thu Apr 16 2020 Krisztián Szűcs <sz...@gmail.com> - 0.17.0-1
 - New upstream release.
 
diff --git a/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog b/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog
index 0cb4b1f..c0a7e86 100644
--- a/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog
+++ b/dev/tasks/linux-packages/apache-arrow/debian.ubuntu-xenial/changelog
@@ -1,3 +1,9 @@
+apache-arrow (0.17.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Krisztián Szűcs <sz...@gmail.com>  Thu, 14 May 2020 10:56:56 -0000
+
 apache-arrow (0.17.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/dev/tasks/linux-packages/apache-arrow/debian/changelog b/dev/tasks/linux-packages/apache-arrow/debian/changelog
index 0cb4b1f..c0a7e86 100644
--- a/dev/tasks/linux-packages/apache-arrow/debian/changelog
+++ b/dev/tasks/linux-packages/apache-arrow/debian/changelog
@@ -1,3 +1,9 @@
+apache-arrow (0.17.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Krisztián Szűcs <sz...@gmail.com>  Thu, 14 May 2020 10:56:56 -0000
+
 apache-arrow (0.17.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
index 6486875..aa6fb2b 100644
--- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
@@ -713,6 +713,9 @@ Documentation for Apache Parquet GLib.
 %endif
 
 %changelog
+* Thu May 14 2020 Krisztián Szűcs <sz...@gmail.com> - 0.17.1-1
+- New upstream release.
+
 * Thu Apr 16 2020 Krisztián Szűcs <sz...@gmail.com> - 0.17.0-1
 - New upstream release.
 


[arrow] 03/05: [Release] Update versions for 0.17.1

Posted by ks...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 306dab6cebd036648088f77c49686828ceed0891
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu May 14 12:57:09 2020 +0200

    [Release] Update versions for 0.17.1
---
 c_glib/configure.ac                                  | 2 +-
 c_glib/meson.build                                   | 2 +-
 ci/scripts/PKGBUILD                                  | 2 +-
 cpp/CMakeLists.txt                                   | 2 +-
 csharp/Directory.Build.props                         | 2 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb          | 2 +-
 dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb | 2 +-
 js/package.json                                      | 2 +-
 matlab/CMakeLists.txt                                | 2 +-
 python/setup.py                                      | 2 +-
 r/DESCRIPTION                                        | 2 +-
 r/NEWS.md                                            | 2 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb        | 2 +-
 ruby/red-arrow/lib/arrow/version.rb                  | 2 +-
 ruby/red-gandiva/lib/gandiva/version.rb              | 2 +-
 ruby/red-parquet/lib/parquet/version.rb              | 2 +-
 ruby/red-plasma/lib/plasma/version.rb                | 2 +-
 rust/arrow-flight/Cargo.toml                         | 2 +-
 rust/arrow/Cargo.toml                                | 2 +-
 rust/datafusion/Cargo.toml                           | 8 ++++----
 rust/datafusion/README.md                            | 2 +-
 rust/parquet/Cargo.toml                              | 4 ++--
 rust/parquet/README.md                               | 4 ++--
 23 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/c_glib/configure.ac b/c_glib/configure.ac
index a69f607..540bf89 100644
--- a/c_glib/configure.ac
+++ b/c_glib/configure.ac
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.65)
 
-m4_define([arrow_glib_version], 0.17.0)
+m4_define([arrow_glib_version], 0.17.1)
 AC_INIT([arrow-glib],
         arrow_glib_version,
         [https://issues.apache.org/jira/browse/ARROW],
diff --git a/c_glib/meson.build b/c_glib/meson.build
index 4050d37..a3635b8 100644
--- a/c_glib/meson.build
+++ b/c_glib/meson.build
@@ -23,7 +23,7 @@ project('arrow-glib', 'c', 'cpp',
           'cpp_std=c++11',
         ])
 
-version = '0.17.0'
+version = '0.17.1'
 if version.endswith('-SNAPSHOT')
   version_numbers = version.split('-')[0].split('.')
   version_tag = version.split('-')[1]
diff --git a/ci/scripts/PKGBUILD b/ci/scripts/PKGBUILD
index 5aa9049..819d034 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
+pkgver=0.17.1
 pkgrel=8000
 pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
 arch=("any")
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index e28ae16..34bc8c6 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -18,7 +18,7 @@
 cmake_minimum_required(VERSION 3.2)
 message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
 
-set(ARROW_VERSION "0.17.0")
+set(ARROW_VERSION "0.17.1")
 
 string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}")
 
diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props
index b497ab4..d6f02f1 100644
--- a/csharp/Directory.Build.props
+++ b/csharp/Directory.Build.props
@@ -29,7 +29,7 @@
     <Product>Apache Arrow library</Product>
     <Copyright>Copyright 2016-2019 The Apache Software Foundation</Copyright>
     <Company>The Apache Software Foundation</Company>
-    <Version>0.17.0</Version>
+    <Version>0.17.1</Version>
   </PropertyGroup>
 
   <PropertyGroup>
diff --git a/dev/tasks/homebrew-formulae/apache-arrow.rb b/dev/tasks/homebrew-formulae/apache-arrow.rb
index 0a536bd..1781d6d 100644
--- a/dev/tasks/homebrew-formulae/apache-arrow.rb
+++ b/dev/tasks/homebrew-formulae/apache-arrow.rb
@@ -1,7 +1,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/apache-arrow-0.17.0.tar.gz"
+  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-0.17.1/apache-arrow-0.17.1.tar.gz"
   sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
   head "https://github.com/apache/arrow.git"
 
diff --git a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
index 3d4d1df..2d28ba9 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/apache-arrow-0.17.0.tar.gz"
+  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-0.17.1/apache-arrow-0.17.1.tar.gz"
   sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
   head "https://github.com/apache/arrow.git"
 
diff --git a/js/package.json b/js/package.json
index 6adbffe..dc6df3d 100644
--- a/js/package.json
+++ b/js/package.json
@@ -113,5 +113,5 @@
   "engines": {
     "node": ">=11.12"
   },
-  "version": "0.17.0"
+  "version": "0.17.1"
 }
diff --git a/matlab/CMakeLists.txt b/matlab/CMakeLists.txt
index 2369b74..40bb2b9 100755
--- a/matlab/CMakeLists.txt
+++ b/matlab/CMakeLists.txt
@@ -18,7 +18,7 @@
 cmake_minimum_required(VERSION 3.2)
 set(CMAKE_CXX_STANDARD 11)
 
-set(MLARROW_VERSION "0.17.0")
+set(MLARROW_VERSION "0.17.1")
 string(REGEX MATCH
   "^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}")
 
diff --git a/python/setup.py b/python/setup.py
index b72697a..efb96e5 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -512,7 +512,7 @@ def _move_shared_libs_unix(build_prefix, build_lib, lib_name):
 
 # If the event of not running from a git clone (e.g. from a git archive
 # or a Python sdist), see if we can set the version number ourselves
-default_version = '0.17.0'
+default_version = '0.17.1'
 if (not os.path.exists('../.git')
         and not os.environ.get('SETUPTOOLS_SCM_PRETEND_VERSION')):
     if os.path.exists('PKG-INFO'):
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index f566262..5ea6e8f 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: arrow
 Title: Integration to 'Apache' 'Arrow'
-Version: 0.17.0
+Version: 0.17.1
 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..6422226 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -17,7 +17,7 @@
   under the License.
 -->
 
-# arrow 0.17.0.9000
+# arrow 0.17.1
 
 * Updates for compatibility with `dplyr` 1.0
 
diff --git a/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb b/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb
index a8f1684..f68f246 100644
--- a/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb
+++ b/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module ArrowCUDA
-  VERSION = "0.17.0"
+  VERSION = "0.17.1"
 
   module Version
     numbers, TAG = VERSION.split("-")
diff --git a/ruby/red-arrow/lib/arrow/version.rb b/ruby/red-arrow/lib/arrow/version.rb
index 1bb2012..a5ece1f 100644
--- a/ruby/red-arrow/lib/arrow/version.rb
+++ b/ruby/red-arrow/lib/arrow/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module Arrow
-  VERSION = "0.17.0"
+  VERSION = "0.17.1"
 
   module Version
     numbers, TAG = VERSION.split("-")
diff --git a/ruby/red-gandiva/lib/gandiva/version.rb b/ruby/red-gandiva/lib/gandiva/version.rb
index 988e228..c64a3c2 100644
--- a/ruby/red-gandiva/lib/gandiva/version.rb
+++ b/ruby/red-gandiva/lib/gandiva/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module Gandiva
-  VERSION = "0.17.0"
+  VERSION = "0.17.1"
 
   module Version
     numbers, TAG = VERSION.split("-")
diff --git a/ruby/red-parquet/lib/parquet/version.rb b/ruby/red-parquet/lib/parquet/version.rb
index 6ec29da..f2bb731 100644
--- a/ruby/red-parquet/lib/parquet/version.rb
+++ b/ruby/red-parquet/lib/parquet/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module Parquet
-  VERSION = "0.17.0"
+  VERSION = "0.17.1"
 
   module Version
     numbers, TAG = VERSION.split("-")
diff --git a/ruby/red-plasma/lib/plasma/version.rb b/ruby/red-plasma/lib/plasma/version.rb
index a1af4ae..d8fc3df 100644
--- a/ruby/red-plasma/lib/plasma/version.rb
+++ b/ruby/red-plasma/lib/plasma/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module Plasma
-  VERSION = "0.17.0"
+  VERSION = "0.17.1"
 
   module Version
     numbers, TAG = VERSION.split("-")
diff --git a/rust/arrow-flight/Cargo.toml b/rust/arrow-flight/Cargo.toml
index a27f319..029b72a 100644
--- a/rust/arrow-flight/Cargo.toml
+++ b/rust/arrow-flight/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "arrow-flight"
 description = "Apache Arrow Flight"
-version = "0.17.0"
+version = "0.17.1"
 edition = "2018"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 homepage = "https://github.com/apache/arrow"
diff --git a/rust/arrow/Cargo.toml b/rust/arrow/Cargo.toml
index 91752c9..4dac340 100644
--- a/rust/arrow/Cargo.toml
+++ b/rust/arrow/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "arrow"
-version = "0.17.0"
+version = "0.17.1"
 description = "Rust implementation of Apache Arrow"
 homepage = "https://github.com/apache/arrow"
 repository = "https://github.com/apache/arrow"
diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml
index 8e39b71..c7810e2 100644
--- a/rust/datafusion/Cargo.toml
+++ b/rust/datafusion/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 name = "datafusion"
 description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
-version = "0.17.0"
+version = "0.17.1"
 homepage = "https://github.com/apache/arrow"
 repository = "https://github.com/apache/arrow"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
@@ -45,8 +45,8 @@ cli = ["rustyline"]
 
 [dependencies]
 fnv = "1.0"
-arrow = { path = "../arrow", version = "0.17.0" }
-parquet = { path = "../parquet", version = "0.17.0" }
+arrow = { path = "../arrow", version = "0.17.1" }
+parquet = { path = "../parquet", version = "0.17.1" }
 sqlparser = "0.2.5"
 clap = "2.33"
 prettytable-rs = "0.8.0"
@@ -62,7 +62,7 @@ prost = "0.6"
 tokio = { version = "0.2", features = ["macros"] }
 tonic = "0.1"
 flatbuffers = "0.6"
-arrow-flight = { path = "../arrow-flight", version = "0.17.0" }
+arrow-flight = { path = "../arrow-flight", version = "0.17.1" }
 
 [[bench]]
 name = "aggregate_query_sql"
diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md
index ffb5891..1c77226 100644
--- a/rust/datafusion/README.md
+++ b/rust/datafusion/README.md
@@ -27,7 +27,7 @@ DataFusion can be used as a library by adding the following to your `Cargo.toml`
 
 ```toml
 [dependencies]
-datafusion = "0.17.0"
+datafusion = "0.17.1"
 ```
 
 ## Using DataFusion as a binary
diff --git a/rust/parquet/Cargo.toml b/rust/parquet/Cargo.toml
index 54fc49c..cff5e19 100644
--- a/rust/parquet/Cargo.toml
+++ b/rust/parquet/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "parquet"
-version = "0.17.0"
+version = "0.17.1"
 license = "Apache-2.0"
 description = "Apache Parquet implementation in Rust"
 homepage = "https://github.com/apache/arrow"
@@ -40,7 +40,7 @@ lz4 = "1.23"
 zstd = "0.5"
 chrono = "0.4"
 num-bigint = "0.2"
-arrow = { path = "../arrow", version = "0.17.0" }
+arrow = { path = "../arrow", version = "0.17.1" }
 serde_json = { version = "1.0", features = ["preserve_order"] }
 
 [dev-dependencies]
diff --git a/rust/parquet/README.md b/rust/parquet/README.md
index 6467f18..ef7d582 100644
--- a/rust/parquet/README.md
+++ b/rust/parquet/README.md
@@ -23,7 +23,7 @@
 Add this to your Cargo.toml:
 ```toml
 [dependencies]
-parquet = "0.17.0"
+parquet = "0.17.1"
 ```
 
 and this to your crate root:
@@ -44,7 +44,7 @@ while let Some(record) = iter.next() {
     println!("{}", record);
 }
 ```
-See [crate documentation](https://docs.rs/crate/parquet/0.17.0) on available API.
+See [crate documentation](https://docs.rs/crate/parquet/0.17.1) on available API.
 
 ## Supported Parquet Version
 - Parquet-format 2.4.0