You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/11/18 06:47:00 UTC

[arrow-site] branch master updated: [Website] Add release note for 6.0.1 (#161)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ddcc8a  [Website] Add release note for 6.0.1 (#161)
7ddcc8a is described below

commit 7ddcc8ae6a5aa98776f10b3eba658c9942164e09
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Thu Nov 18 15:46:55 2021 +0900

    [Website] Add release note for 6.0.1 (#161)
---
 _data/versions.yml |  24 +++++-----
 _release/6.0.1.md  | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  | 126 ++++++++++++++++++++++++++--------------------------
 3 files changed, 203 insertions(+), 74 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index 157dce7..abe5c6f 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,16 +16,16 @@
 # Database of the current version
 #
 current:
-  number: '6.0.0'
+  number: '6.0.1'
   pinned_number: '6.0.*'
-  date: '26 October 2021'
-  git-tag: '5a5f4ce326194750422ef6f053469ed1912ce69f'
-  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-6.0.0'
-  release-notes: 'https://arrow.apache.org/release/6.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-6.0.0/'
-  tarball-name: 'apache-arrow-6.0.0.tar.gz'
-  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-6.0.0/apache-arrow-6.0.0.tar.gz'
-  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%226.0.0%22'
-  asc: 'https://downloads.apache.org/arrow/arrow-6.0.0/apache-arrow-6.0.0.tar.gz.asc'
-  sha256: 'https://downloads.apache.org/arrow/arrow-6.0.0/apache-arrow-6.0.0.tar.gz.sha256'
-  sha512: 'https://downloads.apache.org/arrow/arrow-6.0.0/apache-arrow-6.0.0.tar.gz.sha512'
+  date: '18 November 2021'
+  git-tag: '347a88ff9d20e2a4061eec0b455b8ea1aa8335dc'
+  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-6.0.1'
+  release-notes: 'https://arrow.apache.org/release/6.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-6.0.1/'
+  tarball-name: 'apache-arrow-6.0.1.tar.gz'
+  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-6.0.1/apache-arrow-6.0.1.tar.gz'
+  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%226.0.1%22'
+  asc: 'https://downloads.apache.org/arrow/arrow-6.0.1/apache-arrow-6.0.1.tar.gz.asc'
+  sha256: 'https://downloads.apache.org/arrow/arrow-6.0.1/apache-arrow-6.0.1.tar.gz.sha256'
+  sha512: 'https://downloads.apache.org/arrow/arrow-6.0.1/apache-arrow-6.0.1.tar.gz.sha512'
diff --git a/_release/6.0.1.md b/_release/6.0.1.md
new file mode 100644
index 0000000..0c80adc
--- /dev/null
+++ b/_release/6.0.1.md
@@ -0,0 +1,127 @@
+---
+layout: default
+title: Apache Arrow 6.0.1 Release
+permalink: /release/6.0.1.html
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+# Apache Arrow 6.0.1 (18 November 2021)
+
+This is a patch release covering more than 0 months of development.
+
+## Download
+
+* [**Source Artifacts**][1]
+* **Binary Artifacts**
+  * [For AlmaLinux][2]
+  * [For Amazon Linux][3]
+  * [For CentOS][4]
+  * [For C#][5]
+  * [For Debian][6]
+  * [For Python][7]
+  * [For Ubuntu][8]
+* [Git tag][9]
+
+## Contributors
+
+This release includes 34 commits from 16 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-6.0.0..apache-arrow-6.0.1
+     7	Sutou Kouhei
+     4	Joris Van den Bossche
+     3	Antoine Pitrou
+     3	David Li
+     3	Krisztián Szűcs
+     3	Weston Pace
+     2	Nic Crane
+     1	Attila Lendvai
+     1	Benson Muite
+     1	Dominik Moritz
+     1	Dragos Moldovan-Grünfeld
+     1	Eduardo Ponce
+     1	Matthew Topol
+     1	Neal Richardson
+     1	Terence Honles
+     1	michalursa
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -csn apache-arrow-6.0.0..apache-arrow-6.0.1
+    19	Krisztián Szűcs
+    15	Sutou Kouhei
+```
+
+## Changelog
+
+
+## Apache Arrow 6.0.1 (2021-11-18)
+
+### Bug Fixes
+
+* [ARROW-14437](https://issues.apache.org/jira/browse/ARROW-14437) - [Python] CSV test\_cancellation unittests fail on Apple M1
+* [ARROW-14492](https://issues.apache.org/jira/browse/ARROW-14492) - [JS] Browser bundles broken
+* [ARROW-14513](https://issues.apache.org/jira/browse/ARROW-14513) - [Release][Go] Update release-6.0.0 with /v6 suffix
+* [ARROW-14519](https://issues.apache.org/jira/browse/ARROW-14519) - [C++] joins segfault when data contains list column
+* [ARROW-14523](https://issues.apache.org/jira/browse/ARROW-14523) - [C++][Python] S3FileSystem write\_table can lose data
+* [ARROW-14538](https://issues.apache.org/jira/browse/ARROW-14538) - [R] Work around empty tr call on Solaris
+* [ARROW-14550](https://issues.apache.org/jira/browse/ARROW-14550) - [C++][Go] the json license is not compatible with FSF standards
+* [ARROW-14583](https://issues.apache.org/jira/browse/ARROW-14583) - [R][C++] Crash when summarizing after filtering to no rows on partitioned data
+* [ARROW-14584](https://issues.apache.org/jira/browse/ARROW-14584) - [Python][CI] Python sdist installation fails with latest setuptools 58.5
+* [ARROW-14620](https://issues.apache.org/jira/browse/ARROW-14620) - [Python] Missing bindings for existing\_data\_behavior makes it impossible to maintain old behavior
+* [ARROW-14630](https://issues.apache.org/jira/browse/ARROW-14630) - [C++] DCHECK in GroupByNode when error encountered
+* [ARROW-14739](https://issues.apache.org/jira/browse/ARROW-14739) - Docs point to wrong source
+
+
+### New Features and Improvements
+
+* [ARROW-13156](https://issues.apache.org/jira/browse/ARROW-13156) - [R] bindings for str\_count
+* [ARROW-14181](https://issues.apache.org/jira/browse/ARROW-14181) - [C++][Compute] Hash Join support for dictionary	
+* [ARROW-14189](https://issues.apache.org/jira/browse/ARROW-14189) - [Docs] Add version dropdown to the sphinx docs
+* [ARROW-14310](https://issues.apache.org/jira/browse/ARROW-14310) - [R] Make expect\_dplyr\_equal() more intuitive
+* [ARROW-14365](https://issues.apache.org/jira/browse/ARROW-14365) - [R] Update README example to reflect new capabilities
+* [ARROW-14390](https://issues.apache.org/jira/browse/ARROW-14390) - [Packaging][Ubuntu] Add support for Ubuntu 21.10
+* [ARROW-14433](https://issues.apache.org/jira/browse/ARROW-14433) - [Release][APT] Skip arm64 Ubuntu 21.04 verification
+* [ARROW-14450](https://issues.apache.org/jira/browse/ARROW-14450) - [R] Old macos build error
+* [ARROW-14459](https://issues.apache.org/jira/browse/ARROW-14459) - [Doc] Update the pinned sphinx version
+* [ARROW-14480](https://issues.apache.org/jira/browse/ARROW-14480) - [R] Expose arrow::dataset::ExistingDataBehavior to R
+* [ARROW-14486](https://issues.apache.org/jira/browse/ARROW-14486) - [Packaging][deb] libthrift-dev dependency is missing
+* [ARROW-14490](https://issues.apache.org/jira/browse/ARROW-14490) - [Doc] Regenerate CHANGELOG.md to include all versions
+* [ARROW-14496](https://issues.apache.org/jira/browse/ARROW-14496) - [Docs] Ensure links to non-sphinx parts of the docs are relative instead of absolute
+* [ARROW-14499](https://issues.apache.org/jira/browse/ARROW-14499) - [Docs] Version dropdown side-by-side with search box
+* [ARROW-14514](https://issues.apache.org/jira/browse/ARROW-14514) - [C++][R] UBSAN error on round kernel
+* [ARROW-14580](https://issues.apache.org/jira/browse/ARROW-14580) - [Python] PyPI listing does not include trove classifiers for Python 3.10
+* [ARROW-14623](https://issues.apache.org/jira/browse/ARROW-14623) - [Packaging][Java] Upload not only .jar but also .pom
+* [ARROW-14628](https://issues.apache.org/jira/browse/ARROW-14628) - [Release][Python] Use python -m pytest
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-6.0.1/
+[2]: https://apache.jfrog.io/artifactory/arrow/almalinux/
+[3]: https://apache.jfrog.io/artifactory/arrow/amazon-linux/
+[4]: https://apache.jfrog.io/artifactory/arrow/centos/
+[5]: https://apache.jfrog.io/artifactory/arrow/nuget/
+[6]: https://apache.jfrog.io/artifactory/arrow/debian/
+[7]: https://apache.jfrog.io/artifactory/arrow/python/6.0.1/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-6.0.1
diff --git a/_release/index.md b/_release/index.md
index 80c5c4b..ad127f7 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,66 +26,68 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [6.0.0 (26 October 2021)][1]
-* [5.0.0 (29 July 2021)][2]
-* [4.0.1 (26 May 2021)][3]
-* [4.0.0 (26 April 2021)][4]
-* [3.0.0 (26 January 2021)][5]
-* [2.0.0 (19 October 2020)][6]
-* [1.0.1 (21 August 2020)][7]
-* [1.0.0 (24 July 2020)][8]
-* [0.17.1 (18 May 2020)][9]
-* [0.17.0 (20 April 2020)][10]
-* [0.16.0 (7 February 2020)][11]
-* [0.15.1 (1 November 2019)][12]
-* [0.15.0 (5 October 2019)][13]
-* [0.14.1 (22 July 2019)][14]
-* [0.14.0 (4 July 2019)][15]
-* [0.13.0 (1 April 2019)][16]
-* [0.12.0 (20 January 2019)][17]
-* [0.11.1 (19 October 2018)][18]
-* [0.11.0 (8 October 2018)][19]
-* [0.10.0 (6 August 2018)][20]
-* [0.9.0 (21 March 2018)][21]
-* [0.8.0 (18 December 2017)][22]
-* [0.7.1 (1 October 2017)][23]
-* [0.7.0 (17 September 2017)][24]
-* [0.6.0 (14 August 2017)][25]
-* [0.5.0 (23 July 2017)][26]
-* [0.4.1 (9 June 2017)][27]
-* [0.4.0 (22 May 2017)][28]
-* [0.3.0 (5 May 2017)][29]
-* [0.2.0 (18 February 2017)][30]
-* [0.1.0 (10 October 2016)][31]
+* [6.0.1 (18 November 2021)][1]
+* [6.0.0 (26 October 2021)][2]
+* [5.0.0 (29 July 2021)][3]
+* [4.0.1 (26 May 2021)][4]
+* [4.0.0 (26 April 2021)][5]
+* [3.0.0 (26 January 2021)][6]
+* [2.0.0 (19 October 2020)][7]
+* [1.0.1 (21 August 2020)][8]
+* [1.0.0 (24 July 2020)][9]
+* [0.17.1 (18 May 2020)][10]
+* [0.17.0 (20 April 2020)][11]
+* [0.16.0 (7 February 2020)][12]
+* [0.15.1 (1 November 2019)][13]
+* [0.15.0 (5 October 2019)][14]
+* [0.14.1 (22 July 2019)][15]
+* [0.14.0 (4 July 2019)][16]
+* [0.13.0 (1 April 2019)][17]
+* [0.12.0 (20 January 2019)][18]
+* [0.11.1 (19 October 2018)][19]
+* [0.11.0 (8 October 2018)][20]
+* [0.10.0 (6 August 2018)][21]
+* [0.9.0 (21 March 2018)][22]
+* [0.8.0 (18 December 2017)][23]
+* [0.7.1 (1 October 2017)][24]
+* [0.7.0 (17 September 2017)][25]
+* [0.6.0 (14 August 2017)][26]
+* [0.5.0 (23 July 2017)][27]
+* [0.4.1 (9 June 2017)][28]
+* [0.4.0 (22 May 2017)][29]
+* [0.3.0 (5 May 2017)][30]
+* [0.2.0 (18 February 2017)][31]
+* [0.1.0 (10 October 2016)][32]
 
-[1]: {{ site.baseurl }}/release/6.0.0.html
-[2]: {{ site.baseurl }}/release/5.0.0.html
-[3]: {{ site.baseurl }}/release/4.0.1.html
-[4]: {{ site.baseurl }}/release/4.0.0.html
-[5]: {{ site.baseurl }}/release/3.0.0.html
-[6]: {{ site.baseurl }}/release/2.0.0.html
-[7]: {{ site.baseurl }}/release/1.0.1.html
-[8]: {{ site.baseurl }}/release/1.0.0.html
-[9]: {{ site.baseurl }}/release/0.17.1.html
-[10]: {{ site.baseurl }}/release/0.17.0.html
-[11]: {{ site.baseurl }}/release/0.16.0.html
-[12]: {{ site.baseurl }}/release/0.15.1.html
-[13]: {{ site.baseurl }}/release/0.15.0.html
-[14]: {{ site.baseurl }}/release/0.14.1.html
-[15]: {{ site.baseurl }}/release/0.14.0.html
-[16]: {{ site.baseurl }}/release/0.13.0.html
-[17]: {{ site.baseurl }}/release/0.12.0.html
-[18]: {{ site.baseurl }}/release/0.11.1.html
-[19]: {{ site.baseurl }}/release/0.11.0.html
-[20]: {{ site.baseurl }}/release/0.10.0.html
-[21]: {{ site.baseurl }}/release/0.9.0.html
-[22]: {{ site.baseurl }}/release/0.8.0.html
-[23]: {{ site.baseurl }}/release/0.7.1.html
-[24]: {{ site.baseurl }}/release/0.7.0.html
-[25]: {{ site.baseurl }}/release/0.6.0.html
-[26]: {{ site.baseurl }}/release/0.5.0.html
-[27]: {{ site.baseurl }}/release/0.4.1.html
-[28]: {{ site.baseurl }}/release/0.4.0.html
-[29]: {{ site.baseurl }}/release/0.3.0.html
-[30]: {{ site.baseurl }}/release/0.2.0.html
-[31]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/6.0.1.html
+[2]: {{ site.baseurl }}/release/6.0.0.html
+[3]: {{ site.baseurl }}/release/5.0.0.html
+[4]: {{ site.baseurl }}/release/4.0.1.html
+[5]: {{ site.baseurl }}/release/4.0.0.html
+[6]: {{ site.baseurl }}/release/3.0.0.html
+[7]: {{ site.baseurl }}/release/2.0.0.html
+[8]: {{ site.baseurl }}/release/1.0.1.html
+[9]: {{ site.baseurl }}/release/1.0.0.html
+[10]: {{ site.baseurl }}/release/0.17.1.html
+[11]: {{ site.baseurl }}/release/0.17.0.html
+[12]: {{ site.baseurl }}/release/0.16.0.html
+[13]: {{ site.baseurl }}/release/0.15.1.html
+[14]: {{ site.baseurl }}/release/0.15.0.html
+[15]: {{ site.baseurl }}/release/0.14.1.html
+[16]: {{ site.baseurl }}/release/0.14.0.html
+[17]: {{ site.baseurl }}/release/0.13.0.html
+[18]: {{ site.baseurl }}/release/0.12.0.html
+[19]: {{ site.baseurl }}/release/0.11.1.html
+[20]: {{ site.baseurl }}/release/0.11.0.html
+[21]: {{ site.baseurl }}/release/0.10.0.html
+[22]: {{ site.baseurl }}/release/0.9.0.html
+[23]: {{ site.baseurl }}/release/0.8.0.html
+[24]: {{ site.baseurl }}/release/0.7.1.html
+[25]: {{ site.baseurl }}/release/0.7.0.html
+[26]: {{ site.baseurl }}/release/0.6.0.html
+[27]: {{ site.baseurl }}/release/0.5.0.html
+[28]: {{ site.baseurl }}/release/0.4.1.html
+[29]: {{ site.baseurl }}/release/0.4.0.html
+[30]: {{ site.baseurl }}/release/0.3.0.html
+[31]: {{ site.baseurl }}/release/0.2.0.html
+[32]: {{ site.baseurl }}/release/0.1.0.html