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 2022/11/22 20:22:23 UTC

[arrow-site] branch release-note-10.0.1 created (now 20cd03bf06e)

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

kou pushed a change to branch release-note-10.0.1
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


      at 20cd03bf06e [Website] Add release note for 10.0.1

This branch includes the following new commits:

     new 20cd03bf06e [Website] Add release note for 10.0.1

The 1 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.



[arrow-site] 01/01: [Website] Add release note for 10.0.1

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

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

commit 20cd03bf06e65fc34ecca0202846d4122172689e
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Tue Nov 22 20:21:40 2022 +0000

    [Website] Add release note for 10.0.1
---
 _data/versions.yml |  24 ++++-----
 _release/10.0.1.md | 133 ++++++++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  | 146 +++++++++++++++++++++++++++--------------------------
 3 files changed, 219 insertions(+), 84 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index 26a8a677653..bba5afead4e 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,17 +16,17 @@
 # Database of the current version
 #
 current:
-  number: '10.0.0'
+  number: '10.0.1'
   pinned_number: '10.0.*'
   major_number: '10'
-  date: '26 October 2022'
-  git-tag: '89f9a0948961f6e94f1ef5e4f310b707d22a3c11'
-  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-10.0.0'
-  release-notes: 'https://arrow.apache.org/release/10.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-10.0.0/'
-  tarball-name: 'apache-arrow-10.0.0.tar.gz'
-  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-10.0.0/apache-arrow-10.0.0.tar.gz'
-  java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2210.0.0%22'
-  asc: 'https://downloads.apache.org/arrow/arrow-10.0.0/apache-arrow-10.0.0.tar.gz.asc'
-  sha256: 'https://downloads.apache.org/arrow/arrow-10.0.0/apache-arrow-10.0.0.tar.gz.sha256'
-  sha512: 'https://downloads.apache.org/arrow/arrow-10.0.0/apache-arrow-10.0.0.tar.gz.sha512'
+  date: '22 November 2022'
+  git-tag: 'a6eabc2b890030578131aecc5e85900597d694a4'
+  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-10.0.1'
+  release-notes: 'https://arrow.apache.org/release/10.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-10.0.1/'
+  tarball-name: 'apache-arrow-10.0.1.tar.gz'
+  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz'
+  java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2210.0.1%22'
+  asc: 'https://downloads.apache.org/arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz.asc'
+  sha256: 'https://downloads.apache.org/arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz.sha256'
+  sha512: 'https://downloads.apache.org/arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz.sha512'
diff --git a/_release/10.0.1.md b/_release/10.0.1.md
new file mode 100644
index 00000000000..a142f79ffed
--- /dev/null
+++ b/_release/10.0.1.md
@@ -0,0 +1,133 @@
+---
+layout: default
+title: Apache Arrow 10.0.1 Release
+permalink: /release/10.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 10.0.1 (22 November 2022)
+
+This is a patch release covering more than 1 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 15 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-10.0.0..apache-arrow-10.0.1
+    10	Sutou Kouhei
+     5	Raúl Cumplido
+     3	David Li
+     2	Alenka Frim
+     2	Matt Topol
+     2	Neal Richardson
+     2	Yibo Cai
+     1	Benson Muite
+     1	Bryce Mecum
+     1	Dewey Dunnington
+     1	Hadley Wickham
+     1	Laurent Quérel
+     1	Nic Crane
+     1	h-vetinari
+     1	rtpsw
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-10.0.0..apache-arrow-10.0.1
+    17	Sutou Kouhei
+     3	Matt Topol
+     2	Antoine Pitrou
+     2	David Li
+     2	Neal Richardson
+     2	Nic Crane
+     1	Dewey Dunnington
+     1	Weston Pace
+     1	Yibo Cai
+```
+
+## Changelog
+
+
+## Apache Arrow 10.0.1 (2022-11-22)
+
+### New Features and Improvements
+
+* [ARROW-17487](https://issues.apache.org/jira/browse/ARROW-17487) - [Python][Packaging][CI] Add support for Python 3.11 (#14499)
+* [ARROW-17635](https://issues.apache.org/jira/browse/ARROW-17635) - [Python][CI] Sync conda recipe with the arrow-cpp feedstock (#14102)
+* [ARROW-18054](https://issues.apache.org/jira/browse/ARROW-18054) - [Python][CI] Enable Cython tests on windows wheels (#13552)
+* [ARROW-18080](https://issues.apache.org/jira/browse/ARROW-18080) - [C++] Remove gcc <= 4.9 workarounds (#14441)
+* [ARROW-18092](https://issues.apache.org/jira/browse/ARROW-18092) - [CI][Conan] Update versions of gRPC related dependencies (#14453)
+* [ARROW-18093](https://issues.apache.org/jira/browse/ARROW-18093) - [CI][Conda][Windows] Disable ORC (#14454)
+* [ARROW-18162](https://issues.apache.org/jira/browse/ARROW-18162) - [C++] Add Arm SVE compiler options (#14515)
+* [ARROW-18186](https://issues.apache.org/jira/browse/ARROW-18186) - [C++][MinGW] Make buildable with clang (#14536)
+* [ARROW-18255](https://issues.apache.org/jira/browse/ARROW-18255) - [C++] Don't fail cmake check for armv6 (#14611)
+* [ARROW-18260](https://issues.apache.org/jira/browse/ARROW-18260) - [C++][CMake] Add support for x64 for CMAKE_SYSTEM_PROCESSOR (#14598)
+* [ARROW-18299](https://issues.apache.org/jira/browse/ARROW-18299) - [CI][GLib][macOS] Fix dependency install failures (#14618)
+* [ARROW-18315](https://issues.apache.org/jira/browse/ARROW-18315) - [CI][deb][RPM] Pin createrepo_c on Travis CI arm64-graviton (#14625)
+* [ARROW-18325](https://issues.apache.org/jira/browse/ARROW-18325) - [Docs][Python] Add Python 3.11 to python/install.rst (#14630)
+* [ARROW-18326](https://issues.apache.org/jira/browse/ARROW-18326) - [Go] Add option to support dictionary deltas with IPC (#14639)
+* [ARROW-18327](https://issues.apache.org/jira/browse/ARROW-18327) - [CI][Release] verify-rc-source-*-macos-amd64 are failed (#14640)
+* [ARROW-18335](https://issues.apache.org/jira/browse/ARROW-18335) - [CI][Release][JS] verify-rc-source-js is failed with Node.js 18
+
+
+### Bug Fixes
+
+* [ARROW-18078](https://issues.apache.org/jira/browse/ARROW-18078) - [Docs][R] Fix broken link in R documentation (#14437)
+* [ARROW-18131](https://issues.apache.org/jira/browse/ARROW-18131) - [R] Correctly handle .data pronoun in group_by() (#14484)
+* [ARROW-18132](https://issues.apache.org/jira/browse/ARROW-18132) - [R] Add deprecation cycle for pull() change (#14475)
+* [ARROW-18190](https://issues.apache.org/jira/browse/ARROW-18190) - [CI][Packaging] Fix macOS mojave wheels test step to actually test wheels (#14540)
+* [ARROW-18251](https://issues.apache.org/jira/browse/ARROW-18251) - [CI][Python] Fix AMD64 macOS 12 Python 3 job (#14614)
+* [ARROW-18274](https://issues.apache.org/jira/browse/ARROW-18274) - [Go] StructBuilder premature release fields (#14604)
+* [ARROW-18285](https://issues.apache.org/jira/browse/ARROW-18285) - [R] Fix for failing test after lubridate 1.9 release (#14615)
+* [ARROW-18294](https://issues.apache.org/jira/browse/ARROW-18294) - [Java] Fix Flight SQL JDBC PreparedStatement#executeUpdate (#14616)
+* [ARROW-18296](https://issues.apache.org/jira/browse/ARROW-18296) - [Java] Honor Driver#connect API contract in JDBC driver (#14617)
+* [ARROW-18302](https://issues.apache.org/jira/browse/ARROW-18302) - [Python][Packaging] Update minimum vcpkg required version (#14634)
+* [ARROW-18305](https://issues.apache.org/jira/browse/ARROW-18305) - [R] Fix for dev purrr
+* [ARROW-18310](https://issues.apache.org/jira/browse/ARROW-18310) - [C++] Use atomic backpressure counter (#14622)
+* [ARROW-18317](https://issues.apache.org/jira/browse/ARROW-18317) - [Go] Dictionary replacement during IPC stream (#14636)
+* [ARROW-18322](https://issues.apache.org/jira/browse/ARROW-18322) - [Python] Add PYARROW_WITH_FLIGHT to PyArrow C++ cmake (#14642)
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-10.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/10.0.1/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-10.0.1
diff --git a/_release/index.md b/_release/index.md
index 420d15c86a9..66342d6d305 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,76 +26,78 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [10.0.0 (26 October 2022)][1]
-* [9.0.0 (3 August 2022)][2]
-* [8.0.0 (6 May 2022)][3]
-* [7.0.0 (3 February 2022)][4]
-* [6.0.1 (18 November 2021)][5]
-* [6.0.0 (26 October 2021)][6]
-* [5.0.0 (29 July 2021)][7]
-* [4.0.1 (26 May 2021)][8]
-* [4.0.0 (26 April 2021)][9]
-* [3.0.0 (26 January 2021)][10]
-* [2.0.0 (19 October 2020)][11]
-* [1.0.1 (21 August 2020)][12]
-* [1.0.0 (24 July 2020)][13]
-* [0.17.1 (18 May 2020)][14]
-* [0.17.0 (20 April 2020)][15]
-* [0.16.0 (7 February 2020)][16]
-* [0.15.1 (1 November 2019)][17]
-* [0.15.0 (5 October 2019)][18]
-* [0.14.1 (22 July 2019)][19]
-* [0.14.0 (4 July 2019)][20]
-* [0.13.0 (1 April 2019)][21]
-* [0.12.0 (20 January 2019)][22]
-* [0.11.1 (19 October 2018)][23]
-* [0.11.0 (8 October 2018)][24]
-* [0.10.0 (6 August 2018)][25]
-* [0.9.0 (21 March 2018)][26]
-* [0.8.0 (18 December 2017)][27]
-* [0.7.1 (1 October 2017)][28]
-* [0.7.0 (17 September 2017)][29]
-* [0.6.0 (14 August 2017)][30]
-* [0.5.0 (23 July 2017)][31]
-* [0.4.1 (9 June 2017)][32]
-* [0.4.0 (22 May 2017)][33]
-* [0.3.0 (5 May 2017)][34]
-* [0.2.0 (18 February 2017)][35]
-* [0.1.0 (10 October 2016)][36]
+* [10.0.1 (22 November 2022)][1]
+* [10.0.0 (26 October 2022)][2]
+* [9.0.0 (3 August 2022)][3]
+* [8.0.0 (6 May 2022)][4]
+* [7.0.0 (3 February 2022)][5]
+* [6.0.1 (18 November 2021)][6]
+* [6.0.0 (26 October 2021)][7]
+* [5.0.0 (29 July 2021)][8]
+* [4.0.1 (26 May 2021)][9]
+* [4.0.0 (26 April 2021)][10]
+* [3.0.0 (26 January 2021)][11]
+* [2.0.0 (19 October 2020)][12]
+* [1.0.1 (21 August 2020)][13]
+* [1.0.0 (24 July 2020)][14]
+* [0.17.1 (18 May 2020)][15]
+* [0.17.0 (20 April 2020)][16]
+* [0.16.0 (7 February 2020)][17]
+* [0.15.1 (1 November 2019)][18]
+* [0.15.0 (5 October 2019)][19]
+* [0.14.1 (22 July 2019)][20]
+* [0.14.0 (4 July 2019)][21]
+* [0.13.0 (1 April 2019)][22]
+* [0.12.0 (20 January 2019)][23]
+* [0.11.1 (19 October 2018)][24]
+* [0.11.0 (8 October 2018)][25]
+* [0.10.0 (6 August 2018)][26]
+* [0.9.0 (21 March 2018)][27]
+* [0.8.0 (18 December 2017)][28]
+* [0.7.1 (1 October 2017)][29]
+* [0.7.0 (17 September 2017)][30]
+* [0.6.0 (14 August 2017)][31]
+* [0.5.0 (23 July 2017)][32]
+* [0.4.1 (9 June 2017)][33]
+* [0.4.0 (22 May 2017)][34]
+* [0.3.0 (5 May 2017)][35]
+* [0.2.0 (18 February 2017)][36]
+* [0.1.0 (10 October 2016)][37]
 
-[1]: {{ site.baseurl }}/release/10.0.0.html
-[2]: {{ site.baseurl }}/release/9.0.0.html
-[3]: {{ site.baseurl }}/release/8.0.0.html
-[4]: {{ site.baseurl }}/release/7.0.0.html
-[5]: {{ site.baseurl }}/release/6.0.1.html
-[6]: {{ site.baseurl }}/release/6.0.0.html
-[7]: {{ site.baseurl }}/release/5.0.0.html
-[8]: {{ site.baseurl }}/release/4.0.1.html
-[9]: {{ site.baseurl }}/release/4.0.0.html
-[10]: {{ site.baseurl }}/release/3.0.0.html
-[11]: {{ site.baseurl }}/release/2.0.0.html
-[12]: {{ site.baseurl }}/release/1.0.1.html
-[13]: {{ site.baseurl }}/release/1.0.0.html
-[14]: {{ site.baseurl }}/release/0.17.1.html
-[15]: {{ site.baseurl }}/release/0.17.0.html
-[16]: {{ site.baseurl }}/release/0.16.0.html
-[17]: {{ site.baseurl }}/release/0.15.1.html
-[18]: {{ site.baseurl }}/release/0.15.0.html
-[19]: {{ site.baseurl }}/release/0.14.1.html
-[20]: {{ site.baseurl }}/release/0.14.0.html
-[21]: {{ site.baseurl }}/release/0.13.0.html
-[22]: {{ site.baseurl }}/release/0.12.0.html
-[23]: {{ site.baseurl }}/release/0.11.1.html
-[24]: {{ site.baseurl }}/release/0.11.0.html
-[25]: {{ site.baseurl }}/release/0.10.0.html
-[26]: {{ site.baseurl }}/release/0.9.0.html
-[27]: {{ site.baseurl }}/release/0.8.0.html
-[28]: {{ site.baseurl }}/release/0.7.1.html
-[29]: {{ site.baseurl }}/release/0.7.0.html
-[30]: {{ site.baseurl }}/release/0.6.0.html
-[31]: {{ site.baseurl }}/release/0.5.0.html
-[32]: {{ site.baseurl }}/release/0.4.1.html
-[33]: {{ site.baseurl }}/release/0.4.0.html
-[34]: {{ site.baseurl }}/release/0.3.0.html
-[35]: {{ site.baseurl }}/release/0.2.0.html
-[36]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/10.0.1.html
+[2]: {{ site.baseurl }}/release/10.0.0.html
+[3]: {{ site.baseurl }}/release/9.0.0.html
+[4]: {{ site.baseurl }}/release/8.0.0.html
+[5]: {{ site.baseurl }}/release/7.0.0.html
+[6]: {{ site.baseurl }}/release/6.0.1.html
+[7]: {{ site.baseurl }}/release/6.0.0.html
+[8]: {{ site.baseurl }}/release/5.0.0.html
+[9]: {{ site.baseurl }}/release/4.0.1.html
+[10]: {{ site.baseurl }}/release/4.0.0.html
+[11]: {{ site.baseurl }}/release/3.0.0.html
+[12]: {{ site.baseurl }}/release/2.0.0.html
+[13]: {{ site.baseurl }}/release/1.0.1.html
+[14]: {{ site.baseurl }}/release/1.0.0.html
+[15]: {{ site.baseurl }}/release/0.17.1.html
+[16]: {{ site.baseurl }}/release/0.17.0.html
+[17]: {{ site.baseurl }}/release/0.16.0.html
+[18]: {{ site.baseurl }}/release/0.15.1.html
+[19]: {{ site.baseurl }}/release/0.15.0.html
+[20]: {{ site.baseurl }}/release/0.14.1.html
+[21]: {{ site.baseurl }}/release/0.14.0.html
+[22]: {{ site.baseurl }}/release/0.13.0.html
+[23]: {{ site.baseurl }}/release/0.12.0.html
+[24]: {{ site.baseurl }}/release/0.11.1.html
+[25]: {{ site.baseurl }}/release/0.11.0.html
+[26]: {{ site.baseurl }}/release/0.10.0.html
+[27]: {{ site.baseurl }}/release/0.9.0.html
+[28]: {{ site.baseurl }}/release/0.8.0.html
+[29]: {{ site.baseurl }}/release/0.7.1.html
+[30]: {{ site.baseurl }}/release/0.7.0.html
+[31]: {{ site.baseurl }}/release/0.6.0.html
+[32]: {{ site.baseurl }}/release/0.5.0.html
+[33]: {{ site.baseurl }}/release/0.4.1.html
+[34]: {{ site.baseurl }}/release/0.4.0.html
+[35]: {{ site.baseurl }}/release/0.3.0.html
+[36]: {{ site.baseurl }}/release/0.2.0.html
+[37]: {{ site.baseurl }}/release/0.1.0.html