This is an automated email from the ASF dual-hosted git repository.
raulcd 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 72c4f37178f [Website] Add release note for 14.0.2 (#441)
72c4f37178f is described below
commit 72c4f37178f1667196427292513dd730b3d0ced8
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Dec 19 15:43:50 2023 +0100
[Website] Add release note for 14.0.2 (#441)
---
_data/versions.yml | 24 ++++----
_release/14.0.2.md | 129 +++++++++++++++++++++++++++++++++++++++
_release/index.md | 174 +++++++++++++++++++++++++++--------------------------
3 files changed, 229 insertions(+), 98 deletions(-)
diff --git a/_data/versions.yml b/_data/versions.yml
index e1258f6bf81..4cec03e47c1 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,17 +16,17 @@
# Database of the current version
#
current:
- number: '14.0.1'
+ number: '14.0.2'
pinned_number: '14.0.*'
major_number: '14'
- date: 2023-11-10
- git-tag: 'ba537483618196f50c67a90a473039e4d5dc35e0'
- github-tag-link:
'https://github.com/apache/arrow/releases/tag/apache-arrow-14.0.1'
- release-notes: 'https://arrow.apache.org/release/14.0.1.html'
- mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-14.0.1/'
- tarball-name: 'apache-arrow-14.0.1.tar.gz'
- tarball-url:
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-14.0.1/apache-arrow-14.0.1.tar.gz'
- java-artifacts:
'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2214.0.1%22'
- asc:
'https://downloads.apache.org/arrow/arrow-14.0.1/apache-arrow-14.0.1.tar.gz.asc'
- sha256:
'https://downloads.apache.org/arrow/arrow-14.0.1/apache-arrow-14.0.1.tar.gz.sha256'
- sha512:
'https://downloads.apache.org/arrow/arrow-14.0.1/apache-arrow-14.0.1.tar.gz.sha512'
+ date: '2023-12-19'
+ git-tag: '740889f413af9b1ae1d81eb1e5a4a9fb4ce9cf97'
+ github-tag-link:
'https://github.com/apache/arrow/releases/tag/apache-arrow-14.0.2'
+ release-notes: 'https://arrow.apache.org/release/14.0.2.html'
+ mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-14.0.2/'
+ tarball-name: 'apache-arrow-14.0.2.tar.gz'
+ tarball-url:
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-14.0.2/apache-arrow-14.0.2.tar.gz'
+ java-artifacts:
'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2214.0.2%22'
+ asc:
'https://downloads.apache.org/arrow/arrow-14.0.2/apache-arrow-14.0.2.tar.gz.asc'
+ sha256:
'https://downloads.apache.org/arrow/arrow-14.0.2/apache-arrow-14.0.2.tar.gz.sha256'
+ sha512:
'https://downloads.apache.org/arrow/arrow-14.0.2/apache-arrow-14.0.2.tar.gz.sha512'
diff --git a/_release/14.0.2.md b/_release/14.0.2.md
new file mode 100644
index 00000000000..789d60df865
--- /dev/null
+++ b/_release/14.0.2.md
@@ -0,0 +1,129 @@
+---
+layout: default
+title: Apache Arrow 14.0.2 Release
+permalink: /release/14.0.2.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 14.0.2 (19 December 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 11 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-14.0.1..apache-arrow-14.0.2
+ 6 Jacob Wujciak-Jens
+ 5 Dewey Dunnington
+ 5 Raúl Cumplido
+ 5 Sutou Kouhei
+ 2 Antoine Pitrou
+ 2 Jonathan Keane
+ 2 Joris Van den Bossche
+ 2 mwish
+ 1 Eero Lihavainen
+ 1 Nic Crane
+ 1 Peter Andreas Entschev
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -sn --group=trailer:signed-off-by
apache-arrow-14.0.1..apache-arrow-14.0.2
+ 11 Jacob Wujciak-Jens
+ 4 Sutou Kouhei
+ 3 Antoine Pitrou
+ 3 Dewey Dunnington
+ 3 Joris Van den Bossche
+ 2 Raúl Cumplido
+ 1 Benjamin Kietzman
+ 1 Nic Crane
+ 1 mwish
+```
+
+## Changelog
+
+
+## Apache Arrow 14.0.2 (2023-12-18 08:00:00)
+
+### New Features and Improvements
+
+* [GH-27839](https://github.com/apache/arrow/issues/27839) - [R] Fetch latest
nightly binary for arrow R dev versions. (#38236)
+* [GH-38342](https://github.com/apache/arrow/issues/38342) - [Python] Update
to_pandas to use non-deprecated DataFrame constructor (#38374)
+* [GH-38364](https://github.com/apache/arrow/issues/38364) - [Python]
Initialize S3 on first use (#38375)
+* [GH-38430](https://github.com/apache/arrow/issues/38430) - [R] Add test +
fix corner cases after nixlibs.R refactor (#38534)
+* [GH-38432](https://github.com/apache/arrow/issues/38432) - [C++][Parquet]
Try to fix performance regression in the DictByteArrayDecoderImpl (#38784)
+* [GH-38449](https://github.com/apache/arrow/issues/38449) -
[Release][Go][macOS] Use local test data if possible (#38450)
+* [GH-38570](https://github.com/apache/arrow/issues/38570) - [R] Ensure that
test-nix-libs is warning free (#38571)
+* [GH-38591](https://github.com/apache/arrow/issues/38591) - [Parquet][C++]
Remove redundant open calls in `ParquetFileFormat::GetReaderAsync` (#38621)
+* [GH-38756](https://github.com/apache/arrow/issues/38756) - [R] More debug
output for r/configure and nixlibs.R (#38819)
+* [GH-38864](https://github.com/apache/arrow/issues/38864) - [R] Update
NEWS.md for 14.0.0.1 (#38866)
+* [GH-38904](https://github.com/apache/arrow/issues/38904) - [R] Update
news.md for 14.0.0.2 (#39022)
+* [GH-39041](https://github.com/apache/arrow/issues/39041) - [R] Improve
`update-checksum.R` output (#39042)
+
+
+### Bug Fixes
+
+* [GH-38345](https://github.com/apache/arrow/issues/38345) - [Release] Use
local test data for verification if possible (#38362)
+* [GH-38438](https://github.com/apache/arrow/issues/38438) - [C++] Dataset:
Trying to fix the async bug in Parquet dataset (#38466)
+* [GH-38577](https://github.com/apache/arrow/issues/38577) - Reading parquet
file behavior change from 13.0.0 to 14.0.0
+* [GH-38618](https://github.com/apache/arrow/issues/38618) - [C++]
S3FileSystem: fix regression in deleting explicitly created sub-directories
(#38845)
+* [GH-38626](https://github.com/apache/arrow/issues/38626) - [Python] Fix
segfault when PyArrow is imported at shutdown (#38637)
+* [GH-38676](https://github.com/apache/arrow/issues/38676) - [Python] Fix
potential deadlock when CSV reading errors out (#38713)
+* [GH-38715](https://github.com/apache/arrow/issues/38715) - [R] Fix possible
bashism in configure script (#38716)
+* [GH-38752](https://github.com/apache/arrow/issues/38752) - [R] Wrap rosetta
detection in tryCatch (#38754)
+* [GH-38766](https://github.com/apache/arrow/issues/38766) - [R] Add timeout
option to try_download (#38767)
+* [GH-38779](https://github.com/apache/arrow/issues/38779) - [R][CI] Use
devtools on self-hosted machines and use macos-11 for intel package build
(#38974)
+* [GH-38861](https://github.com/apache/arrow/issues/38861) - [C++] Add missing
"-framework Security" to Libs.private in arrow.pc (#38869)
+* [GH-38893](https://github.com/apache/arrow/issues/38893) - [R] Fix printf
syntax in altrep.cpp (#38894)
+* [GH-38902](https://github.com/apache/arrow/issues/38902) - [R] Handle
failing library detection with pkg-config (#38970)
+* [GH-38984](https://github.com/apache/arrow/issues/38984) -
[Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to
missing pip (#38985)
+* [GH-39003](https://github.com/apache/arrow/issues/39003) - [CI][macOS] Don't
update Homebrew (#39016)
+* [GH-39072](https://github.com/apache/arrow/issues/39072) - [Release][CI]
Python3.11-devel is required for the verification job on AlmaLinux 8 (#39073)
+* [GH-39074](https://github.com/apache/arrow/issues/39074) -
[Release][Packaging] Use UTF-8 explicitly for KEYS (#39082)
+* [GH-39076](https://github.com/apache/arrow/issues/39076) - [R] Fix tests
that trigger confusing dplyr warnings (#39077)
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-14.0.2/
+[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/14.0.2/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-14.0.2
diff --git a/_release/index.md b/_release/index.md
index b6aa3eea15a..28a288d564d 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,90 +26,92 @@ limitations under the License.
Navigate to the release page for downloads and the changelog.
-* [14.0.1 (10 November 2023)][1]
-* [14.0.0 (1 November 2023)][2]
-* [13.0.0 (23 August 2023)][3]
-* [12.0.1 (13 June 2023)][4]
-* [12.0.0 (2 May 2023)][5]
-* [11.0.0 (26 January 2023)][6]
-* [10.0.1 (22 November 2022)][7]
-* [10.0.0 (26 October 2022)][8]
-* [9.0.0 (3 August 2022)][9]
-* [8.0.0 (6 May 2022)][10]
-* [7.0.0 (3 February 2022)][11]
-* [6.0.1 (18 November 2021)][12]
-* [6.0.0 (26 October 2021)][13]
-* [5.0.0 (29 July 2021)][14]
-* [4.0.1 (26 May 2021)][15]
-* [4.0.0 (26 April 2021)][16]
-* [3.0.0 (26 January 2021)][17]
-* [2.0.0 (19 October 2020)][18]
-* [1.0.1 (21 August 2020)][19]
-* [1.0.0 (24 July 2020)][20]
-* [0.17.1 (18 May 2020)][21]
-* [0.17.0 (20 April 2020)][22]
-* [0.16.0 (7 February 2020)][23]
-* [0.15.1 (1 November 2019)][24]
-* [0.15.0 (5 October 2019)][25]
-* [0.14.1 (22 July 2019)][26]
-* [0.14.0 (4 July 2019)][27]
-* [0.13.0 (1 April 2019)][28]
-* [0.12.0 (20 January 2019)][29]
-* [0.11.1 (19 October 2018)][30]
-* [0.11.0 (8 October 2018)][31]
-* [0.10.0 (6 August 2018)][32]
-* [0.9.0 (21 March 2018)][33]
-* [0.8.0 (18 December 2017)][34]
-* [0.7.1 (1 October 2017)][35]
-* [0.7.0 (17 September 2017)][36]
-* [0.6.0 (14 August 2017)][37]
-* [0.5.0 (23 July 2017)][38]
-* [0.4.1 (9 June 2017)][39]
-* [0.4.0 (22 May 2017)][40]
-* [0.3.0 (5 May 2017)][41]
-* [0.2.0 (18 February 2017)][42]
-* [0.1.0 (10 October 2016)][43]
+* [14.0.2 (19 December 2023)][1]
+* [14.0.1 (10 November 2023)][2]
+* [14.0.0 (1 November 2023)][3]
+* [13.0.0 (23 August 2023)][4]
+* [12.0.1 (13 June 2023)][5]
+* [12.0.0 (2 May 2023)][6]
+* [11.0.0 (26 January 2023)][7]
+* [10.0.1 (22 November 2022)][8]
+* [10.0.0 (26 October 2022)][9]
+* [9.0.0 (3 August 2022)][10]
+* [8.0.0 (6 May 2022)][11]
+* [7.0.0 (3 February 2022)][12]
+* [6.0.1 (18 November 2021)][13]
+* [6.0.0 (26 October 2021)][14]
+* [5.0.0 (29 July 2021)][15]
+* [4.0.1 (26 May 2021)][16]
+* [4.0.0 (26 April 2021)][17]
+* [3.0.0 (26 January 2021)][18]
+* [2.0.0 (19 October 2020)][19]
+* [1.0.1 (21 August 2020)][20]
+* [1.0.0 (24 July 2020)][21]
+* [0.17.1 (18 May 2020)][22]
+* [0.17.0 (20 April 2020)][23]
+* [0.16.0 (7 February 2020)][24]
+* [0.15.1 (1 November 2019)][25]
+* [0.15.0 (5 October 2019)][26]
+* [0.14.1 (22 July 2019)][27]
+* [0.14.0 (4 July 2019)][28]
+* [0.13.0 (1 April 2019)][29]
+* [0.12.0 (20 January 2019)][30]
+* [0.11.1 (19 October 2018)][31]
+* [0.11.0 (8 October 2018)][32]
+* [0.10.0 (6 August 2018)][33]
+* [0.9.0 (21 March 2018)][34]
+* [0.8.0 (18 December 2017)][35]
+* [0.7.1 (1 October 2017)][36]
+* [0.7.0 (17 September 2017)][37]
+* [0.6.0 (14 August 2017)][38]
+* [0.5.0 (23 July 2017)][39]
+* [0.4.1 (9 June 2017)][40]
+* [0.4.0 (22 May 2017)][41]
+* [0.3.0 (5 May 2017)][42]
+* [0.2.0 (18 February 2017)][43]
+* [0.1.0 (10 October 2016)][44]
-[1]: {{ site.baseurl }}/release/14.0.1.html
-[2]: {{ site.baseurl }}/release/14.0.0.html
-[3]: {{ site.baseurl }}/release/13.0.0.html
-[4]: {{ site.baseurl }}/release/12.0.1.html
-[5]: {{ site.baseurl }}/release/12.0.0.html
-[6]: {{ site.baseurl }}/release/11.0.0.html
-[7]: {{ site.baseurl }}/release/10.0.1.html
-[8]: {{ site.baseurl }}/release/10.0.0.html
-[9]: {{ site.baseurl }}/release/9.0.0.html
-[10]: {{ site.baseurl }}/release/8.0.0.html
-[11]: {{ site.baseurl }}/release/7.0.0.html
-[12]: {{ site.baseurl }}/release/6.0.1.html
-[13]: {{ site.baseurl }}/release/6.0.0.html
-[14]: {{ site.baseurl }}/release/5.0.0.html
-[15]: {{ site.baseurl }}/release/4.0.1.html
-[16]: {{ site.baseurl }}/release/4.0.0.html
-[17]: {{ site.baseurl }}/release/3.0.0.html
-[18]: {{ site.baseurl }}/release/2.0.0.html
-[19]: {{ site.baseurl }}/release/1.0.1.html
-[20]: {{ site.baseurl }}/release/1.0.0.html
-[21]: {{ site.baseurl }}/release/0.17.1.html
-[22]: {{ site.baseurl }}/release/0.17.0.html
-[23]: {{ site.baseurl }}/release/0.16.0.html
-[24]: {{ site.baseurl }}/release/0.15.1.html
-[25]: {{ site.baseurl }}/release/0.15.0.html
-[26]: {{ site.baseurl }}/release/0.14.1.html
-[27]: {{ site.baseurl }}/release/0.14.0.html
-[28]: {{ site.baseurl }}/release/0.13.0.html
-[29]: {{ site.baseurl }}/release/0.12.0.html
-[30]: {{ site.baseurl }}/release/0.11.1.html
-[31]: {{ site.baseurl }}/release/0.11.0.html
-[32]: {{ site.baseurl }}/release/0.10.0.html
-[33]: {{ site.baseurl }}/release/0.9.0.html
-[34]: {{ site.baseurl }}/release/0.8.0.html
-[35]: {{ site.baseurl }}/release/0.7.1.html
-[36]: {{ site.baseurl }}/release/0.7.0.html
-[37]: {{ site.baseurl }}/release/0.6.0.html
-[38]: {{ site.baseurl }}/release/0.5.0.html
-[39]: {{ site.baseurl }}/release/0.4.1.html
-[40]: {{ site.baseurl }}/release/0.4.0.html
-[41]: {{ site.baseurl }}/release/0.3.0.html
-[42]: {{ site.baseurl }}/release/0.2.0.html
-[43]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/14.0.2.html
+[2]: {{ site.baseurl }}/release/14.0.1.html
+[3]: {{ site.baseurl }}/release/14.0.0.html
+[4]: {{ site.baseurl }}/release/13.0.0.html
+[5]: {{ site.baseurl }}/release/12.0.1.html
+[6]: {{ site.baseurl }}/release/12.0.0.html
+[7]: {{ site.baseurl }}/release/11.0.0.html
+[8]: {{ site.baseurl }}/release/10.0.1.html
+[9]: {{ site.baseurl }}/release/10.0.0.html
+[10]: {{ site.baseurl }}/release/9.0.0.html
+[11]: {{ site.baseurl }}/release/8.0.0.html
+[12]: {{ site.baseurl }}/release/7.0.0.html
+[13]: {{ site.baseurl }}/release/6.0.1.html
+[14]: {{ site.baseurl }}/release/6.0.0.html
+[15]: {{ site.baseurl }}/release/5.0.0.html
+[16]: {{ site.baseurl }}/release/4.0.1.html
+[17]: {{ site.baseurl }}/release/4.0.0.html
+[18]: {{ site.baseurl }}/release/3.0.0.html
+[19]: {{ site.baseurl }}/release/2.0.0.html
+[20]: {{ site.baseurl }}/release/1.0.1.html
+[21]: {{ site.baseurl }}/release/1.0.0.html
+[22]: {{ site.baseurl }}/release/0.17.1.html
+[23]: {{ site.baseurl }}/release/0.17.0.html
+[24]: {{ site.baseurl }}/release/0.16.0.html
+[25]: {{ site.baseurl }}/release/0.15.1.html
+[26]: {{ site.baseurl }}/release/0.15.0.html
+[27]: {{ site.baseurl }}/release/0.14.1.html
+[28]: {{ site.baseurl }}/release/0.14.0.html
+[29]: {{ site.baseurl }}/release/0.13.0.html
+[30]: {{ site.baseurl }}/release/0.12.0.html
+[31]: {{ site.baseurl }}/release/0.11.1.html
+[32]: {{ site.baseurl }}/release/0.11.0.html
+[33]: {{ site.baseurl }}/release/0.10.0.html
+[34]: {{ site.baseurl }}/release/0.9.0.html
+[35]: {{ site.baseurl }}/release/0.8.0.html
+[36]: {{ site.baseurl }}/release/0.7.1.html
+[37]: {{ site.baseurl }}/release/0.7.0.html
+[38]: {{ site.baseurl }}/release/0.6.0.html
+[39]: {{ site.baseurl }}/release/0.5.0.html
+[40]: {{ site.baseurl }}/release/0.4.1.html
+[41]: {{ site.baseurl }}/release/0.4.0.html
+[42]: {{ site.baseurl }}/release/0.3.0.html
+[43]: {{ site.baseurl }}/release/0.2.0.html
+[44]: {{ site.baseurl }}/release/0.1.0.html