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:34:42 UTC

[GitHub] [arrow-site] raulcd opened a new pull request, #366: [Website] Version 12.0.1 blogpost skeleton

raulcd opened a new pull request, #366:
URL: https://github.com/apache/arrow-site/pull/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
   


-- 
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


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

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1231354482


##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,60 @@
+---
+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
+
+
+## Java notes
+
+* Bumped jackson-databind dependency version to avoid CVE-2022-42003. ([GH-35771](https://github.com/apache/arrow/pull/35771))
+
+## Python notes
+
+
+## R notes

Review Comment:
   ```suggestion
   ## 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))
   * Update some tests for compatibility with waldo 0.5.1 ([GH-35131](https://github.com/apache/arrow/issues/35131), [GH-35308](https://github.com/apache/arrow/issues/35308)).
   
   ```



-- 
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


[GitHub] [arrow-site] raulcd merged pull request #366: [Website] Version 12.0.1 blogpost

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd merged PR #366:
URL: https://github.com/apache/arrow-site/pull/366


-- 
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


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

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1231349589


##########
_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:
   ```suggestion
   ## 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))
   ```



-- 
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


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

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1231371118


##########
_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:
   ```suggestion
   ## Python notes
   
   * Fix `Table.join` respecting the `coalesce_keys=False` option again ([GH-35389](https://github.com/apache/arrow/issues/35389))
   ```
   
   (I think that is the only one worth mentioning)



-- 
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


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

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
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


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

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1231354482


##########
_posts/2023-06-13-12.0.1-release.md:
##########
@@ -0,0 +1,60 @@
+---
+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
+
+
+## Java notes
+
+* Bumped jackson-databind dependency version to avoid CVE-2022-42003. ([GH-35771](https://github.com/apache/arrow/pull/35771))
+
+## Python notes
+
+
+## R notes

Review Comment:
   ```suggestion
   ## 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))
   
   ```



-- 
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


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

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1231349589


##########
_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:
   ```suggestion
   
   * 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))
   ```



-- 
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


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

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on code in PR #366:
URL: https://github.com/apache/arrow-site/pull/366#discussion_r1232307371


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



-- 
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