You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/06/14 10:38:07 UTC

[GitHub] [arrow-site] raulcd commented on a diff in pull request #366: [Website] Version 12.0.1 blogpost skeleton

raulcd commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1229388858


##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,56 @@
+---
+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
+
+
+## Go notes

Review Comment:
   @zeroshade Can you add some notes. The list of changes from the changelog is:
   ```
       GH-34784 - [Go] Fix 32-bit build (#35767)
       GH-35337 - [Go] ASAN tests fail with Go1.20+ (#35338)
       GH-34657 - [Go] Add ValueString(i int) string to array (#34986)
   ```



##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,56 @@
+---
+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

Review Comment:
   @westonpace Can you help fill this?
   The list of issues from the changelog:
   ```
       GH-35458 - [C++][Benchmarking] Require Google Benchmark 1.6.1 or later (#35459)
       GH-35423 - [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller (#35428)
       GH-35498 - [C++] Relax EnsureAlignment check in Acero from requiring 64-byte aligned buffers to requiring value-aligned buffers (#35565)
       GH-35519 - [C++][Parquet] Fixing exception handling in parquet FileSerializer (#35520)
       GH-35538 - [C++] Remove unnecessary status.h include from protobuf (#35673)
       GH-35820 - [C++][CI] EnsureAlignment.Buffer fails on test-build-vcpkg-win (#35834)
       GH-35730 - [C++] Add the ability to specify custom schema on a dataset write (#35860)
       GH-35850 - [C++] Don’t disable optimization with RelWithDebInfo (#35856)
   ```



##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,56 @@
+---
+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
+
+
+## Go notes
+
+
+## Python notes
+
+
+## R notes

Review Comment:
   @thisisnic can you help fill this. The list of issues solved:
   ```
       GH-35937 - [R] Update NEWS for 12.0.1 (#35938)
       GH-35131 - [R] Test failure with dev waldo (#35308)
       GH-35594 - [R][C++] Bump vendored date library (#35612)
   ```



##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,56 @@
+---
+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
+
+
+## Go notes
+
+
+## Python notes

Review Comment:
   @jorisvandenbossche Can you help fill those. The list of issues from the changelog:
   ```
       GH-35321 - [Python][CI] Skip extension type test failing with pandas 2.0.1 (#35324)
       GH-35821 - [Python][CI] Skip extension type test failing with pandas 2.0.2 (#35822)
       GH-35845 - [CI][Python] Fix usage of assert_frame_equal in test_hdfs.py (#35842)
       GH-35389 - [Python] Fix coalesce_keys=False option in join operation (#35505)
       GH-34789 - [CI][Python] Update the Python versions in our nightly CI matrix (#35548)
       GH-35329 - [Python] Address pandas.types.is_sparse deprecation (#35366)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org