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 2023/06/13 21:24:57 UTC

[arrow-site] branch main updated: [Website] Add release note for 12.0.1 (#363)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 28bf180eb30 [Website] Add release note for 12.0.1 (#363)
28bf180eb30 is described below

commit 28bf180eb300c3c5580c0e1fb81cb57b808b7806
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Tue Jun 13 23:24:51 2023 +0200

    [Website] Add release note for 12.0.1 (#363)
---
 _data/versions.yml |  24 ++++----
 _release/12.0.1.md | 129 +++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  | 158 +++++++++++++++++++++++++++--------------------------
 3 files changed, 221 insertions(+), 90 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index dceee823345..3d7f693d9dd 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,17 +16,17 @@
 # Database of the current version
 #
 current:
-  number: '12.0.0'
+  number: '12.0.1'
   pinned_number: '12.0.*'
   major_number: '12'
-  date: '2 May 2023'
-  git-tag: '9736dde84bb2e6996d1d12f6a044c33398e3c3a3'
-  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-12.0.0'
-  release-notes: 'https://arrow.apache.org/release/12.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-12.0.0/'
-  tarball-name: 'apache-arrow-12.0.0.tar.gz'
-  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz'
-  java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2212.0.0%22'
-  asc: 'https://downloads.apache.org/arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz.asc'
-  sha256: 'https://downloads.apache.org/arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz.sha256'
-  sha512: 'https://downloads.apache.org/arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz.sha512'
+  date: '13 June 2023'
+  git-tag: '6af660f48472b8b45a5e01b7136b9b040b185eb1'
+  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-12.0.1'
+  release-notes: 'https://arrow.apache.org/release/12.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-12.0.1/'
+  tarball-name: 'apache-arrow-12.0.1.tar.gz'
+  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-12.0.1/apache-arrow-12.0.1.tar.gz'
+  java-artifacts: 'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2212.0.1%22'
+  asc: 'https://downloads.apache.org/arrow/arrow-12.0.1/apache-arrow-12.0.1.tar.gz.asc'
+  sha256: 'https://downloads.apache.org/arrow/arrow-12.0.1/apache-arrow-12.0.1.tar.gz.sha256'
+  sha512: 'https://downloads.apache.org/arrow/arrow-12.0.1/apache-arrow-12.0.1.tar.gz.sha512'
diff --git a/_release/12.0.1.md b/_release/12.0.1.md
new file mode 100644
index 00000000000..2ca4e980a2d
--- /dev/null
+++ b/_release/12.0.1.md
@@ -0,0 +1,129 @@
+---
+layout: default
+title: Apache Arrow 12.0.1 Release
+permalink: /release/12.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 12.0.1 (13 June 2023)
+
+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 32 commits from 12 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-12.0.0..apache-arrow-12.0.1
+     5	Joris Van den Bossche
+     5	Raúl Cumplido
+     5	Weston Pace
+     4	Sutou Kouhei
+     3	Nic Crane
+     2	David Li
+     2	Matt Topol
+     2	mwish
+     1	Felipe Oliveira Carvalho
+     1	Jacob Wujciak-Jens
+     1	Matthew Roeschke
+     1	Yevgeny Pats
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-12.0.0..apache-arrow-12.0.1
+     6	Raúl Cumplido
+     5	Antoine Pitrou
+     5	Joris Van den Bossche
+     4	Weston Pace
+     3	Sutou Kouhei
+     2	Matt Topol
+     2	Nic Crane
+     1	Alenka Frim
+     1	David Li
+```
+
+## Changelog
+
+
+## Apache Arrow 12.0.1 (2023-06-13 07:00:00)
+
+### Bug Fixes
+
+* [GH-34784](https://github.com/apache/arrow/issues/34784) - [Go] Fix 32-bit build (#35767)
+* [GH-35131](https://github.com/apache/arrow/issues/35131) - [R] Test failure with dev waldo (#35308)
+* [GH-35321](https://github.com/apache/arrow/issues/35321) - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324)
+* [GH-35337](https://github.com/apache/arrow/issues/35337) - [Go] ASAN tests fail with Go1.20+ (#35338)
+* [GH-35389](https://github.com/apache/arrow/issues/35389) - [Python] Fix coalesce_keys=False option in join operation (#35505)
+* [GH-35404](https://github.com/apache/arrow/issues/35404) - [Docs] Fix logo url and temporarily pin sphinx to 5.x to  (#35405)
+* [GH-35410](https://github.com/apache/arrow/issues/35410) - [CI] Pin urllib3 for gcs testbench (#35412)
+* [GH-35423](https://github.com/apache/arrow/issues/35423) - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428)
+* [GH-35426](https://github.com/apache/arrow/issues/35426) - [CI][Packaging][Conan] Build grpc (#35427)
+* [GH-35498](https://github.com/apache/arrow/issues/35498) - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565)
+* [GH-35519](https://github.com/apache/arrow/issues/35519) - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520)
+* [GH-35538](https://github.com/apache/arrow/issues/35538) - [C++] Remove unnecessary status.h include from protobuf (#35673)
+* [GH-35594](https://github.com/apache/arrow/issues/35594) - [R][C++] Bump vendored date library (#35612)
+* [GH-35695](https://github.com/apache/arrow/issues/35695) - [CI][Packaging][Conan] Use build missing dependencies instead of defining them individually (#35696)
+* [GH-35730](https://github.com/apache/arrow/issues/35730) - [C++] Add the ability to specify custom schema on a dataset write (#35860)
+* [GH-35771](https://github.com/apache/arrow/issues/35771) - [Java] Bump Jackson to avoid CVE (#35791)
+* [GH-35799](https://github.com/apache/arrow/issues/35799) - [CI] Set s3 region for sccache (#35801)
+* [GH-35820](https://github.com/apache/arrow/issues/35820) - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834)
+* [GH-35821](https://github.com/apache/arrow/issues/35821) - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822)
+* [GH-35845](https://github.com/apache/arrow/issues/35845) - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842)
+* [GH-35850](https://github.com/apache/arrow/issues/35850) - [C++] Don't disable optimization with RelWithDebInfo (#35856)
+* [GH-35932](https://github.com/apache/arrow/issues/35932) - [Java] Make JDBC test less brittle (#35940)
+* [GH-35946](https://github.com/apache/arrow/issues/35946) - [CI][Packaging] Free up more disk space for Linux packages (#35947)
+
+
+### New Features and Improvements
+
+* [GH-34657](https://github.com/apache/arrow/issues/34657) - [Go] Add ValueString(i int) string to array (#34986)
+* [GH-34789](https://github.com/apache/arrow/issues/34789) - [CI][Python] Update the Python versions in our nightly CI matrix (#35548)
+* [GH-35329](https://github.com/apache/arrow/issues/35329) - [Python] Address pandas.types.is_sparse deprecation (#35366)
+* [GH-35433](https://github.com/apache/arrow/issues/35433) - [CI] Unpin urllib3, upgrade gcs-testbench (#35434)
+* [GH-35458](https://github.com/apache/arrow/issues/35458) - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459)
+* [GH-35937](https://github.com/apache/arrow/issues/35937) - [R] Update NEWS for 12.0.1 (#35938)
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-12.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/12.0.1/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-12.0.1
diff --git a/_release/index.md b/_release/index.md
index 4932e0ae945..a1ca8be28c4 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,82 +26,84 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [12.0.0 (2 May 2023)][1]
-* [11.0.0 (26 January 2023)][2]
-* [10.0.1 (22 November 2022)][3]
-* [10.0.0 (26 October 2022)][4]
-* [9.0.0 (3 August 2022)][5]
-* [8.0.0 (6 May 2022)][6]
-* [7.0.0 (3 February 2022)][7]
-* [6.0.1 (18 November 2021)][8]
-* [6.0.0 (26 October 2021)][9]
-* [5.0.0 (29 July 2021)][10]
-* [4.0.1 (26 May 2021)][11]
-* [4.0.0 (26 April 2021)][12]
-* [3.0.0 (26 January 2021)][13]
-* [2.0.0 (19 October 2020)][14]
-* [1.0.1 (21 August 2020)][15]
-* [1.0.0 (24 July 2020)][16]
-* [0.17.1 (18 May 2020)][17]
-* [0.17.0 (20 April 2020)][18]
-* [0.16.0 (7 February 2020)][19]
-* [0.15.1 (1 November 2019)][20]
-* [0.15.0 (5 October 2019)][21]
-* [0.14.1 (22 July 2019)][22]
-* [0.14.0 (4 July 2019)][23]
-* [0.13.0 (1 April 2019)][24]
-* [0.12.0 (20 January 2019)][25]
-* [0.11.1 (19 October 2018)][26]
-* [0.11.0 (8 October 2018)][27]
-* [0.10.0 (6 August 2018)][28]
-* [0.9.0 (21 March 2018)][29]
-* [0.8.0 (18 December 2017)][30]
-* [0.7.1 (1 October 2017)][31]
-* [0.7.0 (17 September 2017)][32]
-* [0.6.0 (14 August 2017)][33]
-* [0.5.0 (23 July 2017)][34]
-* [0.4.1 (9 June 2017)][35]
-* [0.4.0 (22 May 2017)][36]
-* [0.3.0 (5 May 2017)][37]
-* [0.2.0 (18 February 2017)][38]
-* [0.1.0 (10 October 2016)][39]
+* [12.0.1 (13 June 2023)][1]
+* [12.0.0 (2 May 2023)][2]
+* [11.0.0 (26 January 2023)][3]
+* [10.0.1 (22 November 2022)][4]
+* [10.0.0 (26 October 2022)][5]
+* [9.0.0 (3 August 2022)][6]
+* [8.0.0 (6 May 2022)][7]
+* [7.0.0 (3 February 2022)][8]
+* [6.0.1 (18 November 2021)][9]
+* [6.0.0 (26 October 2021)][10]
+* [5.0.0 (29 July 2021)][11]
+* [4.0.1 (26 May 2021)][12]
+* [4.0.0 (26 April 2021)][13]
+* [3.0.0 (26 January 2021)][14]
+* [2.0.0 (19 October 2020)][15]
+* [1.0.1 (21 August 2020)][16]
+* [1.0.0 (24 July 2020)][17]
+* [0.17.1 (18 May 2020)][18]
+* [0.17.0 (20 April 2020)][19]
+* [0.16.0 (7 February 2020)][20]
+* [0.15.1 (1 November 2019)][21]
+* [0.15.0 (5 October 2019)][22]
+* [0.14.1 (22 July 2019)][23]
+* [0.14.0 (4 July 2019)][24]
+* [0.13.0 (1 April 2019)][25]
+* [0.12.0 (20 January 2019)][26]
+* [0.11.1 (19 October 2018)][27]
+* [0.11.0 (8 October 2018)][28]
+* [0.10.0 (6 August 2018)][29]
+* [0.9.0 (21 March 2018)][30]
+* [0.8.0 (18 December 2017)][31]
+* [0.7.1 (1 October 2017)][32]
+* [0.7.0 (17 September 2017)][33]
+* [0.6.0 (14 August 2017)][34]
+* [0.5.0 (23 July 2017)][35]
+* [0.4.1 (9 June 2017)][36]
+* [0.4.0 (22 May 2017)][37]
+* [0.3.0 (5 May 2017)][38]
+* [0.2.0 (18 February 2017)][39]
+* [0.1.0 (10 October 2016)][40]
 
-[1]: {{ site.baseurl }}/release/12.0.0.html
-[2]: {{ site.baseurl }}/release/11.0.0.html
-[3]: {{ site.baseurl }}/release/10.0.1.html
-[4]: {{ site.baseurl }}/release/10.0.0.html
-[5]: {{ site.baseurl }}/release/9.0.0.html
-[6]: {{ site.baseurl }}/release/8.0.0.html
-[7]: {{ site.baseurl }}/release/7.0.0.html
-[8]: {{ site.baseurl }}/release/6.0.1.html
-[9]: {{ site.baseurl }}/release/6.0.0.html
-[10]: {{ site.baseurl }}/release/5.0.0.html
-[11]: {{ site.baseurl }}/release/4.0.1.html
-[12]: {{ site.baseurl }}/release/4.0.0.html
-[13]: {{ site.baseurl }}/release/3.0.0.html
-[14]: {{ site.baseurl }}/release/2.0.0.html
-[15]: {{ site.baseurl }}/release/1.0.1.html
-[16]: {{ site.baseurl }}/release/1.0.0.html
-[17]: {{ site.baseurl }}/release/0.17.1.html
-[18]: {{ site.baseurl }}/release/0.17.0.html
-[19]: {{ site.baseurl }}/release/0.16.0.html
-[20]: {{ site.baseurl }}/release/0.15.1.html
-[21]: {{ site.baseurl }}/release/0.15.0.html
-[22]: {{ site.baseurl }}/release/0.14.1.html
-[23]: {{ site.baseurl }}/release/0.14.0.html
-[24]: {{ site.baseurl }}/release/0.13.0.html
-[25]: {{ site.baseurl }}/release/0.12.0.html
-[26]: {{ site.baseurl }}/release/0.11.1.html
-[27]: {{ site.baseurl }}/release/0.11.0.html
-[28]: {{ site.baseurl }}/release/0.10.0.html
-[29]: {{ site.baseurl }}/release/0.9.0.html
-[30]: {{ site.baseurl }}/release/0.8.0.html
-[31]: {{ site.baseurl }}/release/0.7.1.html
-[32]: {{ site.baseurl }}/release/0.7.0.html
-[33]: {{ site.baseurl }}/release/0.6.0.html
-[34]: {{ site.baseurl }}/release/0.5.0.html
-[35]: {{ site.baseurl }}/release/0.4.1.html
-[36]: {{ site.baseurl }}/release/0.4.0.html
-[37]: {{ site.baseurl }}/release/0.3.0.html
-[38]: {{ site.baseurl }}/release/0.2.0.html
-[39]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/12.0.1.html
+[2]: {{ site.baseurl }}/release/12.0.0.html
+[3]: {{ site.baseurl }}/release/11.0.0.html
+[4]: {{ site.baseurl }}/release/10.0.1.html
+[5]: {{ site.baseurl }}/release/10.0.0.html
+[6]: {{ site.baseurl }}/release/9.0.0.html
+[7]: {{ site.baseurl }}/release/8.0.0.html
+[8]: {{ site.baseurl }}/release/7.0.0.html
+[9]: {{ site.baseurl }}/release/6.0.1.html
+[10]: {{ site.baseurl }}/release/6.0.0.html
+[11]: {{ site.baseurl }}/release/5.0.0.html
+[12]: {{ site.baseurl }}/release/4.0.1.html
+[13]: {{ site.baseurl }}/release/4.0.0.html
+[14]: {{ site.baseurl }}/release/3.0.0.html
+[15]: {{ site.baseurl }}/release/2.0.0.html
+[16]: {{ site.baseurl }}/release/1.0.1.html
+[17]: {{ site.baseurl }}/release/1.0.0.html
+[18]: {{ site.baseurl }}/release/0.17.1.html
+[19]: {{ site.baseurl }}/release/0.17.0.html
+[20]: {{ site.baseurl }}/release/0.16.0.html
+[21]: {{ site.baseurl }}/release/0.15.1.html
+[22]: {{ site.baseurl }}/release/0.15.0.html
+[23]: {{ site.baseurl }}/release/0.14.1.html
+[24]: {{ site.baseurl }}/release/0.14.0.html
+[25]: {{ site.baseurl }}/release/0.13.0.html
+[26]: {{ site.baseurl }}/release/0.12.0.html
+[27]: {{ site.baseurl }}/release/0.11.1.html
+[28]: {{ site.baseurl }}/release/0.11.0.html
+[29]: {{ site.baseurl }}/release/0.10.0.html
+[30]: {{ site.baseurl }}/release/0.9.0.html
+[31]: {{ site.baseurl }}/release/0.8.0.html
+[32]: {{ site.baseurl }}/release/0.7.1.html
+[33]: {{ site.baseurl }}/release/0.7.0.html
+[34]: {{ site.baseurl }}/release/0.6.0.html
+[35]: {{ site.baseurl }}/release/0.5.0.html
+[36]: {{ site.baseurl }}/release/0.4.1.html
+[37]: {{ site.baseurl }}/release/0.4.0.html
+[38]: {{ site.baseurl }}/release/0.3.0.html
+[39]: {{ site.baseurl }}/release/0.2.0.html
+[40]: {{ site.baseurl }}/release/0.1.0.html