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 5ca0463a56b [Website] Version 12.0.1 blogpost (#366)
5ca0463a56b is described below
commit 5ca0463a56b7e80f8f737d4d200803f666e13a89
Author: Raúl Cumplido <[email protected]>
AuthorDate: Sat Jun 17 23:25:15 2023 +0200
[Website] Version 12.0.1 blogpost (#366)
PR for blog post information for the Release 12.0.1
The 12.0.1 milestone with all the GitHub closed issues can be found
here:
https://github.com/apache/arrow/milestone/54?closed=1
And the published release page:
https://arrow.apache.org/release/12.0.1.html
---------
Co-authored-by: Matt Topol <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Nic Crane <[email protected]>
Co-authored-by: Weston Pace <[email protected]>
---
_posts/2023-06-13-12.0.1-release.md | 73 +++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/_posts/2023-06-13-12.0.1-release.md
b/_posts/2023-06-13-12.0.1-release.md
new file mode 100644
index 00000000000..acf030501ea
--- /dev/null
+++ b/_posts/2023-06-13-12.0.1-release.md
@@ -0,0 +1,73 @@
+---
+layout: post
+title: "Apache Arrow 12.0.1 Release"
+date: "2023-06-13 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% 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 %}
+-->
+
+
+The Apache Arrow team is pleased to announce the 12.0.1 release.
+This is mostly a bugfix release that includes [**38 resolved issues**][1]
+from [**12 distinct contributors**][2]. See the Install Page to learn how to
+get the libraries for your platform.
+
+The release notes below are not exhaustive and only expose selected highlights
+of the release. Many other bugfixes and improvements have been made: we refer
+you to the [complete changelog][3].
+
+## C++ notes
+
+ * Fixed a performance regression when writing data from non-arrow sources
(e.g. pandas) ([GH-35498](https://github.com/apache/arrow/pull/35565))
+ * Fixed a "Data size too large" error that could occur when reading valid
parquet files ([GH-35423](https://github.com/apache/arrow/pull/35428))
+ * It is now possible to specify field-level metadata in dataset writes
([GH-35730](https://github.com/apache/arrow/pull/35860))
+
+
+## Go notes
+
+* Fixed builds of the Go Arrow package on 32-bit systems
([GH-34784](https://github.com/apache/arrow/pull/35767))
+* Added `ValueString(int) string` method to `arrow.Array`
([GH-34657](https://github.com/apache/arrow/pull/34986))
+* Fixed ASAN failure when using go1.20+ by using `unsafe.StringData`
([GH-35337](https://github.com/apache/arrow/pull/35338))
+
+
+## Java notes
+
+* Bumped jackson-databind dependency version to avoid CVE-2022-42003.
([GH-35771](https://github.com/apache/arrow/pull/35771))
+
+
+## Python notes
+
+* Fix `Table.join` respecting the `coalesce_keys=False` option again
([GH-35389](https://github.com/apache/arrow/issues/35389))
+
+
+## R notes
+
+* Update the version of the date library vendored with Arrow C++ library for
compatibility with tzdb 0.4.0
([GH-35594](https://github.com/apache/arrow/issues/35594),
[GH-35612](https://github.com/apache/arrow/issues/35612))
+
+
+## Other modules and languages
+
+No general changes were made to the other libraries or languages.
+
+
+[1]: https://github.com/apache/arrow/milestone/54?closed=1
+[2]: {{ site.baseurl }}/release/12.0.1.html#contributors
+[3]: {{ site.baseurl }}/release/12.0.1.html#changelog