From caf12a0c1ef8f936b1832c7d35d76374a89d3dc3 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Fri, 14 Feb 2025 13:20:55 -0800 Subject: [PATCH 1/6] Create empty blog post for 19.0.1 release --- _posts/2025-02-15-19.0.1-release.md | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 _posts/2025-02-15-19.0.1-release.md diff --git a/_posts/2025-02-15-19.0.1-release.md b/_posts/2025-02-15-19.0.1-release.md new file mode 100644 index 000000000000..dd40e4f01240 --- /dev/null +++ b/_posts/2025-02-15-19.0.1-release.md @@ -0,0 +1,55 @@ +--- +layout: post +title: "Apache Arrow 19.0.1 Release" +date: "2025-02-15 00:00:00" +author: pmc +categories: [release] +--- + + + +The Apache Arrow team is pleased to announce the 19.0.1 release. +This is primary meant to address + + + ...TODO... + + +mostly a bugfix release that includes [**12 resolved issues**][1] +from [**00000 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. Other bugfixes and improvements have been made: we refer +you to the [complete changelog][3]. + +## C++ notes + +TODO + +## Python notes + +TODO + + + +[1]: https://github.com/apache/arrow/milestone/68?closed=1 +[2]: {{ site.baseurl }}/release/19.0.1.html#contributors +[3]: {{ site.baseurl }}/release/19.0.1.html#changelog From c937455d5de6f2b2a95bdb5778f4f6640c14d1e8 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Sun, 16 Feb 2025 16:47:23 -0800 Subject: [PATCH 2/6] Update date to when vote closed --- ...025-02-15-19.0.1-release.md => 2025-02-16-19.0.1-release.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _posts/{2025-02-15-19.0.1-release.md => 2025-02-16-19.0.1-release.md} (98%) diff --git a/_posts/2025-02-15-19.0.1-release.md b/_posts/2025-02-16-19.0.1-release.md similarity index 98% rename from _posts/2025-02-15-19.0.1-release.md rename to _posts/2025-02-16-19.0.1-release.md index dd40e4f01240..fd63a1d47158 100644 --- a/_posts/2025-02-15-19.0.1-release.md +++ b/_posts/2025-02-16-19.0.1-release.md @@ -1,7 +1,7 @@ --- layout: post title: "Apache Arrow 19.0.1 Release" -date: "2025-02-15 00:00:00" +date: "2025-02-16 00:00:00" author: pmc categories: [release] --- From 04ee94530155f4337cd8bda027bb3fa02f96cc3e Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Sun, 16 Feb 2025 18:40:59 -0800 Subject: [PATCH 3/6] Finish blog post draft --- _posts/2025-02-16-19.0.1-release.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/_posts/2025-02-16-19.0.1-release.md b/_posts/2025-02-16-19.0.1-release.md index fd63a1d47158..eb305e1008d6 100644 --- a/_posts/2025-02-16-19.0.1-release.md +++ b/_posts/2025-02-16-19.0.1-release.md @@ -24,17 +24,16 @@ limitations under the License. {% endcomment %} --> - The Apache Arrow team is pleased to announce the 19.0.1 release. -This is primary meant to address - - ...TODO... +This release primarily addresses a bug in the recent Arrow 19.0.0 release which +prevents Arrow C++ and libraries binding it (e.g., Python, R) from reading +Parquet files created by Arrow Rust v53.0.0 or more recent. See the [19.0.0 +release blog post][4] for more information. - -mostly a bugfix release that includes [**12 resolved issues**][1] -from [**00000 distinct contributors**][2]. See the Install Page to learn how to -get the libraries for your platform. +This release includes [**12 resolved issues**][1] from [**9 distinct +contributors**][2]. See the [Install Page][5] 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. Other bugfixes and improvements have been made: we refer @@ -42,14 +41,10 @@ you to the [complete changelog][3]. ## C++ notes -TODO - ## Python notes -TODO - - - [1]: https://github.com/apache/arrow/milestone/68?closed=1 [2]: {{ site.baseurl }}/release/19.0.1.html#contributors [3]: {{ site.baseurl }}/release/19.0.1.html#changelog +[4]: {{ site.baseurl }}/blog/2025/01/16/19.0.0-release/ +[5]: {{ site.baseurl }}/install From 9f2f52b34bd96768452fafb8caf2b6ee4387cf12 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Tue, 18 Feb 2025 09:49:18 -0800 Subject: [PATCH 4/6] Update _posts/2025-02-16-19.0.1-release.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Cumplido --- _posts/2025-02-16-19.0.1-release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2025-02-16-19.0.1-release.md b/_posts/2025-02-16-19.0.1-release.md index eb305e1008d6..e47042ade68c 100644 --- a/_posts/2025-02-16-19.0.1-release.md +++ b/_posts/2025-02-16-19.0.1-release.md @@ -43,6 +43,8 @@ you to the [complete changelog][3]. ## Python notes +- A bug has been fixed on the integration with Pandas when using `future.infer_string=True` for Pandas 2.2 ([#45296](https://github.com/apache/arrow/issues/45296)). + [1]: https://github.com/apache/arrow/milestone/68?closed=1 [2]: {{ site.baseurl }}/release/19.0.1.html#contributors [3]: {{ site.baseurl }}/release/19.0.1.html#changelog From 89e80167315492602506055aa5a816c3f28c27f8 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Tue, 18 Feb 2025 09:49:38 -0800 Subject: [PATCH 5/6] Update _posts/2025-02-16-19.0.1-release.md --- _posts/2025-02-16-19.0.1-release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2025-02-16-19.0.1-release.md b/_posts/2025-02-16-19.0.1-release.md index e47042ade68c..74357bdd02b8 100644 --- a/_posts/2025-02-16-19.0.1-release.md +++ b/_posts/2025-02-16-19.0.1-release.md @@ -41,6 +41,9 @@ you to the [complete changelog][3]. ## C++ notes +- A bug has been fixed which caused reading of Parquet files written by Arrow Rust v53.0.0 or higher to always fail [(#45283)](https://github.com/apache/arrow/issues/45283). +- A workaround has been added to increase compatibility with newer versions of the AWS C++ SDK ([#45304](https://github.com/apache/arrow/issues/45304)). +- An overflow bug has been fixed which could cause segmentation faults when joining inputs over a certain size ([#44513](https://github.com/apache/arrow/issues/44513)). ## Python notes - A bug has been fixed on the integration with Pandas when using `future.infer_string=True` for Pandas 2.2 ([#45296](https://github.com/apache/arrow/issues/45296)). From 3f3f819d81ce95e981d2dd086a46fa66b9ccd3c7 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Tue, 18 Feb 2025 09:51:51 -0800 Subject: [PATCH 6/6] Hard wrap file --- _posts/2025-02-16-19.0.1-release.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/_posts/2025-02-16-19.0.1-release.md b/_posts/2025-02-16-19.0.1-release.md index 74357bdd02b8..2c91bd53c751 100644 --- a/_posts/2025-02-16-19.0.1-release.md +++ b/_posts/2025-02-16-19.0.1-release.md @@ -32,21 +32,29 @@ Parquet files created by Arrow Rust v53.0.0 or more recent. See the [19.0.0 release blog post][4] for more information. This release includes [**12 resolved issues**][1] from [**9 distinct -contributors**][2]. See the [Install Page][5] to learn how to get the libraries for -your platform. +contributors**][2]. See the [Install Page][5] 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. Other bugfixes and improvements have been made: we refer -you to the [complete changelog][3]. +of the release. Other bugfixes and improvements have been made: we refer you to +the [complete changelog][3]. ## C++ notes -- A bug has been fixed which caused reading of Parquet files written by Arrow Rust v53.0.0 or higher to always fail [(#45283)](https://github.com/apache/arrow/issues/45283). -- A workaround has been added to increase compatibility with newer versions of the AWS C++ SDK ([#45304](https://github.com/apache/arrow/issues/45304)). -- An overflow bug has been fixed which could cause segmentation faults when joining inputs over a certain size ([#44513](https://github.com/apache/arrow/issues/44513)). +- A bug has been fixed which caused reading of Parquet files written by Arrow + Rust v53.0.0 or higher to always fail + [(#45283)](https://github.com/apache/arrow/issues/45283). +- A workaround has been added to increase compatibility with newer versions of + the AWS C++ SDK ([#45304](https://github.com/apache/arrow/issues/45304)). +- An overflow bug has been fixed which could cause segmentation faults when + joining inputs over a certain size + ([#44513](https://github.com/apache/arrow/issues/44513)). + ## Python notes -- A bug has been fixed on the integration with Pandas when using `future.infer_string=True` for Pandas 2.2 ([#45296](https://github.com/apache/arrow/issues/45296)). +- A bug has been fixed on the integration with Pandas when using + `future.infer_string=True` for Pandas 2.2 + ([#45296](https://github.com/apache/arrow/issues/45296)). [1]: https://github.com/apache/arrow/milestone/68?closed=1 [2]: {{ site.baseurl }}/release/19.0.1.html#contributors