You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/08/05 05:14:17 UTC

[arrow-site] branch asf-site updated: Updating built site (build 541d1475c54c342b185dbfddfb12f6a8f711c056)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 23f9ae4e30 Updating built site (build 541d1475c54c342b185dbfddfb12f6a8f711c056)
23f9ae4e30 is described below

commit 23f9ae4e30b0de1ec40e8eda239d139d4fb79726
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Fri Aug 5 05:14:11 2022 +0000

    Updating built site (build 541d1475c54c342b185dbfddfb12f6a8f711c056)
---
 .../index.html                                     |   2 +-
 docs/c_glib/index.html                             |   4 +-
 feed.xml                                           |   4 +-
 install/index.html                                 |  24 +-
 release/0.1.0.html                                 |   4 +-
 release/0.10.0.html                                |   4 +-
 release/0.11.0.html                                |   4 +-
 release/0.11.1.html                                |   4 +-
 release/0.12.0.html                                |   4 +-
 release/0.13.0.html                                |   4 +-
 release/0.14.0.html                                |   4 +-
 release/0.14.1.html                                |   4 +-
 release/0.15.0.html                                |   4 +-
 release/0.15.1.html                                |   4 +-
 release/0.16.0.html                                |   4 +-
 release/0.17.0.html                                |   4 +-
 release/0.17.1.html                                |   4 +-
 release/0.2.0.html                                 |   4 +-
 release/0.3.0.html                                 |   4 +-
 release/0.4.0.html                                 |   4 +-
 release/0.4.1.html                                 |   4 +-
 release/0.5.0.html                                 |   4 +-
 release/0.6.0.html                                 |   4 +-
 release/0.7.0.html                                 |   4 +-
 release/0.7.1.html                                 |   4 +-
 release/0.8.0.html                                 |   4 +-
 release/0.9.0.html                                 |   4 +-
 release/1.0.0.html                                 |   4 +-
 release/1.0.1.html                                 |   4 +-
 release/2.0.0.html                                 |   4 +-
 release/3.0.0.html                                 |   4 +-
 release/4.0.0.html                                 |   4 +-
 release/4.0.1.html                                 |   4 +-
 release/5.0.0.html                                 |   4 +-
 release/6.0.0.html                                 |   4 +-
 release/6.0.1.html                                 |   4 +-
 release/7.0.0.html                                 |   4 +-
 release/8.0.0.html                                 |   4 +-
 release/9.0.0.html                                 | 962 +++++++++++++++++++++
 release/index.html                                 |   9 +-
 40 files changed, 1052 insertions(+), 89 deletions(-)

diff --git a/blog/2022/01/31/skyhook-bringing-computation-to-storage-with-apache-arrow/index.html b/blog/2022/01/31/skyhook-bringing-computation-to-storage-with-apache-arrow/index.html
index 10d1771431..2069c67531 100644
--- a/blog/2022/01/31/skyhook-bringing-computation-to-storage-with-apache-arrow/index.html
+++ b/blog/2022/01/31/skyhook-bringing-computation-to-storage-with-apache-arrow/index.html
@@ -417,7 +417,7 @@ A small code example is shown here.</p>
   <span class="k">return</span> <span class="n">arrow</span><span class="o">::</span><span class="n">Status</span><span class="o">::</span><span class="n">OK</span><span class="p">();</span>
 <span class="p">}</span>
 
-<span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span><span class="p">,</span> <span class="kt">char</span><span class="o">**</span><span class="p">)</span> <span class="p">{</span>
+<span class="kt">int</span> <span class="n">main</span><span class="p">(</span><span class="kt">int</span><span class="p">,</span> <span class="kt">char</span><span class="o">**</span><span class="p">)</span> <span class="p">{</span>
   <span class="k">auto</span> <span class="n">status</span> <span class="o">=</span> <span class="n">ScanDataset</span><span class="p">();</span>
   <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="n">status</span><span class="p">.</span><span class="n">ok</span><span class="p">())</span> <span class="p">{</span>
     <span class="n">std</span><span class="o">::</span><span class="n">cerr</span> <span class="o">&lt;&lt;</span> <span class="n">status</span><span class="p">.</span><span class="n">message</span><span class="p">()</span> <span class="o">&lt;&lt;</span> <span class="n">std</span><span class="o">::</span><span class="n">endl</span><span class="p">;</span>
diff --git a/docs/c_glib/index.html b/docs/c_glib/index.html
index 1948cc481e..3f2d533a9d 100644
--- a/docs/c_glib/index.html
+++ b/docs/c_glib/index.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow GLib (C)" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow GLib (C) Apache Arrow GLib is a wrapper library for Apache Arrow C++. Apache Arrow GLib provides C API. Apache Arrow GLib supports GObject Introspection. It means that you can create language bindings at runtime or compile time automatically. API reference manuals Apache Arrow GLib Apache Parquet GLib Gandiva GLib Plasma [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow GLib (C) Apache Arrow GLib is a wrapper library for Apache Arrow C++. Apache Arrow GLib provides C API. Apache Arrow GLib supports GObject Introspection. It means that you can create language bindings at runtime or compile time automatically. API reference manuals Apache Arrow GLib Apache Parquet GLib Gandiva GLib Plasma [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/feed.xml b/feed.xml
index 07c3d36ca9..cb74e468e8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://arrow.apache.org/" rel="alternate" type="text/html" /><updated>2022-07-28T21:20:00-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language developm [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator><link href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://arrow.apache.org/" rel="alternate" type="text/html" /><updated>2022-08-05T01:11:50-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language developm [...]
 
 -->
 
@@ -1700,7 +1700,7 @@ A small code example is shown here.</p>
   <span class="k">return</span> <span class="n">arrow</span><span class="o">::</span><span class="n">Status</span><span class="o">::</span><span class="n">OK</span><span class="p">();</span>
 <span class="p">}</span>
 
-<span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span><span class="p">,</span> <span class="kt">char</span><span class="o">**</span><span class="p">)</span> <span class="p">{</span>
+<span class="kt">int</span> <span class="n">main</span><span class="p">(</span><span class="kt">int</span><span class="p">,</span> <span class="kt">char</span><span class="o">**</span><span class="p">)</span> <span class="p">{</span>
   <span class="k">auto</span> <span class="n">status</span> <span class="o">=</span> <span class="n">ScanDataset</span><span class="p">();</span>
   <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="n">status</span><span class="p">.</span><span class="n">ok</span><span class="p">())</span> <span class="p">{</span>
     <span class="n">std</span><span class="o">::</span><span class="n">cerr</span> <span class="o">&lt;&lt;</span> <span class="n">status</span><span class="p">.</span><span class="n">message</span><span class="p">()</span> <span class="o">&lt;&lt;</span> <span class="n">std</span><span class="o">::</span><span class="n">endl</span><span class="p">;</span>
diff --git a/install/index.html b/install/index.html
index 5fa162bf5e..011cea3b37 100644
--- a/install/index.html
+++ b/install/index.html
@@ -232,9 +232,9 @@
 
 <h1 id="install-apache-arrow">Install Apache Arrow</h1>
 
-<h2 id="current-version-800-6-may-2022">Current Version: 8.0.0 (6 May 2022)</h2>
+<h2 id="current-version-900-3-august-2022">Current Version: 9.0.0 (3 August 2022)</h2>
 
-<p>See the <a href="/release/8.0.0.html">release notes</a> for more about what’s new. For information on previous releases, see <a href="/release/">here</a>. Rust and Julia libraries are released separately. See the following pages for details:</p>
+<p>See the <a href="/release/9.0.0.html">release notes</a> for more about what’s new. For information on previous releases, see <a href="/release/">here</a>. Rust and Julia libraries are released separately. See the following pages for details:</p>
 
 <ul>
   <li>Rust: https://docs.rs/crate/arrow/latest</li>
@@ -248,24 +248,24 @@
 <h3 id="source-release">Source Release</h3>
 
 <ul>
-  <li><strong>Source Release</strong>: <a href="https://www.apache.org/dyn/closer.lua?action=download&amp;filename=arrow/arrow-8.0.0/apache-arrow-8.0.0.tar.gz">apache-arrow-8.0.0.tar.gz</a></li>
-  <li><strong>Verification</strong>: <a href="https://downloads.apache.org/arrow/arrow-8.0.0/apache-arrow-8.0.0.tar.gz.asc">asc signature</a>, <a href="https://downloads.apache.org/arrow/arrow-8.0.0/apache-arrow-8.0.0.tar.gz.sha256">sha256 checksum</a>, <a href="https://downloads.apache.org/arrow/arrow-8.0.0/apache-arrow-8.0.0.tar.gz.sha512">sha512 checksum</a>, (<a href="https://www.apache.org/dyn/closer.cgi#verify">verification instructions</a>)</li>
-  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-8.0.0">Git tag c3d031250a7fdcfee5e576833bf6f39097602c30</a></li>
+  <li><strong>Source Release</strong>: <a href="https://www.apache.org/dyn/closer.lua?action=download&amp;filename=arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz">apache-arrow-9.0.0.tar.gz</a></li>
+  <li><strong>Verification</strong>: <a href="https://downloads.apache.org/arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz.asc">asc signature</a>, <a href="https://downloads.apache.org/arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz.sha256">sha256 checksum</a>, <a href="https://downloads.apache.org/arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz.sha512">sha512 checksum</a>, (<a href="https://www.apache.org/dyn/closer.cgi#verify">verification instructions</a>)</li>
+  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-9.0.0">Git tag ea6875fd2a3ac66547a9a33c5506da94f3ff07f2</a></li>
   <li><a href="https://downloads.apache.org/arrow/KEYS">GPG keys for release signatures</a></li>
 </ul>
 
 <h3 id="java-packages">Java Packages</h3>
 
-<p><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%228.0.0%22">Java Artifacts on Maven Central</a></p>
+<p><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%229.0.0%22">Java Artifacts on Maven Central</a></p>
 
 <h3 id="python-wheels">Python Wheels</h3>
 
 <p>We have provided official binary wheels on PyPI for Linux, macOS, and Windows:</p>
 
-<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip <span class="nb">install </span><span class="nv">pyarrow</span><span class="o">==</span>8.0.<span class="k">*</span>
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip <span class="nb">install </span><span class="nv">pyarrow</span><span class="o">==</span>9.0.<span class="k">*</span>
 </code></pre></div></div>
 
-<p>We recommend pinning <code class="language-plaintext highlighter-rouge">8.0.*</code>
+<p>We recommend pinning <code class="language-plaintext highlighter-rouge">9.0.*</code>
 in <code class="language-plaintext highlighter-rouge">requirements.txt</code> to install the latest patch release.</p>
 
 <p>These include the Apache Arrow and Apache Parquet C++ binary libraries bundled
@@ -275,7 +275,7 @@ with the wheel.</p>
 
 <p>The Go Module is tagged with its version and can be easily installed with <code class="language-plaintext highlighter-rouge">go get</code>:</p>
 
-<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>go get github.com/apache/arrow/go/v8@v8.0.0
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>go get github.com/apache/arrow/go/v9@v9.0.0
 </code></pre></div></div>
 
 <p>The Apache Arrow module can then be imported using:</p>
@@ -417,9 +417,9 @@ for the following versions:</p>
 
 <p>Install them with:</p>
 
-<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>conda <span class="nb">install </span>arrow-cpp<span class="o">=</span>8.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
-conda <span class="nb">install </span><span class="nv">pyarrow</span><span class="o">=</span>8.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
-conda <span class="nb">install </span>r-arrow<span class="o">=</span>8.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>conda <span class="nb">install </span>arrow-cpp<span class="o">=</span>9.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
+conda <span class="nb">install </span><span class="nv">pyarrow</span><span class="o">=</span>9.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
+conda <span class="nb">install </span>r-arrow<span class="o">=</span>9.0.<span class="k">*</span> <span class="nt">-c</span> conda-forge
 </code></pre></div></div>
 
 <h3 id="c-and-glib-c-packages-on-homebrew">C++ and GLib (C) Packages on Homebrew</h3>
diff --git a/release/0.1.0.html b/release/0.1.0.html
index 9e6c575083..2ccbe8d174 100644
--- a/release/0.1.0.html
+++ b/release/0.1.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="0.1.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.1.0 (10 October 2016) Download Source Release: [apache-arrow-0.1.0.tar.gz][6] Verification: [md5][3], [asc][7] Changelog Contributors $ git shortlog -sn d5aa7c46..apache-arrow-0.1.0 49 Wes McKinney 27 Uwe L. Korn 25 Julien Le Dem 13 Micah Kornfield 11 Steven Phillips 6 Jihoon Son 5 Laurent Goujon 5 adeneche 4 Dan Robin [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.1.0 (10 October 2016) Download Source Release: [apache-arrow-0.1.0.tar.gz][6] Verification: [md5][3], [asc][7] Changelog Contributors $ git shortlog -sn d5aa7c46..apache-arrow-0.1.0 49 Wes McKinney 27 Uwe L. Korn 25 Julien Le Dem 13 Micah Kornfield 11 Steven Phillips 6 Jihoon Son 5 Laurent Goujon 5 adeneche 4 Dan Robin [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.10.0.html b/release/0.10.0.html
index 9c5aa50936..5898b32516 100644
--- a/release/0.10.0.html
+++ b/release/0.10.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.10.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.10.0 (6 August 2018) This is a major release. Download Source Artifacts Binary Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.9.0..apache-arrow-0.10.0 70 Antoine Pitrou 49 Kouhei Sutou 40 Korn, Uwe 37 Wes McKinney 32 Krisztián Szűcs 30 Andy Grove 20 Philipp Moritz 13 Phillip Cloud 11 Bryan Cutler 11 y [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.10.0 (6 August 2018) This is a major release. Download Source Artifacts Binary Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.9.0..apache-arrow-0.10.0 70 Antoine Pitrou 49 Kouhei Sutou 40 Korn, Uwe 37 Wes McKinney 32 Krisztián Szűcs 30 Andy Grove 20 Philipp Moritz 13 Phillip Cloud 11 Bryan Cutler 11 y [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.11.0.html b/release/0.11.0.html
index d9ea8abb75..fa80a9dec8 100644
--- a/release/0.11.0.html
+++ b/release/0.11.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.11.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.11.0 (8 October 2018) This is a major release. Download Source Artifacts Binary Artifacts Git tag Contributors This includes patches from Apache Parquet that were merged. $ git shortlog -sn apache-arrow-0.10.0..apache-arrow-0.11.0 166 Wes McKinney 59 Uwe L. Korn 57 Deepak Majeti 54 Kouhei Sutou 50 Krisztián Szűcs 48 An [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.11.0 (8 October 2018) This is a major release. Download Source Artifacts Binary Artifacts Git tag Contributors This includes patches from Apache Parquet that were merged. $ git shortlog -sn apache-arrow-0.10.0..apache-arrow-0.11.0 166 Wes McKinney 59 Uwe L. Korn 57 Deepak Majeti 54 Kouhei Sutou 50 Krisztián Szűcs 48 An [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.11.1.html b/release/0.11.1.html
index 4a32c58579..0924c2fa86 100644
--- a/release/0.11.1.html
+++ b/release/0.11.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.11.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.11.1 (19 October 2018) This is a bugfix release to address a Python packaging issue with zlib that resulted in bug ARROW-3514. Download Source Artifacts Binary Artifacts Git tag Changelog New Features and Improvements ARROW-3353 - [Packaging] Build python 3.7 wheels ARROW-3534 - [Python] Update zlib library in manylinu [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.11.1 (19 October 2018) This is a bugfix release to address a Python packaging issue with zlib that resulted in bug ARROW-3514. Download Source Artifacts Binary Artifacts Git tag Changelog New Features and Improvements ARROW-3353 - [Packaging] Build python 3.7 wheels ARROW-3534 - [Python] Update zlib library in manylinu [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.12.0.html b/release/0.12.0.html
index b92177fb3d..6622399a22 100644
--- a/release/0.12.0.html
+++ b/release/0.12.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.12.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.12.0 (20 January 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts Git tag 8ca41384b5324bfd0ef3d3ed3f728e1d10ed73f0 Contributors This release includes 601 commits from 77 distinct contributors. $ git shortlog -sn apache-arrow-0.11.0..apache-arrow-0.12.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.12.0 (20 January 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts Git tag 8ca41384b5324bfd0ef3d3ed3f728e1d10ed73f0 Contributors This release includes 601 commits from 77 distinct contributors. $ git shortlog -sn apache-arrow-0.11.0..apache-arrow-0.12.0 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.13.0.html b/release/0.13.0.html
index 7698e6eafa..03c21ce7f7 100644
--- a/release/0.13.0.html
+++ b/release/0.13.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.13.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.13.0 (1 April 2019) This is a major release covering more than 2 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 550 commits from 81 distinct contributors. $ git shortlog -sn apache-arrow-0.12.0..apache-arrow-0.13.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.13.0 (1 April 2019) This is a major release covering more than 2 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 550 commits from 81 distinct contributors. $ git shortlog -sn apache-arrow-0.12.0..apache-arrow-0.13.0 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.14.0.html b/release/0.14.0.html
index e054a030ae..ded6ffee2c 100644
--- a/release/0.14.0.html
+++ b/release/0.14.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.14.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.14.0 (4 July 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 570 commits from 78 distinct contributors. $ git shortlog -sn apache-arrow-0.13.0..apache-arrow-0.14.0  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.14.0 (4 July 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 570 commits from 78 distinct contributors. $ git shortlog -sn apache-arrow-0.13.0..apache-arrow-0.14.0  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.14.1.html b/release/0.14.1.html
index 34d0944f25..423c147d6c 100644
--- a/release/0.14.1.html
+++ b/release/0.14.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.14.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.14.1 (22 July 2019) This is a bugfix release to address a Python wheel packaging issues and Parquet forward compatibility problems. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 52 commits from 16 distinct contributors. $ git shortlog - [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.14.1 (22 July 2019) This is a bugfix release to address a Python wheel packaging issues and Parquet forward compatibility problems. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 52 commits from 16 distinct contributors. $ git shortlog - [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.15.0.html b/release/0.15.0.html
index 556b8af04a..aaf4adc032 100644
--- a/release/0.15.0.html
+++ b/release/0.15.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.15.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.15.0 (5 October 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 672 commits from 80 distinct contributors. $ git shortlog -sn apache-arrow-0.14.0..apache-arrow-0.15 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.15.0 (5 October 2019) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 672 commits from 80 distinct contributors. $ git shortlog -sn apache-arrow-0.14.0..apache-arrow-0.15 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.15.1.html b/release/0.15.1.html
index c003639c1d..f4c5d51aad 100644
--- a/release/0.15.1.html
+++ b/release/0.15.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.15.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.15.1 (1 November 2019) This is a major release covering more than 1 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 41 commits from 13 distinct contributors. $ git shortlog -sn apache-arrow-0.15.0..apache-arrow-0.15 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.15.1 (1 November 2019) This is a major release covering more than 1 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 41 commits from 13 distinct contributors. $ git shortlog -sn apache-arrow-0.15.0..apache-arrow-0.15 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.16.0.html b/release/0.16.0.html
index 7aedc1f51e..417938e260 100644
--- a/release/0.16.0.html
+++ b/release/0.16.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.16.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.16.0 (7 February 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 709 commits from 99 distinct contributors. $ git shortlog -sn apache-arrow-0.15.1..apache-arrow-0.1 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.16.0 (7 February 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 709 commits from 99 distinct contributors. $ git shortlog -sn apache-arrow-0.15.1..apache-arrow-0.1 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.17.0.html b/release/0.17.0.html
index 91d884ce16..eedaede238 100644
--- a/release/0.17.0.html
+++ b/release/0.17.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.17.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.17.0 (20 April 2020) This is a major release covering more than 2 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 569 commits from 79 distinct contributors. $ git shortlog -sn apache-arrow-0.16.0..apache-arrow-0.17. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.17.0 (20 April 2020) This is a major release covering more than 2 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 569 commits from 79 distinct contributors. $ git shortlog -sn apache-arrow-0.16.0..apache-arrow-0.17. [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.17.1.html b/release/0.17.1.html
index 4cc3621e73..8cbc11caf2 100644
--- a/release/0.17.1.html
+++ b/release/0.17.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.17.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.17.1 (18 May 2020) This is a patch release fixing bugs and regressions listed in the changelog below. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 27 commits from 11 distinct contributors. $ git shortlog -sn apache-arrow-0.17.0..apache [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.17.1 (18 May 2020) This is a patch release fixing bugs and regressions listed in the changelog below. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 27 commits from 11 distinct contributors. $ git shortlog -sn apache-arrow-0.17.0..apache [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.2.0.html b/release/0.2.0.html
index 92c18241cf..87180f80ab 100644
--- a/release/0.2.0.html
+++ b/release/0.2.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="0.2.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.2.0 (18 February 2017) Download Source Artifacts Git tag Changelog Contributors $ git shortlog -sn apache-arrow-0.1.0..apache-arrow-0.2.0 73 Wes McKinney 55 Uwe L. Korn 16 Julien Le Dem 4 Bryan Cutler 4 Nong Li 2 Christopher C. Aycock 2 Jingyuan Wang 2 Kouhei Sutou 2 Laurent Goujon 2 Leif Walsh 1 Emilio Lahr-Vivaz 1 Ho [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.2.0 (18 February 2017) Download Source Artifacts Git tag Changelog Contributors $ git shortlog -sn apache-arrow-0.1.0..apache-arrow-0.2.0 73 Wes McKinney 55 Uwe L. Korn 16 Julien Le Dem 4 Bryan Cutler 4 Nong Li 2 Christopher C. Aycock 2 Jingyuan Wang 2 Kouhei Sutou 2 Laurent Goujon 2 Leif Walsh 1 Emilio Lahr-Vivaz 1 Ho [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.3.0.html b/release/0.3.0.html
index 1616ecc100..48dd19dc4d 100644
--- a/release/0.3.0.html
+++ b/release/0.3.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="0.3.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.3.0 (5 May 2017) Read more in the release blog post Download Source Artifacts Git tag d8db8f8 Changelog Contributors $ git shortlog -sn apache-arrow-0.2.0..apache-arrow-0.3.0 119 Wes McKinney 55 Kouhei Sutou 18 Uwe L. Korn 17 Julien Le Dem 9 Phillip Cloud 6 Bryan Cutler 5 Emilio Lahr-Vivaz 5 Philipp Moritz 4 Jeff Knupp [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.3.0 (5 May 2017) Read more in the release blog post Download Source Artifacts Git tag d8db8f8 Changelog Contributors $ git shortlog -sn apache-arrow-0.2.0..apache-arrow-0.3.0 119 Wes McKinney 55 Kouhei Sutou 18 Uwe L. Korn 17 Julien Le Dem 9 Phillip Cloud 6 Bryan Cutler 5 Emilio Lahr-Vivaz 5 Philipp Moritz 4 Jeff Knupp [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.4.0.html b/release/0.4.0.html
index b6cb8cabd6..6461110337 100644
--- a/release/0.4.0.html
+++ b/release/0.4.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="0.4.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.4.0 (22 May 2017) Read more in the release blog post Download Source Artifacts Git tag a8f8ba0 Changelog Contributors $ git shortlog -sn apache-arrow-0.3.0..apache-arrow-0.4.0 28 Wes McKinney 18 Kouhei Sutou 9 Uwe L. Korn 3 Brian Hulette 3 Emilio Lahr-Vivaz 3 Philipp Moritz 3 Phillip Cloud 2 Julien Le Dem 1 Bryan Cutle [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.4.0 (22 May 2017) Read more in the release blog post Download Source Artifacts Git tag a8f8ba0 Changelog Contributors $ git shortlog -sn apache-arrow-0.3.0..apache-arrow-0.4.0 28 Wes McKinney 18 Kouhei Sutou 9 Uwe L. Korn 3 Brian Hulette 3 Emilio Lahr-Vivaz 3 Philipp Moritz 3 Phillip Cloud 2 Julien Le Dem 1 Bryan Cutle [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.4.1.html b/release/0.4.1.html
index d9fb5c46f9..4ce9da236c 100644
--- a/release/0.4.1.html
+++ b/release/0.4.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="0.4.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.4.1 (9 June 2017) This is primarily a bug fix release, but also includes some packaging and documentation improvements. Read more in the release blog post. Download Source Artifacts Git tag 46315431 Changelog New Features and Improvements ARROW-1020 - [Format] Add additional language to Schema.fbs to clarify naive vs.  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.4.1 (9 June 2017) This is primarily a bug fix release, but also includes some packaging and documentation improvements. Read more in the release blog post. Download Source Artifacts Git tag 46315431 Changelog New Features and Improvements ARROW-1020 - [Format] Add additional language to Schema.fbs to clarify naive vs.  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.5.0.html b/release/0.5.0.html
index 9f29b43549..f3236433f3 100644
--- a/release/0.5.0.html
+++ b/release/0.5.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.5.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.5.0 (23 July 2017) This is a major release, with expanded features in the supported languages and additional integration test coverage between Java and C++. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.4.1..apache-arrow-0.5.0 42 Wes McKinney 22 Uwe [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.5.0 (23 July 2017) This is a major release, with expanded features in the supported languages and additional integration test coverage between Java and C++. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.4.1..apache-arrow-0.5.0 42 Wes McKinney 22 Uwe [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.6.0.html b/release/0.6.0.html
index 0541781ed4..69c746a0c2 100644
--- a/release/0.6.0.html
+++ b/release/0.6.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.6.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.6.0 (14 August 2017) This is a major release. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.5.0..apache-arrow-0.6.0 48 Wes McKinney 7 siddharth 5 Matt Darwin 5 Max Risuhin 5 Philipp Moritz 4 Kouhei Sutou 3 Bryan Cutler 2 Emilio Lahr-Vivaz 2 Li Jin 2 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.6.0 (14 August 2017) This is a major release. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.5.0..apache-arrow-0.6.0 48 Wes McKinney 7 siddharth 5 Matt Darwin 5 Max Risuhin 5 Philipp Moritz 4 Kouhei Sutou 3 Bryan Cutler 2 Emilio Lahr-Vivaz 2 Li Jin 2 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.7.0.html b/release/0.7.0.html
index 6480339873..ab9554b108 100644
--- a/release/0.7.0.html
+++ b/release/0.7.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.7.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.7.0 (17 September 2017) This is a major release. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.6.0..apache-arrow-0.7.0 58 Wes McKinney 14 Kouhei Sutou 11 Philipp Moritz 7 Phillip Cloud 6 siddharth 5 Uwe L. Korn 2 Bryan Cutler 2 HorimotoYasuhiro 2 La [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.7.0 (17 September 2017) This is a major release. Read more in the release blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.6.0..apache-arrow-0.7.0 58 Wes McKinney 14 Kouhei Sutou 11 Philipp Moritz 7 Phillip Cloud 6 siddharth 5 Uwe L. Korn 2 Bryan Cutler 2 HorimotoYasuhiro 2 La [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.7.1.html b/release/0.7.1.html
index e70294ed02..1a018cfaa6 100644
--- a/release/0.7.1.html
+++ b/release/0.7.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.7.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.7.1 (1 October 2017) This is a minor bug release. It was motivated by ARROW-1601, but see the complete changelog. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.7.0..apache-arrow-0.7.1 14 Wes McKinney 6 Kouhei Sutou 3 siddharth 2 Paul Taylor 2 Uwe L. Korn 1 Amir Malekpour 1 Bryan Cutle [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.7.1 (1 October 2017) This is a minor bug release. It was motivated by ARROW-1601, but see the complete changelog. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.7.0..apache-arrow-0.7.1 14 Wes McKinney 6 Kouhei Sutou 3 siddharth 2 Paul Taylor 2 Uwe L. Korn 1 Amir Malekpour 1 Bryan Cutle [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.8.0.html b/release/0.8.0.html
index cd0413707c..9994fa729d 100644
--- a/release/0.8.0.html
+++ b/release/0.8.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.8.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.8.0 (18 December 2017) This is a major release. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.7.1..apache-arrow-0.8.0 90 Wes McKinney 23 Phillip Cloud 21 Kouhei Sutou 13 Licht-T 12 Korn, Uwe 12 Philipp Moritz 12 Uwe L. Korn 10 Bryan Cutler 5 Li Jin 5 Robert Nishihara 4 Paul Taylor 4 s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.8.0 (18 December 2017) This is a major release. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.7.1..apache-arrow-0.8.0 90 Wes McKinney 23 Phillip Cloud 21 Kouhei Sutou 13 Licht-T 12 Korn, Uwe 12 Philipp Moritz 12 Uwe L. Korn 10 Bryan Cutler 5 Li Jin 5 Robert Nishihara 4 Paul Taylor 4 s [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/0.9.0.html b/release/0.9.0.html
index 1cb4a2c824..f9a63abf86 100644
--- a/release/0.9.0.html
+++ b/release/0.9.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 0.9.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 0.9.0 (21 March 2018) This is a major release. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.8.0..apache-arrow-0.9.0 52 Wes McKinney 52 Antoine Pitrou 25 Uwe L. Korn 14 Paul Taylor 13 Kouhei Sutou 13 Phillip Cloud 9 Robert Nishihara 9 Korn, Uwe 9 Jim Crist 8 Brian Hulette 7 Philipp Mori [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 0.9.0 (21 March 2018) This is a major release. Download Source Artifacts Git tag Contributors $ git shortlog -sn apache-arrow-0.8.0..apache-arrow-0.9.0 52 Wes McKinney 52 Antoine Pitrou 25 Uwe L. Korn 14 Paul Taylor 13 Kouhei Sutou 13 Phillip Cloud 9 Robert Nishihara 9 Korn, Uwe 9 Jim Crist 8 Brian Hulette 7 Philipp Mori [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/1.0.0.html b/release/1.0.0.html
index 9fdd214f65..1f05d01f63 100644
--- a/release/1.0.0.html
+++ b/release/1.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 1.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 1.0.0 (24 July 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 771 commits from 100 distinct contributors. $ git shortlog -sn apache-arrow-0.17.0..apache-arrow-1.0.0  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 1.0.0 (24 July 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 771 commits from 100 distinct contributors. $ git shortlog -sn apache-arrow-0.17.0..apache-arrow-1.0.0  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/1.0.1.html b/release/1.0.1.html
index 9ea2970276..242e57e6e3 100644
--- a/release/1.0.1.html
+++ b/release/1.0.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 1.0.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 1.0.1 (21 August 2020) This is a patch release addressing bugs in the 1.0.0 release. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 39 commits from 15 distinct contributors. $ git shortlog -sn apache-arrow-1.0.0..apache-arrow-1.0.1 9 Krisz [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 1.0.1 (21 August 2020) This is a patch release addressing bugs in the 1.0.0 release. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 39 commits from 15 distinct contributors. $ git shortlog -sn apache-arrow-1.0.0..apache-arrow-1.0.1 9 Krisz [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/2.0.0.html b/release/2.0.0.html
index f4f780d62c..8a232d514b 100644
--- a/release/2.0.0.html
+++ b/release/2.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 2.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 2.0.0 (19 October 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 511 commits from 81 distinct contributors. $ git shortlog -sn apache-arrow-1.0.0..apache-arrow-2.0.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 2.0.0 (19 October 2020) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 511 commits from 81 distinct contributors. $ git shortlog -sn apache-arrow-1.0.0..apache-arrow-2.0.0 [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/3.0.0.html b/release/3.0.0.html
index 855214cb42..8cfc34b482 100644
--- a/release/3.0.0.html
+++ b/release/3.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 3.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 3.0.0 (26 January 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 648 commits from 106 distinct contributors. $ git shortlog -sn apache-arrow-2.0.0..apache-arrow-3.0. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 3.0.0 (26 January 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 648 commits from 106 distinct contributors. $ git shortlog -sn apache-arrow-2.0.0..apache-arrow-3.0. [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/4.0.0.html b/release/4.0.0.html
index 6983724e48..0557d0c900 100644
--- a/release/4.0.0.html
+++ b/release/4.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 4.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 4.0.0 (26 April 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 719 commits from 114 distinct contributors. $ git shortlog -sn apache-arrow-3.0.0..apache-arrow-4.0.0  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 4.0.0 (26 April 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 719 commits from 114 distinct contributors. $ git shortlog -sn apache-arrow-3.0.0..apache-arrow-4.0.0  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/4.0.1.html b/release/4.0.1.html
index 575ddcea5a..166feb01e2 100644
--- a/release/4.0.1.html
+++ b/release/4.0.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 4.0.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 4.0.1 (26 May 2021) This is a patch release covering a month of development and addressing small but important bugs in the different implementations. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 21 commits from 13 distinct contributors.  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 4.0.1 (26 May 2021) This is a patch release covering a month of development and addressing small but important bugs in the different implementations. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 21 commits from 13 distinct contributors.  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/5.0.0.html b/release/5.0.0.html
index b5182cbce1..ad6252e4f2 100644
--- a/release/5.0.0.html
+++ b/release/5.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 5.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 5.0.0 (29 July 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 684 commits from 99 distinct contributors in 2 Arrow repositories. 77 David Li 43 Krisztián Szűcs 42 An [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 5.0.0 (29 July 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 684 commits from 99 distinct contributors in 2 Arrow repositories. 77 David Li 43 Krisztián Szűcs 42 An [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/6.0.0.html b/release/6.0.0.html
index 9f8fafb69f..d529c88932 100644
--- a/release/6.0.0.html
+++ b/release/6.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 6.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 6.0.0 (26 October 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 592 commits from 88 distinct contributors. 58 David Li 56 Antoine Pitrou 46 Neal Richardson 42 Sutou [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 6.0.0 (26 October 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag Contributors This release includes 592 commits from 88 distinct contributors. 58 David Li 56 Antoine Pitrou 46 Neal Richardson 42 Sutou [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/6.0.1.html b/release/6.0.1.html
index 4b7cfe27c6..d6e7cb1898 100644
--- a/release/6.0.1.html
+++ b/release/6.0.1.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 6.0.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 6.0.1 (18 November 2021) This is a patch release covering more than 0 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 34 commits from 16 distinct contributors. $ git shortlog -sn  [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 6.0.1 (18 November 2021) This is a patch release covering more than 0 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 34 commits from 16 distinct contributors. $ git shortlog -sn  [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/7.0.0.html b/release/7.0.0.html
index 933c61e9c2..da6c9bc6d5 100644
--- a/release/7.0.0.html
+++ b/release/7.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 7.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 7.0.0 (3 February 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 650 commits from 105 distinct contributors. $ git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 7.0.0 (3 February 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 650 commits from 105 distinct contributors. $ git shortlog -sn [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/8.0.0.html b/release/8.0.0.html
index e25df7cb3c..ae5b5da435 100644
--- a/release/8.0.0.html
+++ b/release/8.0.0.html
@@ -20,13 +20,13 @@
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Apache Arrow 8.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow 8.0.0 (6 May 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 636 commits from 127 distinct contributors. $ git shortlog -sn apac [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 8.0.0 (6 May 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 636 commits from 127 distinct contributors. $ git shortlog -sn apac [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/9.0.0.html b/release/9.0.0.html
new file mode 100644
index 0000000000..00e26f56ae
--- /dev/null
+++ b/release/9.0.0.html
@@ -0,0 +1,962 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    
+    <title>Apache Arrow 9.0.0 Release | Apache Arrow</title>
+    
+
+    <!-- Begin Jekyll SEO tag v2.8.0 -->
+<meta name="generator" content="Jekyll v4.2.0" />
+<meta property="og:title" content="Apache Arrow 9.0.0 Release" />
+<meta property="og:locale" content="en_US" />
+<meta name="description" content="Apache Arrow 9.0.0 (3 August 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 529 commits from 114 distinct contributors. $ git shortlog -sn apache-arrow-8.0.0..apache-arrow-9.0.0 65 Sutou Kouhei 56 Raúl Cumplido 26 David Li 25 Jacob Wujciak-Jens 25 Neal Richardson [...]
+<meta property="og:description" content="Apache Arrow 9.0.0 (3 August 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 529 commits from 114 distinct contributors. $ git shortlog -sn apache-arrow-8.0.0..apache-arrow-9.0.0 65 Sutou Kouhei 56 Raúl Cumplido 26 David Li 25 Jacob Wujciak-Jens 25 Neal Ric [...]
+<link rel="canonical" href="https://arrow.apache.org/release/9.0.0.html" />
+<meta property="og:url" content="https://arrow.apache.org/release/9.0.0.html" />
+<meta property="og:site_name" content="Apache Arrow" />
+<meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
+<meta property="og:type" content="article" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
+<meta name="twitter:card" content="summary_large_image" />
+<meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
+<meta property="twitter:title" content="Apache Arrow 9.0.0 Release" />
+<meta name="twitter:site" content="@ApacheArrow" />
+<script type="application/ld+json">
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow 9.0.0 (3 August 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts For AlmaLinux For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag Contributors This release includes 529 commits from 114 distinct contributors. $ git shortlog -sn a [...]
+<!-- End Jekyll SEO tag -->
+
+
+    <!-- favicons -->
+    <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" id="light1">
+    <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" id="light2">
+    <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/img/apple-touch-icon.png" id="light3">
+    <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/img/apple-touch-icon-120x120.png" id="light4">
+    <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/img/apple-touch-icon-76x76.png" id="light5">
+    <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/img/apple-touch-icon-60x60.png" id="light6">
+    <!-- dark mode favicons -->
+    <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16-dark.png" id="dark1">
+    <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32-dark.png" id="dark2">
+    <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/img/apple-touch-icon-dark.png" id="dark3">
+    <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/img/apple-touch-icon-120x120-dark.png" id="dark4">
+    <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/img/apple-touch-icon-76x76-dark.png" id="dark5">
+    <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/img/apple-touch-icon-60x60-dark.png" id="dark6">
+
+    <script>
+      // Switch to the dark-mode favicons if prefers-color-scheme: dark
+      function onUpdate() {
+        light1 = document.querySelector('link#light1');
+        light2 = document.querySelector('link#light2');
+        light3 = document.querySelector('link#light3');
+        light4 = document.querySelector('link#light4');
+        light5 = document.querySelector('link#light5');
+        light6 = document.querySelector('link#light6');
+
+        dark1 = document.querySelector('link#dark1');
+        dark2 = document.querySelector('link#dark2');
+        dark3 = document.querySelector('link#dark3');
+        dark4 = document.querySelector('link#dark4');
+        dark5 = document.querySelector('link#dark5');
+        dark6 = document.querySelector('link#dark6');
+
+        if (matcher.matches) {
+          light1.remove();
+          light2.remove();
+          light3.remove();
+          light4.remove();
+          light5.remove();
+          light6.remove();
+          document.head.append(dark1);
+          document.head.append(dark2);
+          document.head.append(dark3);
+          document.head.append(dark4);
+          document.head.append(dark5);
+          document.head.append(dark6);
+        } else {
+          dark1.remove();
+          dark2.remove();
+          dark3.remove();
+          dark4.remove();
+          dark5.remove();
+          dark6.remove();
+          document.head.append(light1);
+          document.head.append(light2);
+          document.head.append(light3);
+          document.head.append(light4);
+          document.head.append(light5);
+          document.head.append(light6);
+        }
+      }
+      matcher = window.matchMedia('(prefers-color-scheme: dark)');
+      matcher.addListener(onUpdate);
+      onUpdate();
+    </script>
+
+    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+
+    <link href="/css/main.css" rel="stylesheet">
+    <link href="/css/syntax.css" rel="stylesheet">
+    <script src="/javascript/main.js"></script>
+    
+    <!-- Matomo -->
+<script>
+  var _paq = window._paq = window._paq || [];
+  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
+  /* We explicitly disable cookie tracking to avoid privacy issues */
+  _paq.push(['disableCookies']);
+  _paq.push(['trackPageView']);
+  _paq.push(['enableLinkTracking']);
+  (function() {
+    var u="https://analytics.apache.org/";
+    _paq.push(['setTrackerUrl', u+'matomo.php']);
+    _paq.push(['setSiteId', '20']);
+    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
+    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+  })();
+</script>
+<!-- End Matomo Code -->
+
+    
+  </head>
+
+
+<body class="wrap">
+  <header>
+    <nav class="navbar navbar-expand-md navbar-dark bg-dark">
+  
+  <a class="navbar-brand no-padding" href="/"><img src="/img/arrow-inverse-300px.png" height="40px"/></a>
+  
+   <button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#arrow-navbar" aria-controls="arrow-navbar" aria-expanded="false" aria-label="Toggle navigation">
+    <span class="navbar-toggler-icon"></span>
+  </button>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse justify-content-end" id="arrow-navbar">
+      <ul class="nav navbar-nav">
+        <li class="nav-item"><a class="nav-link" href="/overview/" role="button" aria-haspopup="true" aria-expanded="false">Overview</a></li>
+        <li class="nav-item"><a class="nav-link" href="/faq/" role="button" aria-haspopup="true" aria-expanded="false">FAQ</a></li>
+        <li class="nav-item"><a class="nav-link" href="/blog" role="button" aria-haspopup="true" aria-expanded="false">Blog</a></li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownGetArrow" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Get Arrow
+          </a>
+          <div class="dropdown-menu" aria-labelledby="navbarDropdownGetArrow">
+            <a class="dropdown-item" href="/install/">Install</a>
+            <a class="dropdown-item" href="/release/">Releases</a>
+            <a class="dropdown-item" href="https://github.com/apache/arrow">Source Code</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownDocumentation" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Documentation
+          </a>
+          <div class="dropdown-menu" aria-labelledby="navbarDropdownDocumentation">
+            <a class="dropdown-item" href="/docs">Project Docs</a>
+            <a class="dropdown-item" href="/docs/format/Columnar.html">Format</a>
+            <hr/>
+            <a class="dropdown-item" href="/docs/c_glib">C GLib</a>
+            <a class="dropdown-item" href="/docs/cpp">C++</a>
+            <a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/csharp/README.md">C#</a>
+            <a class="dropdown-item" href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>
+            <a class="dropdown-item" href="/docs/java">Java</a>
+            <a class="dropdown-item" href="/docs/js">JavaScript</a>
+            <a class="dropdown-item" href="https://arrow.juliadata.org/stable/">Julia</a>
+            <a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/matlab/README.md">MATLAB</a>
+            <a class="dropdown-item" href="/docs/python">Python</a>
+            <a class="dropdown-item" href="/docs/r">R</a>
+            <a class="dropdown-item" href="https://github.com/apache/arrow/blob/master/ruby/README.md">Ruby</a>
+            <a class="dropdown-item" href="https://docs.rs/crate/arrow/">Rust</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownSubprojects" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Subprojects
+          </a>
+          <div class="dropdown-menu" aria-labelledby="navbarDropdownSubprojects">
+            <a class="dropdown-item" href="/docs/format/Flight.html">Arrow Flight</a>
+            <a class="dropdown-item" href="/docs/format/FlightSql.html">Arrow Flight SQL</a>
+            <a class="dropdown-item" href="/datafusion">DataFusion</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownCommunity" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             Community
+          </a>
+          <div class="dropdown-menu" aria-labelledby="navbarDropdownCommunity">
+            <a class="dropdown-item" href="/community/">Communication</a>
+            <a class="dropdown-item" href="/docs/developers/contributing.html">Contributing</a>
+            <a class="dropdown-item" href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker</a>
+            <a class="dropdown-item" href="/committers/">Governance</a>
+            <a class="dropdown-item" href="/use_cases/">Use Cases</a>
+            <a class="dropdown-item" href="/powered_by/">Powered By</a>
+            <a class="dropdown-item" href="/visual_identity/">Visual Identity</a>
+            <a class="dropdown-item" href="/security/">Security</a>
+            <a class="dropdown-item" href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct</a>
+          </div>
+        </li>
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#"
+             id="navbarDropdownASF" role="button" data-toggle="dropdown"
+             aria-haspopup="true" aria-expanded="false">
+             ASF Links
+          </a>
+          <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownASF">
+            <a class="dropdown-item" href="http://www.apache.org/">ASF Website</a>
+            <a class="dropdown-item" href="http://www.apache.org/licenses/">License</a>
+            <a class="dropdown-item" href="http://www.apache.org/foundation/sponsorship.html">Donate</a>
+            <a class="dropdown-item" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+            <a class="dropdown-item" href="http://www.apache.org/security/">Security</a>
+          </div>
+        </li>
+      </ul>
+    </div><!-- /.navbar-collapse -->
+  </nav>
+
+  </header>
+
+  <div class="container p-4 pt-5">
+    <main role="main" class="pb-5">
+      <!--
+
+-->
+
+<h1 id="apache-arrow-900-3-august-2022">Apache Arrow 9.0.0 (3 August 2022)</h1>
+
+<p>This is a major release covering more than 3 months of development.</p>
+
+<h2 id="download">Download</h2>
+
+<ul>
+  <li><a href="https://www.apache.org/dyn/closer.lua/arrow/arrow-9.0.0/"><strong>Source Artifacts</strong></a></li>
+  <li><strong>Binary Artifacts</strong>
+    <ul>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/almalinux/">For AlmaLinux</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/amazon-linux/">For Amazon Linux</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/centos/">For CentOS</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/nuget/">For C#</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/debian/">For Debian</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/python/9.0.0/">For Python</a></li>
+      <li><a href="https://apache.jfrog.io/artifactory/arrow/ubuntu/">For Ubuntu</a></li>
+    </ul>
+  </li>
+  <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-9.0.0">Git tag</a></li>
+</ul>
+
+<h2 id="contributors">Contributors</h2>
+
+<p>This release includes      529 commits from      114 distinct contributors.</p>
+
+<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>git shortlog <span class="nt">-sn</span> apache-arrow-8.0.0..apache-arrow-9.0.0
+<span class="go">    65	Sutou Kouhei
+    56	Raúl Cumplido
+    26	David Li
+    25	Jacob Wujciak-Jens
+    25	Neal Richardson
+    23	Will Jones
+    17	Alenka Frim
+    16	Dragoș Moldovan-Grünfeld
+    15	Antoine Pitrou
+    14	Weston Pace
+    14	Vibhatha Lakmal Abeykoon
+    12	Krisztián Szűcs
+    10	Rok Mihevc
+     9	Wes McKinney
+     9	Yibo Cai
+     8	david dali susanibar arce
+     7	Matt Topol
+     6	Alessandro Molina
+     6	rtpsw
+     6	Todd Farmer
+     6	Matthew Topol
+     5	Matt DePero
+     5	Joris Van den Bossche
+     5	Sasha Krassovsky
+     4	Jeroen van Straten
+     4	Hongze Zhang
+     4	Mark Wolfe
+     4	Ivan Chau
+     4	Nic Crane
+     4	Larry White
+     3	Vibhatha Abeykoon
+     3	Sanjiban Sengupta
+     3	SHIMA Tatsuya
+     3	Vinícius Roque
+     3	michalursa
+     3	eitsupi
+     3	Johnnathan
+     3	palak-9202
+     2	SG011
+     2	AlvinJ15
+     2	Anthony Louis
+     2	Dewey Dunnington
+     2	Jabari Booker
+     2	Johnnathan Almeida
+     2	Kazuaki Ishizaki
+     2	Muthunagappan Muthuraman
+     2	Paul Taylor
+     2	Phillip Cloud
+     2	Sahaj Gupta
+     2	William Hyun
+     2	Yaron Gvili
+     2	octalene
+     2	okadakk
+     1	Mathias Michael
+     1	Jürgen Walter
+     1	Jin Chengcheng
+     1	Maya Anderson
+     1	Min-Young Wu
+     1	okadak
+     1	Jacky Lee
+     1	JabariBooker
+     1	Nicola Crane
+     1	zhang chaoming
+     1	Alexandre de Siqueira
+     1	Phillip LeBlanc
+     1	Przemysław Kowolik
+     1	Rafael Telles
+     1	Ian Cook
+     1	Rishabh Rana
+     1	Robert Purdom
+     1	Hideaki Hayashi
+     1	Hamish Nicholson
+     1	Even Rouault
+     1	pschou
+     1	Sam Albers
+     1	Eric Erhardt
+     1	ElenaHenderson
+     1	Saul Pwanson
+     1	Sten Larsson
+     1	Edward Visel
+     1	Thomas Powell
+     1	Tobias Zagorni
+     1	Dominik Moritz
+     1	Dominic Barnes
+     1	Danielle Navarro
+     1	Christopher D. Higgins
+     1	Chris Casola
+     1	Austin Dickey
+     1	Ariana Villegas
+     1	William Ayd
+     1	William Butler
+     1	Alexandre Crayssac
+     1	WilliamWhispell
+     1	stczwd
+     1	Anja Kefala
+     1	Yuqi Gu
+     1	alexandreyc
+     1	alexdesiqueira
+     1	Andy Teucher
+     1	Amir Khosroshahi
+     1	emkornfield
+     1	karldw
+     1	lfygh
+     1	Alvin Chunga
+     1	nullptr
+     1	zagto
+     1	Kshiteej K
+     1	Li Jin
+     1	Liang-Chi Hsieh
+     1	Ling Jin
+     1	Konstantin Ilchenko
+     1	Martin Liu
+     1	Masato Kato
+     1	KBambrick1
+</span></code></pre></div></div>
+
+<h2 id="patch-committers">Patch Committers</h2>
+
+<p>The following Apache committers merged contributed patches to the repository.</p>
+
+<div class="language-console highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="gp">$</span><span class="w"> </span>git shortlog <span class="nt">-sn</span> <span class="nt">--group</span><span class="o">=</span>trailer:signed-off-by apache-arrow-8.0.0..apache-arrow-9.0.0
+<span class="go">   126	Sutou Kouhei
+    75	Antoine Pitrou
+    67	David Li
+    40	Neal Richardson
+    34	Weston Pace
+    25	Matthew Topol
+    24	Krisztián Szűcs
+    19	Joris Van den Bossche
+    17	Nic Crane
+    17	Alessandro Molina
+    16	Yibo Cai
+    15	Pindikura Ravindra
+     9	Wes McKinney
+     7	Jonathan Keane
+     6	Dewey Dunnington
+     5	Alenka Frim
+     4	Matt Topol
+     4	Dominik Moritz
+     3	Rok
+     3	Eric Erhardt
+     1	Benjamin Kietzman
+     1	Ian Cook
+     1	Andrew Lamb
+     1	Micah Kornfield
+</span></code></pre></div></div>
+
+<h2 id="changelog">Changelog</h2>
+
+<h2 id="apache-arrow-900-2022-08-03">Apache Arrow 9.0.0 (2022-08-03)</h2>
+
+<h3 id="bug-fixes">Bug Fixes</h3>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-11341">ARROW-11341</a> - [Python][Gandiva] Add NULL/None checks to Gandiva builder functions (#9289)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-12626">ARROW-12626</a> - [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 (#13244)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13129">ARROW-13129</a> - [C#] Fix TableFromRecordBatches (#10562)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13612">ARROW-13612</a> - [Python] Allow specifying a custom type for converting ExtensionScalar to python object (#13454)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14114">ARROW-14114</a> - [C++][Parquet] Fix multi-threaded read of PME files</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14518">ARROW-14518</a> - [Ruby][BigDecimal] ) (#13377)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14575">ARROW-14575</a> - [R] Allow functions with <code class="language-plaintext highlighter-rouge">pkg::</code> prefixes (#13160)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14613">ARROW-14613</a> - [R] [Docs] Add the R package to C Stream interface?</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14790">ARROW-14790</a> - [GLib] Fix a memory leak on creating GArrowDatum (#13228)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14889">ARROW-14889</a> - [C++] GCS tests hang if testbench not installed (#13520)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14989">ARROW-14989</a> - [R] Update num_rows methods to output doubles not integers to prevent integer overflow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15415">ARROW-15415</a> - [C++] Fixes for MSVC + vcpkg Debug build (#13108)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15938">ARROW-15938</a> - [C++][Compute] Fixing HashJoinBasicImpl in case of zero batches on build side (#13686)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16002">ARROW-16002</a> - [Go] fileBlock.NewMessage should use memory.Allocator (#13554)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16005">ARROW-16005</a> - [Java] Fix ArrayConsumer when using ArrowVectorIterator (#12692)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16035">ARROW-16035</a> - [Java] Handling empty JDBC ResultSet</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16116">ARROW-16116</a> - [C++] Handle non-nullable fields when reading Parquet</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16142">ARROW-16142</a> - [C++] Temporal floor/ceil/round returns incorrect results for date32 and time32 inputs (#13539)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16272">ARROW-16272</a> - [Python] Fix NativeFile.read1()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16302">ARROW-16302</a> - [C++] Null values in partitioning field for FilenamePartitioning</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16309">ARROW-16309</a> - [CI] [Go] [Flight] Verify release jobs are failing due to: panic: rpc error: code = NotFound desc = Unknown descriptor</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16317">ARROW-16317</a> - [CI][Dev] Do not use incremental ids on crossbow submit action branches</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16341">ARROW-16341</a> - [Python] Research CMake of C++ vs PyArrow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16342">ARROW-16342</a> - [Python] First draft of the PyArrow build setup changes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16343">ARROW-16343</a> - [Python] Refine the fist draft of the PyArrow build setup changes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16344">ARROW-16344</a> - [Python] Finalize Pyarrow build setup changes</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16345">ARROW-16345</a> - [Python] Make changes to the C++ build setup due moving Python C++ API to PyArrow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16346">ARROW-16346</a> - [Python] Add a migration path for external packages due to Python code being moved to PyArrow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16371">ARROW-16371</a> - [JS] Fix error iterating tables with no batches (#13287)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16372">ARROW-16372</a> - [Python] Use IPC over Parquet for tests where Parquet is unnecessary</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16413">ARROW-16413</a> - [Python] Certain dataset APIs hang with a python filesystem</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16420">ARROW-16420</a> - [Python] pq.write_to_dataset always ignores partitioning</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16425">ARROW-16425</a> - [C++] Add compute kernel test for scalar array timestamp comparison</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16427">ARROW-16427</a> - [Java] Provide explicit column type mapping</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16434">ARROW-16434</a> - [R][CI] Revert devdocs to setup-r@v1 for now</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16436">ARROW-16436</a> - [C++][Python] Datasets should not ignore CSV autogenerate_column_names</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16441">ARROW-16441</a> - [Go][Flight][Java] Update flight integration test to wait for io.EOF after DoPut</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16442">ARROW-16442</a> - [Python][Dataset] Fix fragments of ORC Dataset to use FileFragment class</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16456">ARROW-16456</a> - [Go] Fix RecordBuilder UnmarshalJSON when extra fields are present</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16458">ARROW-16458</a> - [CI][Python] Run dask S3 tests on nightly integration</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16461">ARROW-16461</a> - [C++] Fix sporadic Thread Sanitizer failure</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16473">ARROW-16473</a> - [Go] fixing memory leak in serializedPageReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16474">ARROW-16474</a> - [C++][Packaging] Require Python 3.7 or later</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16478">ARROW-16478</a> - [C++] Refine cpu info detection</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16489">ARROW-16489</a> - [R] wrong encoding causes parsing error</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16490">ARROW-16490</a> - [C++][Windows] Don’t force to use bundled GoogleTest</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16494">ARROW-16494</a> - [C++] Add missing include that is making some packaging jobs fail</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16498">ARROW-16498</a> - [C++] Fix potential deadlock in arrow::compute::TaskScheduler</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16502">ARROW-16502</a> - [Go] Accept missing optional fields when unmarshalling JSON in StructBuilder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16507">ARROW-16507</a> - [CI][C++] Use system gtest with mamba/conda</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16525">ARROW-16525</a> - [C++] Tee node not properly marking node finished</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16526">ARROW-16526</a> - [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16531">ARROW-16531</a> - [Dev] Update pre-commit to use latest flake8 and remove unsupported cython linting</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16534">ARROW-16534</a> - [Java] update Gandiva protobuf library to enable builds on M1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16546">ARROW-16546</a> - [Parquet][C++][Python] Make Thrift limits configurable (#13275)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16548">ARROW-16548</a> - [Python] Add pytest.mark.parquet to all tests under tests/parquet package</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16560">ARROW-16560</a> - [Website][Release] Fix versions.json update phase</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16563">ARROW-16563</a> - [Go][Parquet] Fix broken parquet plain boolean decoder</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16566">ARROW-16566</a> - [Java] Initialize JNI components on use instead of statically (#13146)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16572">ARROW-16572</a> - [C++] Fix LZ4 build for external projects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16574">ARROW-16574</a> - [C++] TSAN failure in arrow-ipc-read-write-test (#13245)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16578">ARROW-16578</a> - [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file (#13415)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16579">ARROW-16579</a> - [Go][CI] Fix Flakey Struct Test</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16585">ARROW-16585</a> - [C++] Add support for absolute CMAKE_INSTALL_*DIR</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16592">ARROW-16592</a> - [C++][Python][FlightRPC] Finish after failed writes (#13191)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16597">ARROW-16597</a> - [Python][FlightRPC] Force server shutdown at interpreter exit</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16604">ARROW-16604</a> - [C++] Remove needless Boost dependency from benchmarks (#13192)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16606">ARROW-16606</a> - [FlightRPC][Python] Handle non-lowercase header names (#13274)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16612">ARROW-16612</a> - [R] Fix compression inference from filename (#13625)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16617">ARROW-16617</a> - [C++] Add support for multi-byte system error message on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16638">ARROW-16638</a> - [Go][Parquet] Fix skipping large number of rows in boolean columns</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16638">ARROW-16638</a> - [Go][Parquet] Fix boolean column skip</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16643">ARROW-16643</a> - [C++] Fix warnings for clang-14</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16646">ARROW-16646</a> - [C++] Allow key columns to be scalars in Bloom filter</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16659">ARROW-16659</a> - [C++] Remove ambiguous constructor for VectorKernel</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16669">ARROW-16669</a> - [Go][CI] Test failure on ARM for pqarrow (#13628)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16675">ARROW-16675</a> - [C++] Wrong Tell() result from BufferedOutputStream in an edge case  (#13250)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16678">ARROW-16678</a> - [R] Cannot install fresh Arrow 8.0.0 on Ubuntu 22.04 with “NOT_CRAN” = TRUE</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16685">ARROW-16685</a> - [Python] Preserve order of columns in joins (#13281)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16692">ARROW-16692</a> - [C++] StackOverflow in merge generator causes segmentation fault in scan (#13691)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16694">ARROW-16694</a> - [Packaging][Python] Use Mamba instead of conda to build conda environment for windows packaging jobs (#13351)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16699">ARROW-16699</a> - [C++][GANDIVA] Fix Concat_WS allocation bug (#13276)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16700">ARROW-16700</a> - [C++][R][Datasets] aggregates on partitioning columns (#13518)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16720">ARROW-16720</a> - [R] Cannot read datasets partitioned by columns starting with dots</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16722">ARROW-16722</a> - [CI][C++] Fix Minio failures specifying the Minio version to use (#13299)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16723">ARROW-16723</a> - [CI] Github Actions setup failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16725">ARROW-16725</a> - [C++] Fix compilation warnings in release mode (#13293)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16726">ARROW-16726</a> - [Python] Fix Setuptools warnings about installing packages as data (#13309)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16738">ARROW-16738</a> - [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values (#13298)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16744">ARROW-16744</a> - [JavaScript] Fix yarn perf failure (#13305)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16749">ARROW-16749</a> - [Go] Fix pqarrow writer for null array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16788">ARROW-16788</a> - [C++] Remove hardening flags gRPC doesn’t support (#13346)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16794">ARROW-16794</a> - [CI][C++][MinGW] Make CI jobs more stable (#13359)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16796">ARROW-16796</a> - [C++] Fix bad defaulting of ExecContext argument (#13355)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16801">ARROW-16801</a> - [CI][C++] Use the specified MinIO instead of MinIO from Homewbrew (#13362)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16803">ARROW-16803</a> - [R][CI] Fix caching for R mingw build (#13379)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16806">ARROW-16806</a> - [CI][Python] Bump required setuptools version (#13361)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16807">ARROW-16807</a> - [C++][R] count distinct incorrectly merges state (#13583)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16808">ARROW-16808</a> - [C++] count_distinct aggregates incorrectly across row groups</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16813">ARROW-16813</a> - [Go][Parquet] fix go parquet dictionary encoding writer property</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16825">ARROW-16825</a> - [Java] Rename file that contains metadata about commit git.properties (#13578)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16831">ARROW-16831</a> - [Go] panic in ipc.Reader when string array offsets are invalid</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16848">ARROW-16848</a> - [C++][Java] Update ORC to 1.7.5 (#13392)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16864">ARROW-16864</a> - [Python] Allow omitting S3 external_id and session_name with role_arn (#13455)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16869">ARROW-16869</a> - [CI][C++][Homebrew] Build Apache Arrow with C++17 (#13407)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16872">ARROW-16872</a> - [C++] Fix CSV parser edge case (#13437)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16877">ARROW-16877</a> - [C++] Define custom printer for Registry tests to fix valgrind (#13438)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16881">ARROW-16881</a> - [Gandiva][C++] Fix castINTERVALYEAR implementation (#13421)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16892">ARROW-16892</a> - [Dev][Release] Fix version sorting on merge_arrow script (#13427)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16895">ARROW-16895</a> - [R] Fix cmake version detection (#13429)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16898">ARROW-16898</a> - [Python] Fix pandas conversion failure when using non-str index name (#13402)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16899">ARROW-16899</a> - [R][CI] R nightly builds used old libarrow (#13411)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16902">ARROW-16902</a> - [C++][FlightRPC] Fix DLL linkage in Flight SQL (#13434)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16904">ARROW-16904</a> - [C++] min/max not deterministic if Parquet files have multiple row groups (#13509)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16908">ARROW-16908</a> - [Python][CI] Avoid installing wrong numpy version required for testing wheels (#13449)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16919">ARROW-16919</a> - [C++] Flight integration tests fail on verify rc nightly on linux amd64</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16926">ARROW-16926</a> - [Go] Fix csv reader errors clobbered by subsequent reads (#13451)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16932">ARROW-16932</a> - [C++] Rounding RoundTemporalOptions.calendar_based_origin doesn’t correctly offset non-UTC results (#13462)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16933">ARROW-16933</a> - [C++] Fix google-cloud-cpp build with bundled zlib (#13466)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16936">ARROW-16936</a> - [C++] Update gRPC absl static dependencies (#13486)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16939">ARROW-16939</a> - [R] Fix nightly builds after the merge of ARROW-16407 (#13479)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16943">ARROW-16943</a> - [Java][Packaging] Fix nigthly build problem that generates excessive jars (#13485)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16948">ARROW-16948</a> - [C++] Benchmark Aggregates Fails To Compile After Aggregate Updates (#13489)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16978">ARROW-16978</a> - [C#] Intermittent Archery Failures (#13573)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16983">ARROW-16983</a> - [Go][Parquet] fix EstimatedDataEncodedSize of DeltaByteArrayEncoder (#13522)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16989">ARROW-16989</a> - [C++] Substrait ProjectRel is interpreted incorrectly (#13528)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16994">ARROW-16994</a> - [Docs][CI] Clean up docs warnings (#13533)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16996">ARROW-16996</a> - [Java] Configure Netty/GRPC/Protobuf base on BOM configuration + upgrade of dependencies by CVE (#13544)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16998">ARROW-16998</a> - [Java] Upgrade commons-codec dependencies (#13540)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17013">ARROW-17013</a> - [CI][C++] Fix arrow build for Ubuntu CPP 22.04 (#13547)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17014">ARROW-17014</a> - [CI] Add ENABLE_EXTENDED_ALIGNED_STORAGE on cython tests on Windows (#13549)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17018">ARROW-17018</a> - [C++][Python] Timedelta dtype metadata base unit is globally mutated by the Table.to_pandas() method (#13553)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17030">ARROW-17030</a> - [Python] Ensure that dtype mutation test works on s390x (#13560)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17041">ARROW-17041</a> - [C++] Fix uninitialized FixedSizeBinaryScalar buffer value (#13597)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17045">ARROW-17045</a> - [C++] Reject trailing slashes on file path (#13577)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17051">ARROW-17051</a> - [C++] Link Flight/gRPC/Protobuf consistently (#13599)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17059">ARROW-17059</a> - [C++] Fix expression benchmark (#13584)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17066">ARROW-17066</a> - [C++][Python][Substrait] “ignore_unknown_fields” should be specified when converting JSON to binary (#13605)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17071">ARROW-17071</a> - [C++][Compute] Fixing off-by-one error in hash join node (#13616)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17075">ARROW-17075</a> - [C++] Enforce no trailing slashes on filenames in HDFS (#13615)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17087">ARROW-17087</a> - [C++] Race condition in scanner test (#13651)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17100">ARROW-17100</a> - [C++][Parquet] Fix backwards compatibility for ParquetV2 data pages written prior to 3.0.0 per ARROW-10353 (#13665)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17107">ARROW-17107</a> - [Java] Fix variable-width vectors in integration JSON writer (#13676)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17111">ARROW-17111</a> - [CI][Packaging] Packaging almalinux 9 and centos 9 fail installing arrow due to missing libre2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17112">ARROW-17112</a> - [Java] Fix a failure of TestArrowReaderWriter.testFileFooterSizeOverflow on s390x (#13638)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17115">ARROW-17115</a> - [C++] HashJoin fails if it encounters a batch with more than 32Ki rows (#13679)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17142">ARROW-17142</a> - [Python] Parquet FileMetadata.equals() method segfaults when passed None (#13658)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17174">ARROW-17174</a> - [C++] FileSystemDataset FilenamePartitioning error - fsspec filesystem</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17191">ARROW-17191</a> - [C++][FlightRPC] Handle inlined slices after concatenation (#13696)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17197">ARROW-17197</a> - [R] floor_date/ceiling_date lubridate comparison tests failing on macOS (#13705)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17206">ARROW-17206</a> - [R] Skip test to fix snappy sanitizer issue (#13704)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17211">ARROW-17211</a> - [Java] Fix java-jar nightly on gh &amp; self-hosted runners (#13712)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17227">ARROW-17227</a> - [C++] Extend hash-join unit tests to cover both empty and length=0 batches (#13725)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17234">ARROW-17234</a> - [Release][R] Add r-binary-packages to packaging group (#13734)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17237">ARROW-17237</a> - [Release] Restore the installation of python tests dependencies in the python_wheel_unix_test.sh script (#13735)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17238">ARROW-17238</a> - [Release] Turn off GCS testing during wheel verification (#13736)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17246">ARROW-17246</a> - [Packaging][deb][RPM] Don’t use system jemalloc (#13739)</li>
+  <li><a href="https://issues.apache.org/jira/browse/PARQUET-2163">PARQUET-2163</a> - Handle decimal schemas with large fixed_len_byte_arrays</li>
+</ul>
+
+<h3 id="new-features-and-improvements">New Features and Improvements</h3>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-602">ARROW-602</a> - [C++] Provide iterator access to primitive elements inside an Array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-7286">ARROW-7286</a> - [Go] Ensure go implementation implements clarified dictionary spec</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-8324">ARROW-8324</a> - [R] Add read/write_ipc_file separate from _feather (#13626)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-10359">ARROW-10359</a> - [R] Don’t download linux binary if system requirements not met</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-12203">ARROW-12203</a> - [C++][Python] Switch default Parquet version to 2.4 (#13280)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13052">ARROW-13052</a> - [Gandiva][C++] Add regexp_extract function</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13160">ARROW-13160</a> - [CI][C++] Use binary caching for vcpkg builds (#13507)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13388">ARROW-13388</a> - [C++][Parquet] Fix documentation to reflect the reading support for DELTA_LENGTH_BYTE_ARRAY (#13530)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13388">ARROW-13388</a> - [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder (#13386)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13530">ARROW-13530</a> - [C++] Implement cumulative sum compute function</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-13844">ARROW-13844</a> - [Docs][Release] Add Release Management Guide to Dev docs (#13272)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14163">ARROW-14163</a> - [C++] Naive spillover implementation for join</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14182">ARROW-14182</a> - [C++][Compute] Hash Join performance improvement v2 (#13493)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14185">ARROW-14185</a> - [C++] HashJoinNode should validate HashJoinNodeOptions (#13051)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14458">ARROW-14458</a> - [R] Use expect_snapshot() to improve tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14471">ARROW-14471</a> - [R] Implement lubridate’s individual date/time parsers</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14512">ARROW-14512</a> - [Java][Doc] JavaDoc errors while building the docs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14632">ARROW-14632</a> - [Python] Make write_dataset arguments keyword-only</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14771">ARROW-14771</a> - [C++] Export Protobuf symbol table (#13387)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14819">ARROW-14819</a> - [R] Binding for lubridate::qday (#13440)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14820">ARROW-14820</a> - [R] Implement bindings for lubridate calculation functions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14821">ARROW-14821</a> - [R] Implement bindings for lubridate’s floor_date, ceiling_date, and round_date (#12154)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14821">ARROW-14821</a> - [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate’s date rounding) (#12657)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14845">ARROW-14845</a> - [R] Implement bindings for lubridate formatter functions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14848">ARROW-14848</a> - [R] Implement bindings for lubridate’s parse_date_time</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14892">ARROW-14892</a> - [Python][C++] GCS Bindings (#12763)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-14945">ARROW-14945</a> - [R] Implement lubridate functions for doing maths with dates</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15016">ARROW-15016</a> - [R] <code class="language-plaintext highlighter-rouge">show_exec_plan</code> for an <code class="language-plaintext highlighter-rouge">arrow_dplyr_query</code> (#13541)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15130">ARROW-15130</a> - [Docs] Add glossary (#12868)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15174">ARROW-15174</a> - [Java] Consolidate JNI compilation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15176">ARROW-15176</a> - [Java] Check which versions of Java Arrow currently support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15177">ARROW-15177</a> - [Java] Check which Java versions we are packaging for</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15179">ARROW-15179</a> - [Java] Ensure Support for modern Java versions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15222">ARROW-15222</a> - [Ruby] Use Compute for Enum operations on Column (#12053)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15224">ARROW-15224</a> - [R] Add binding for not_between() ternary kernel</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15271">ARROW-15271</a> - [R] Refactor do_exec_plan to return a RecordBatchReader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15280">ARROW-15280</a> - [R] Expose FileSystemFactoryOptions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15292">ARROW-15292</a> - [R] default to binary libarrow on Ubuntu/Redhat</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15293">ARROW-15293</a> - [R] [CI] move arrow-r-nightly over to apache/arrow / crossbow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15301">ARROW-15301</a> - [R] Discussion: move testthat test helpers to R/test-helpers.R</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15365">ARROW-15365</a> - [Python] Expose full cast options in the pyarrow.compute.cast function (#13109)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15422">ARROW-15422</a> - [Packaging][RPM][deb] Add support for GDB plugin (#13477)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15430">ARROW-15430</a> - [Python] Address docstrings in Filesystems (Interface) (#13564)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15498">ARROW-15498</a> - [C++][Compute] Implement Bloom filter pushdown between hash joins</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15534">ARROW-15534</a> - [C++] Add convenience function to substrait consumer to create plan instead of declaration</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15568">ARROW-15568</a> - [C++][Gandiva] Implement Translate Function (#12333)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15583">ARROW-15583</a> - [C++] The Substrait consumer could potentially use a massive amount of RAM if the producer uses large anchors</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15587">ARROW-15587</a> - [C++] Add support for all options specified by substrait::ReadRel::LocalFiles::FileOrFiles</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15590">ARROW-15590</a> - [C++] Add support for joins to the Substrait consumer (#13078)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15591">ARROW-15591</a> - [C++] Add support for aggregation to the Substrait consumer (#13130)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15622">ARROW-15622</a> - [R] Implement union_all and union for arrow_dplyr_query</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15639">ARROW-15639</a> - [C++][Python] UDF Scalar Function Implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15661">ARROW-15661</a> - [Gandiva][C++] Add SHA512 function (#12404)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15671">ARROW-15671</a> - [GLib] Add support for Vala</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15779">ARROW-15779</a> - [Python] Create python bindings for Substrait consumer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15804">ARROW-15804</a> - [R] Improve as.Date() error message when supplying several tryFormats</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15893">ARROW-15893</a> - [CI][Python] Add python minimal builds to nightly builds (#13113)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15901">ARROW-15901</a> - [C++] Support flat custom output field names in Substrait (#13069)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15906">ARROW-15906</a> - [C++][Python][R] By default, don’t create or delete S3 buckets (#13206)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15936">ARROW-15936</a> - [Ruby] Add test for Arrow::DictionaryArray#raw_records</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15937">ARROW-15937</a> - [Website] Direct Flight SQL subproject page to main docs after 8.0.0 release</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15958">ARROW-15958</a> - [Java][Docs] Improve and document StackTrace (#12656)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-15959">ARROW-15959</a> - [Java][Docs] Improve Java dev experience with IntelliJ</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16006">ARROW-16006</a> - [C++][Docs] Provide row conversion example for dynamic schemas (#12775)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16018">ARROW-16018</a> - [Doc][Python] Run doctests on Python docstring examples (–doctest-cython)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16018">ARROW-16018</a> - [Doc][Python] Run doctests on Python docstring examples (CI job)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16018">ARROW-16018</a> - [Doc][Python] Run doctests on Python docstring examples (–doctest-modules)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16083">ARROW-16083</a> - [C++] Implement AsofJoin execution node (#13028)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16085">ARROW-16085</a> - [C++][R] InMemoryDataset::ReplaceSchema does not alter scan output</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16091">ARROW-16091</a> - [Python] Continuation of improving Classes and Methods Docstrings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16092">ARROW-16092</a> - [Python] Address docstrings in Filesystems (Implementations) (#13416)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16093">ARROW-16093</a> - [Python] Address docstrings in Filesystems (Python Implementations) (#13595)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16094">ARROW-16094</a> - [Python] Address docstrings in Filesystems (Utilities) (#13582)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16144">ARROW-16144</a> - [R] Write compressed data streams (particularly over S3)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16168">ARROW-16168</a> - [C++][CMake] Use target to add include paths</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16183">ARROW-16183</a> - [C++][FlightRPC] Support bundled UCX</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16206">ARROW-16206</a> - [Ruby] Add support for DictionaryArray#values, #raw_records with {Month,DayTime,MonthDayNano} Interval Type (#13255)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16228">ARROW-16228</a> - [CI][Packaging][Conan] Add a job to test minimum build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16234">ARROW-16234</a> - [C++] Vector Kernel for Rank (#12963)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16241">ARROW-16241</a> - [Python] Suppress warnings in tests when using use_legacy_dataset=True</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16243">ARROW-16243</a> - [C++][Python] Remove Parquet ReadSchemaField method (#13060)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16253">ARROW-16253</a> - [R] Helper function for casting from float to duration via int64()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16255">ARROW-16255</a> - [R] Reorganise the datetime bindings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16267">ARROW-16267</a> - [Java] Adding support to compile Java code with JDK 18</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16268">ARROW-16268</a> - [R] Remove long-deprecated functions (#13550)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16276">ARROW-16276</a> - [R] Arrow 8.0 News</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16281">ARROW-16281</a> - [R][CI] Bump versions with the release of 4.2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16297">ARROW-16297</a> - [R] Improve detection of ARROW_*_URL variables for offline build</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16323">ARROW-16323</a> - [Go] Implement Dictionary Scalars (#13575)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16324">ARROW-16324</a> - [Go] Implement Dictionary Unification (#13529)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16327">ARROW-16327</a> - [Java][CI] Add Java 17 to CI matrix for java workflows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16328">ARROW-16328</a> - [Java] POC Arrow Modular</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16329">ARROW-16329</a> - [Java][C++] Keep more context when marshalling errors through JNI (#13246)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16333">ARROW-16333</a> - [Release] Improve Nightly Reports</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16335">ARROW-16335</a> - [Release][C++] Windows source verification runs C++ tests on a single thread</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16357">ARROW-16357</a> - [Archery][Dev] Add possibility to send nightly reports to Zulip/Slack</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16358">ARROW-16358</a> - [CI][Dev] Allow archery crossbow to generate a CSV report for nightly builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16359">ARROW-16359</a> - [Dev][CI] Create simple static site with current status of nightly builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16360">ARROW-16360</a> - [Dev][CI] Add to nightlies dashboard last successful commit / date on failed jobs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16361">ARROW-16361</a> - [Dev][Archery] Add link to static page for nightly build report notifications (#13450)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16378">ARROW-16378</a> - [Archery][CI] Add possibility to archery crossbow reports to send a Zulip notification report via a webhook</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16380">ARROW-16380</a> - [C++] Research where Memory Mapping is ON by default in Arrow-C++</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16382">ARROW-16382</a> - [Python] Disable memory mapping by default in pyarrow (#13342)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16383">ARROW-16383</a> - [C++] Disable memory mapping by default in Arrow-C++ (#13419)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16394">ARROW-16394</a> - [R] Implement lubridate’s parsers with year, month and date components</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16395">ARROW-16395</a> - [R] Implement lubridate’s parsers with year, month, and day, hour, minute, and second components (#13627)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16400">ARROW-16400</a> - [R][CI] Integrate arrow-r nightly/release builds into Crossbow</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16401">ARROW-16401</a> - [R][CI] Dissect arrow-r-nightly workflow into Crossbow tasks</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16402">ARROW-16402</a> - [R][CI] Create new Archery Tasks</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16403">ARROW-16403</a> - [R][CI] Create Crossbow task for R nightly builds</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16404">ARROW-16404</a> - [R][CI] Research alternative binary hosting</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16405">ARROW-16405</a> - [R][CI] Use nightlies.apache.org as dev repo (#13241)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16406">ARROW-16406</a> - [Docs][R] Update documentation with new nightly location</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16407">ARROW-16407</a> - [R] Extend <code class="language-plaintext highlighter-rouge">parse_date_time</code> to cover hour, dates, and minutes components (#13196)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16414">ARROW-16414</a> - [R] Remove ARROW_R_WITH_ARROW and arrow_available()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16415">ARROW-16415</a> - [R] Update <code class="language-plaintext highlighter-rouge">strptime</code> binding signature with the <code class="language-plaintext highlighter-rouge">tz</code> argument (#13190)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16418">ARROW-16418</a> - [R] Refactor the difftime() and as.diffime() bindings</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16426">ARROW-16426</a> - [C++] Add TeeNode to execution engine</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16439">ARROW-16439</a> - [R] Implement binding for <code class="language-plaintext highlighter-rouge">lubridate::fast_strptime</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16444">ARROW-16444</a> - [R] Implement user-defined scalar functions in R bindings (#13397)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16445">ARROW-16445</a> - [R][Doc] Add a short summary for the Installing the Arrow package on Linux article</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16446">ARROW-16446</a> - [R] Update parse_date_time to accept a string with no separators</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16448">ARROW-16448</a> - [CI][Archery] Refactor EmailReport to be a JinjaReport</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16450">ARROW-16450</a> - [Go][Docs] Include error handling in csv examples</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16455">ARROW-16455</a> - [CI][Packaging] Add linux-ppc64le to the list of platforms to clean on conda</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16467">ARROW-16467</a> - [Python] Add helper function _exec_plan._filter_table to filter tables based on Expression</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16468">ARROW-16468</a> - [Python] Test Table filter feature with complex exprs and add Expression.apply method</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16469">ARROW-16469</a> - [Python] Table.filter accepts a boolean expression in addition to boolean array</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16470">ARROW-16470</a> - [Docs][Python] Document filtering by expression Tables and Datasets (#13319)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16477">ARROW-16477</a> - [Packaging][deb] Use -Dvapi instead of -Dvala (#13499)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16477">ARROW-16477</a> - [Packaging][RPM] Add support for Amazon Linux 2 on aarch64 (#13473)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16484">ARROW-16484</a> - [Go][Parquet] Update parquet writer version</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16486">ARROW-16486</a> - [Go] Implement bit_packing functions with Arm64 GoLang Assembly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16487">ARROW-16487</a> - [C++][Parquet] Fix parquet::Statistics::Equals() with minmax</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16488">ARROW-16488</a> - [Archery][Dev] Allow extra message to be sent on chat report</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16497">ARROW-16497</a> - [R] Update version in NEWS.md</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16499">ARROW-16499</a> - [Release][Ruby] Add missing export</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16500">ARROW-16500</a> - [Release][R] Don’t use GNU sed extension for r/NEWS.md update</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16501">ARROW-16501</a> - [Docs][C++][R] Migrate to Matomo from Google Analytics</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16504">ARROW-16504</a> - [Go][CSV] Add arrow.TimestampType support to the reader</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16508">ARROW-16508</a> - [Archery][Dev] Add possibility to extend chat report message based on success or failures of jobs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16509">ARROW-16509</a> - [R][Docs] Make corrections to datasets vignette</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16510">ARROW-16510</a> - [R] Add bindings for GCS filesystem (#13404)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16511">ARROW-16511</a> - [R] Preserve schema metadata in write_dataset()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16514">ARROW-16514</a> - [Website] Update install page for 8.0.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16515">ARROW-16515</a> - [C++] Adding a Close method to RecordBatchReader (#13205)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16516">ARROW-16516</a> - [R] Implement ym() my() and yq() parsers</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16523">ARROW-16523</a> - [C++] Part 1 of ExecPlan cleanup: Centralized Task Group (#13143)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16527">ARROW-16527</a> - [Gandiva][C++] Add binary functions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16529">ARROW-16529</a> - [Java] Fix ArrowVectorIterator.hasNext()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16530">ARROW-16530</a> - [Go] Added concurrency in key places that are always serial, regardless if parallel=true or not</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16537">ARROW-16537</a> - [Java] Patch dataset module testing failure with JSE11+</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16538">ARROW-16538</a> - [Java] Adding flexibility to mock ResultSets</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16539">ARROW-16539</a> - [C++] Bump bundled thrift to 0.16.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16541">ARROW-16541</a> - [R][CI] Reduce the number of times lintr is run</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16549">ARROW-16549</a> - [C++] Simplify AggregateNodeOptions aggregates/targets (#13150)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16551">ARROW-16551</a> - [Go] Improve Temporal Types</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16552">ARROW-16552</a> - [Go] Improve decimal128 utilities</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16553">ARROW-16553</a> - [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository (#13328)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16554">ARROW-16554</a> - [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ (#13352)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16555">ARROW-16555</a> - [Go][Parquet] Lift BitBlockCounter and VisitBitBlocks into shared internal utils</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16556">ARROW-16556</a> - [Go] Add Layout method to DataTypes (#13136)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16557">ARROW-16557</a> - [Go] Enable Slicing memory.Buffer objects</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16561">ARROW-16561</a> - [Go][Parquet] test for parquet root node configuration</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16561">ARROW-16561</a> - [Go][Parquet] add option to customise parquet root node</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16567">ARROW-16567</a> - [Doc][Python] Sphinx Copybutton should ignore IPython prompt text (#13329)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16568">ARROW-16568</a> - [Java] Enable skip BOUNDS_CHECKING with setBytes and getBytes of ArrowBuf</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16569">ARROW-16569</a> - [CI] Update checkout actions to newer version</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16570">ARROW-16570</a> - [R] Make pkg-config commands find all of the libs</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16571">ARROW-16571</a> - [Java] Update .gitignore to exclude JNI-related binaries</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16573">ARROW-16573</a> - [C++][Format] Add canonical include guard for C Data Interface</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16581">ARROW-16581</a> - [C++][Java] Upgrade ORC to 1.7.4</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16582">ARROW-16582</a> - [Python][Docs] Update Python build docs to include dataset</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16588">ARROW-16588</a> - [C++][FlightRPC] Don’t subclass GTest in test helpers</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16590">ARROW-16590</a> - [C++] Consolidate files dealing with row-major storage (#13218)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16594">ARROW-16594</a> - [R] Consistently use “getOption” to set nightly repo</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16599">ARROW-16599</a> - [C++] Implementation of ExecuteScalarExpressionOverhead benchmarks without arrow for comparision (#13179)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16600">ARROW-16600</a> - [Java] Configurable RoundingMode to handle inconsistent scale in BigDecimals (#13433)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16601">ARROW-16601</a> - [C++][FlightRPC] Don’t enforcing static link with static GoogleTest for arrow_flight_testing (#13180)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16602">ARROW-16602</a> - [Dev] Use GitHub API to merge pull request (#13184)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16607">ARROW-16607</a> - [R] Improve KeyValueMetadata handling</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16609">ARROW-16609</a> - [C++] xxhash not installed into dist/lib/include when building C++ (#13282)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16610">ARROW-16610</a> - [Python] Raise an error for conflicting options in pq.write_to_dataset (#13317)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16613">ARROW-16613</a> - [C++][Parquet] Fix performance of repeated calls to AppendRowGroups()</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16614">ARROW-16614</a> - [C++] Use lz4::lz4 for lz4’s CMake target name (#13193)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16623">ARROW-16623</a> - [GLib] Add GArrowQuantileOptions (#13374)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16626">ARROW-16626</a> - [C++] Name the C++ streaming execution engine</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16634">ARROW-16634</a> - [Gandiva][C++] Add udfdegrees alias</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16636">ARROW-16636</a> - [Rust] Activate several IPC integration tests for rust (#13219)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16647">ARROW-16647</a> - [C++] Add support for unique(), value_counts(), dictionary_encode() with interval types</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16648">ARROW-16648</a> - [GLib] Add MemoryPool wrapper (#13224)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16653">ARROW-16653</a> - [R] All formats are supported with the lubridate <code class="language-plaintext highlighter-rouge">parse_date_time</code> binding (#13506)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16654">ARROW-16654</a> - [Dev][Archery] Support cherry-picking for major releases</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16655">ARROW-16655</a> - [Release] Release improvements</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16656">ARROW-16656</a> - [CI][Release] Allow archery to support MINOR tickets and update release comments to contain MINOR</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16657">ARROW-16657</a> - [C++] Support nesting of extension-id-registries (#13232)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16660">ARROW-16660</a> - [C#] Add support for Time32Array and Time64Array (#13279)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16663">ARROW-16663</a> - [Release][Dev] Add flag to archery release curate to only show minimal information (#13284)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16664">ARROW-16664</a> - [CI][Release] Create verify release Pull Request automatically (#13511)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16665">ARROW-16665</a> - [Release] Update binary submit to track binary submission tasks on automatically created PR (#13612)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16666">ARROW-16666</a> - [Docs][Release] Update release guide to specify new workflow and feature freeze (#13308)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16667">ARROW-16667</a> - [CI][Release] Post merge script should not be necessary (#13593)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16668">ARROW-16668</a> - [CI] Add Substrait support to python wheels (#13239)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16672">ARROW-16672</a> - [Java] Allow duplicated field names in Java C data interface (#13247)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16676">ARROW-16676</a> - [C++] ReservationListenableMemoryPool::Impl::bytes_allocated() should return its own number of bytes rather than the underlying pool’s</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16677">ARROW-16677</a> - [C++] Support nesting of function registries (#13252)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16679">ARROW-16679</a> - [R] configure fails if CDPATH is not null (#13313)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16681">ARROW-16681</a> - [Python] Fix doc for PyArrow unit tests dependant on module path (#13318)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16683">ARROW-16683</a> - [C++] Add missing dependency to bundled gflags target</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16684">ARROW-16684</a> - [CI][Archery] Add retry mechanism to git fetch on GitError failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16686">ARROW-16686</a> - [C++] Use shared_ptr with FunctionOptions (#13344)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16689">ARROW-16689</a> - [CI] Improve R Nightly Workflow (#13266)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16693">ARROW-16693</a> - [JS] Upgrade to TS 4.7</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16703">ARROW-16703</a> - [R] Refactor map_batches() so it can stream results (#13650)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16704">ARROW-16704</a> - [JS] Handle case where <code class="language-plaintext highlighter-rouge">tableFromIPC</code> input is an async <code class="language-plaintext highlighter-rouge">RecordBatchReader</code> (#13278)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16706">ARROW-16706</a> - [Python] Expose RankOptions (#13327)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16708">ARROW-16708</a> - [Dev] Replace basic auth with token auth for JIRA  (#13283)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16709">ARROW-16709</a> - [Docs][Python] Add how to run doctests to the developer guide (#13325)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16711">ARROW-16711</a> - [C++] Remove deprecated ORC APIs (#13286)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16713">ARROW-16713</a> - [C++] Pull join accumulation outside of HashJoinImpl (#13332)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16714">ARROW-16714</a> - [C++] Remove deprecated IPC APIs (#13288)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16715">ARROW-16715</a> - [R] Bump default parquet version (#13555)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16716">ARROW-16716</a> - [C++] Add Benchmarks for ProjectNode (#13314)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16717">ARROW-16717</a> - [C++] Add support for system jemalloc (#13373)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16721">ARROW-16721</a> - [C++] Drop support for bundled Thrift &lt; 0.13 (#13292)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16729">ARROW-16729</a> - [C++] Bump Abseil/gRPC dependency versions (#13315)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16730">ARROW-16730</a> - [C++] Bump vendored jemalloc version (#13294)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16731">ARROW-16731</a> - [C++] Bump version of vendored mimalloc (#13295)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16732">ARROW-16732</a> - [C++] Bump vendored version of nlohmann_json (#13571)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16733">ARROW-16733</a> - [C++] Bump vendored version of opentelemetry-cpp and opentelemetry-proto (#13580)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16734">ARROW-16734</a> - [C++] Bump vendored version of protobuf (#13581)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16735">ARROW-16735</a> - [C++] Bump vendored version of rapidjson (#13608)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16736">ARROW-16736</a> - [C++] Bump vendored version of RE2 (#13570)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16737">ARROW-16737</a> - [C++] Bump vendored version of zstd (#13611)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16741">ARROW-16741</a> - [C++] Add Benchmarks for Binary Temporal Operations (#13302)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16742">ARROW-16742</a> - [C++][Docs] Fix output type of hash_distinct in docs (#13303)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16745">ARROW-16745</a> - [Packaging][RPM] Add support for AlmaLinux 9 (#13307)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16747">ARROW-16747</a> - [CI][Release][Python] Drop support for manylinux 2010 (#13566)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16751">ARROW-16751</a> - [C++] Fix ucx target error on cmake3.5 (#13389)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16752">ARROW-16752</a> - [R] Rework Linux binary installation (#13464)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16756">ARROW-16756</a> - [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them (#13364)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16757">ARROW-16757</a> - [C++][FOLLOWUP] Fix mingw32 RTools 4.0 build by removing usage of alignas (#13557)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16757">ARROW-16757</a> - [C++] Remove “scalar” output modality for ScalarKernel implementations, remove ValueDescr class (#13521)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16759">ARROW-16759</a> - [Go] update testify to get security patch for gopkg.in/yaml.v3 (v7)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16760">ARROW-16760</a> - [Docs] mention PYARROW_PARALLEL in Python dev docs (#13324)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16761">ARROW-16761</a> - [C++][Python] Track bytes written in dataset (#13338)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16763">ARROW-16763</a> - [Packaging][RPM] Add support for CentOS Stream 9 (#13474)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16764">ARROW-16764</a> - [Packaging][deb] Drop support for Debian GNU/Linux buster (#13470)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16765">ARROW-16765</a> - [Packaging][RPM] Fix conflict with arrow-libs and arrow8-libs (#13472)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16767">ARROW-16767</a> - [Archery] Refactor archery.release submodule to its own subpackage (#13326)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16769">ARROW-16769</a> - [C++] Add Warn() function to Status (#13383)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16776">ARROW-16776</a> - [R] dplyr::glimpse method for arrow table and datasets (#13563)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16779">ARROW-16779</a> - [CI][Python] Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel (#13460)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16780">ARROW-16780</a> - [CI] Add automatic PR label for docs PRs (#13340)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16783">ARROW-16783</a> - [R] Explicit check for supported classes in arrow_dplyr_query</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16784">ARROW-16784</a> - [C++][Gandiva] Add alias to Upper and Lower (#13335)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16785">ARROW-16785</a> - [Packaging][Linux] Add FindThrift.cmake (#13337)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16786">ARROW-16786</a> - [Docs] Update “closed without merge” in pull request note (#13341)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16789">ARROW-16789</a> - [Format] Remove experimental marker from C Streaming Interface (#13345)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16792">ARROW-16792</a> - [C++][CMake] Add support for using Arrow options when Arrow is used as subproject (#13348)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16793">ARROW-16793</a> - [CI] Update tags for M1 self-hosted runner jobs to be more specific (#13350)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16799">ARROW-16799</a> - [C++] Create a self-pipe abstraction (#13354)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16800">ARROW-16800</a> - [C++] RecordBatchBuilder deprecate Status APIs, add Result APIs (#13356)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16804">ARROW-16804</a> - [CI][Conan] Merge upstream changes (#13360)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16809">ARROW-16809</a> - [C++] Add Benchmarks for FilterNode (#13366)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16815">ARROW-16815</a> - [Packaging][RPM] Disable Apache Arrow Flight for aarch64 (#13371)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16816">ARROW-16816</a> - [C++] Upgrade Substrait to v0.6.0 (#13468)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16818">ARROW-16818</a> - [Doc][Python] Document GCS filesystem for PyArrow (#13681)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16819">ARROW-16819</a> - [C++] arrow::compute::CallFunction needs a batch length for nullary functions</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16823">ARROW-16823</a> - [C++] Arrow Substrait enhancements for UDF (#13375)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16824">ARROW-16824</a> - [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution (#13398)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16828">ARROW-16828</a> - [R][Packaging] Enable Brotli and BZ2 on MacOS and Windows (#13484)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16829">ARROW-16829</a> - [R] Add link to new contributors guide to developer guide</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16832">ARROW-16832</a> - [C++] Remove hiveserver2 related codes entirely (#13400)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16832">ARROW-16832</a> - [C++] Remove cpp/src/arrow/dbi/hiveserver2 (#13382)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16839">ARROW-16839</a> - [CI][C++] Fix xsimd missing related failures (#13388)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16840">ARROW-16840</a> - [CI] replace actions/setup-ruby with ruby/setup-ruby</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16850">ARROW-16850</a> - [C++] Copy CSV data field and end chars separately (#13394)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16852">ARROW-16852</a> - [C++] Migrate remaining kernels to use ExecSpan, remove ExecBatchIterator (#13630)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16871">ARROW-16871</a> - [R] Implement exp() and sqrt() in Arrow dplyr queries (#13517)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16873">ARROW-16873</a> - [Python] Disable faulthandler on spawned child subprocess on run_debug_memory_pool tests (#13461)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16874">ARROW-16874</a> - [Ruby] Use more .try_convert for auto data type conversion (#13417)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16875">ARROW-16875</a> - [Ruby] Add Column#cast and ChunkedArray#cast (#13418)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16886">ARROW-16886</a> - [C++] Add option to disable PIC (#13475)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16887">ARROW-16887</a> - [R][Docs] Update Filesystem Vignette for GCS (#13601)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16900">ARROW-16900</a> - [R] Upgrade lintr (#13432)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16901">ARROW-16901</a> - [R][CI] Prune R nightly builds (#13453)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16906">ARROW-16906</a> - [CI][C++] Enable ARROW_GCS on MinGW workflows (#13444)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16910">ARROW-16910</a> - [C++] Add Equals method for FileFragment (#13490)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16911">ARROW-16911</a> - [C++] Add Equals method to Partitioning (#13567)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16912">ARROW-16912</a> - [R][CI] Fix nightly centos package without GCS (#13441)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16913">ARROW-16913</a> - [Java] Implement ArrowArrayStream (#13465)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16918">ARROW-16918</a> - [Gandiva][C++] Adding UTC-local timezone conversion functions (#13428)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16929">ARROW-16929</a> - [C++] Remove ExecBatchIterator and usages thereof</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16930">ARROW-16930</a> - [Java] Move CPP ORC JNI code to Java ORC project (#13458)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16931">ARROW-16931</a> - [Ruby] Add support for nullable in Arrow::Field (#13459)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16934">ARROW-16934</a> - [Go][Parquet] Fix TODO.  Add json and csv, add params to set output and turn off metadata (#13463)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16935">ARROW-16935</a> - [Packaging][RPM] Disable GCS for Amazon Linux 2 (#13469)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16937">ARROW-16937</a> - [Packaging][deb] Drop support for Ubuntu impish (#13471)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16938">ARROW-16938</a> - [GLib] Add girdir/vapidir to .pc (#13476)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16941">ARROW-16941</a> - [Java][Dataset] Update more jni_util.h paths (#13503)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16941">ARROW-16941</a> - [Java] Consolidate Dataset JNI compilation (#13481)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16955">ARROW-16955</a> - [CI] Upgrade setup-python github action to v4 (#13491)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16964">ARROW-16964</a> - [C++] TSAN error in asof-join-node tests (#13639)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16966">ARROW-16966</a> - [Doc] Document Substrait conformance (#13494)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16971">ARROW-16971</a> - [GLib] Check g_seekable_can_seek() before calling g_seekable_tell() (#13498)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16972">ARROW-16972</a> - [CI][Packaging] Fix -Dvapi instead of -Dvala on homebrew formulae (#13504)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16974">ARROW-16974</a> - [GLib] Make C99 compatible (#13512)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16977">ARROW-16977</a> - [R] Update dataset row counting so no integer overflow on large datasets (#13514)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16984">ARROW-16984</a> - [Ruby] Add support for installing Apache Arrow GLib automatically on Fedora (#13524)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16995">ARROW-16995</a> - [CI][C++][MinGW] Don’t cache site-packages (#13534)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16997">ARROW-16997</a> - [Doc][Dev] Update arrow/dev README (#13694)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-16999">ARROW-16999</a> - [C++] Add support for SnappyConfig.cmake (#13536)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17001">ARROW-17001</a> - [Release][R] Use apache artifactory for libarrow binaries. (#13622)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17003">ARROW-17003</a> - [Java][Docs] Document arrow-jdbc adapter (#13543)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17005">ARROW-17005</a> - [Java] Allow overriding column nullability in arrow-jdbc (#13558)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17010">ARROW-17010</a> - [Python] Remove deprecated APIs from &lt;= 1.0.0 (top-level ipc, Value scalar classes, pyarrow.compat module) (#13545)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17011">ARROW-17011</a> - [C++][Flight] Remove the need for serialization_internal.h inside python/flight.cc (#13546)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17012">ARROW-17012</a> - [C++][Flight] Remove the need for serialization_internal.h inside python/flight.cc</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17019">ARROW-17019</a> - [Java][Doc]: Update documentation aligned to task of delete mac / linux netty-native profiles</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17032">ARROW-17032</a> - [GLib][Ruby] Add support for Apache Arrow Flight SQL (#13561)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17034">ARROW-17034</a> - [C++] Enable compiler caching for ThirdpartyToolchain.cmake (#13562)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17035">ARROW-17035</a> - [C++][Gandiva] Add Ceil Function (#13565)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17036">ARROW-17036</a> - [C++][Gandiva] Add sign Function (#13568)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17037">ARROW-17037</a> - [C++] Split utf8.h to avoid exposing xsimd dependency to third-party code (#13569)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17039">ARROW-17039</a> - [C++] Partition schema() method is not const supported. (#13572)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17046">ARROW-17046</a> - [Python] improve documentation of pyarrow.parquet.write_to_dataset function (#13591)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17047">ARROW-17047</a> - [Python][Docs] Document how to get field from StructType (#13642)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17050">ARROW-17050</a> - [CI] Use -y flag on mamba install to not ask for confirmation (#13579)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17055">ARROW-17055</a> - [Java][FlightRPC] Don’t duplicate generated Protobuf classes between flight-core and flight-sql (#13596)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17060">ARROW-17060</a> - [C++] Change AsOfJoinNode to use ExecContext’s Memory Pool (#13585)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17063">ARROW-17063</a> - [GLib] Add examples to send/receive record batches via network (#13590)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17065">ARROW-17065</a> - [Python] Allow using subclassed ExtensionScalar in ExtensionType (#13594)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17070">ARROW-17070</a> - [Gandiva][C++] Adding mask-show-first/last-n functions (#13609)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17078">ARROW-17078</a> - [C++] Clean up error handling in C++ Examples (#13598)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17080">ARROW-17080</a> - [Java] Add a top-level CMakeLists.txt for JNI (#13618)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17082">ARROW-17082</a> - [CI][Conan] Enable Brotli (#13617)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17083">ARROW-17083</a> - [Python] Delete created files and folders in Filesystems docstring examples (#13619)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17085">ARROW-17085</a> - [R] group_vars() should not return NULL (#13621)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17086">ARROW-17086</a> - [C++] Install java/dataset include file and fix debug build failed by compiler flag (#13614)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17095">ARROW-17095</a> - [Go] Allow Concatenating Dictionary Arrays (#13624)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17096">ARROW-17096</a> - [C++][Compute] Fix mode kernel error on boolean array (#13646)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17101">ARROW-17101</a> - [Java] Update protoc and protoc-gen-grpc-java (#13632)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17102">ARROW-17102</a> - [R] Test fails on R minimal nightly builds due to Parquet writing (#13631)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17108">ARROW-17108</a> - [Python] Stop skipping dask tests on integration jobs (#13636)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17118">ARROW-17118</a> - [Docs][Release] Use direct link for adding a new release to Apache report database (#13645)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17121">ARROW-17121</a> - [Gandiva][C++] Adding mask function to Gandiva (#13647)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17135">ARROW-17135</a> - [C++] Reduce code size in compute/kernels/scalar_compare.cc (#13654)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17140">ARROW-17140</a> - [C++][GANDIVA] Adding Floor function (#13655)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17151">ARROW-17151</a> - [Docs] Pin docs theme to delay dark mode update (#13663)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17153">ARROW-17153</a> - [GLib][Homebrew] glib-utils is only needed for GLib (#13683)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17153">ARROW-17153</a> - [CI][Homebrew] Require glib-utils (#13666)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17156">ARROW-17156</a> - [GLib][Flight] Add GAFlightClientOptions::disable-server-verification (#13670)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17157">ARROW-17157</a> - [GLib][Ruby][Flight] Add support for headers to GAFlightCallOptions (#13671)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17158">ARROW-17158</a> - [GLib][Flight] Add support for GetFlightInfo (#13672)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17161">ARROW-17161</a> - [C++][Java] Dataset: Support reading from fixed offset of a file for Parquet format</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17162">ARROW-17162</a> - [C++] Bump protobuf vendored version to include ABI mismatch fix when compiling on DEBUG (#13674)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17163">ARROW-17163</a> - [C++] Revert installation of jni_util.h (#13675)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17188">ARROW-17188</a> - [R] Update news for 9.0.0 (#13726)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17194">ARROW-17194</a> - [CI][Conan] Enable glog (#13697)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17213">ARROW-17213</a> - [C++] Fix for valgrind issue in test-r-linux-valgrind crossbow build (#13715)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ARROW-17242">ARROW-17242</a> - [C++][FlightRPC] Propagate RecordBatchReader::Close errors through Flight (#13738)</li>
+</ul>
+
+
+    </main>
+
+    <hr/>
+<footer class="footer">
+  <div class="row">
+    <div class="col-md-9">
+      <p>Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+      <p>&copy; 2016-2022 The Apache Software Foundation</p>
+    </div>
+    <div class="col-md-3">
+      <a class="d-sm-none d-md-inline pr-2" href="https://www.apache.org/events/current-event.html">
+        <img src="https://www.apache.org/events/current-event-234x60.png"/>
+      </a>
+    </div>
+  </div>
+</footer>
+
+  </div>
+</body>
+</html>
diff --git a/release/index.html b/release/index.html
index 0961a025fb..44c424b5b9 100644
--- a/release/index.html
+++ b/release/index.html
@@ -13,20 +13,20 @@
 <meta name="generator" content="Jekyll v4.2.0" />
 <meta property="og:title" content="Releases" />
 <meta property="og:locale" content="en_US" />
-<meta name="description" content="Apache Arrow Releases Navigate to the release page for downloads and the changelog. 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0.0 (24 July 2020) 0.17.1 (18 May 2020) 0.17.0 (20 April 2020) 0.16.0 (7 February 2020) 0.15.1 (1 November 2019) 0.15.0 (5 October 2019) 0.14.1 (2 [...]
-<meta property="og:description" content="Apache Arrow Releases Navigate to the release page for downloads and the changelog. 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0.0 (24 July 2020) 0.17.1 (18 May 2020) 0.17.0 (20 April 2020) 0.16.0 (7 February 2020) 0.15.1 (1 November 2019) 0.15.0 (5 October 2019) 0. [...]
+<meta name="description" content="Apache Arrow Releases Navigate to the release page for downloads and the changelog. 9.0.0 (3 August 2022) 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0.0 (24 July 2020) 0.17.1 (18 May 2020) 0.17.0 (20 April 2020) 0.16.0 (7 February 2020) 0.15.1 (1 November 2019) 0.15.0 (5 O [...]
+<meta property="og:description" content="Apache Arrow Releases Navigate to the release page for downloads and the changelog. 9.0.0 (3 August 2022) 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0.0 (24 July 2020) 0.17.1 (18 May 2020) 0.17.0 (20 April 2020) 0.16.0 (7 February 2020) 0.15.1 (1 November 2019) 0.15 [...]
 <link rel="canonical" href="https://arrow.apache.org/release/" />
 <meta property="og:url" content="https://arrow.apache.org/release/" />
 <meta property="og:site_name" content="Apache Arrow" />
 <meta property="og:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-07-28T21:20:00-04:00" />
+<meta property="article:published_time" content="2022-08-05T01:11:50-04:00" />
 <meta name="twitter:card" content="summary_large_image" />
 <meta property="twitter:image" content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png" />
 <meta property="twitter:title" content="Releases" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-28T21:20:00-04:00","datePublished":"2022-07-28T21:20:00-04:00","description":"Apache Arrow Releases Navigate to the release page for downloads and the changelog. 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0.0 (24 July 2020) 0.17 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-05T01:11:50-04:00","datePublished":"2022-08-05T01:11:50-04:00","description":"Apache Arrow Releases Navigate to the release page for downloads and the changelog. 9.0.0 (3 August 2022) 8.0.0 (6 May 2022) 7.0.0 (3 February 2022) 6.0.1 (18 November 2021) 6.0.0 (26 October 2021) 5.0.0 (29 July 2021) 4.0.1 (26 May 2021) 4.0.0 (26 April 2021) 3.0.0 (26 January 2021) 2.0.0 (19 October 2020) 1.0.1 (21 August 2020) 1.0 [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -236,6 +236,7 @@
 <p>Navigate to the release page for downloads and the changelog.</p>
 
 <ul>
+  <li><a href="/release/9.0.0.html">9.0.0 (3 August 2022)</a></li>
   <li><a href="/release/8.0.0.html">8.0.0 (6 May 2022)</a></li>
   <li><a href="/release/7.0.0.html">7.0.0 (3 February 2022)</a></li>
   <li><a href="/release/6.0.1.html">6.0.1 (18 November 2021)</a></li>