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 c9a6f8ed365 Updating built site (build 
4ad44e6ba1a387182b2b44c21e181cac527bded8)
c9a6f8ed365 is described below

commit c9a6f8ed365fad3a84578891a7ca623d8642c6a7
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Jun 24 11:19:57 2023 +0000

    Updating built site (build 4ad44e6ba1a387182b2b44c21e181cac527bded8)
---
 blog/2023/06/24/datafusion-25.0.0/index.html | 499 +++++++++++++++++++++++++++
 blog/index.html                              |  15 +
 docs/c_glib/index.html                       |   4 +-
 feed.xml                                     | 274 ++++++++++++---
 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/10.0.0.html                          |   4 +-
 release/10.0.1.html                          |   4 +-
 release/11.0.0.html                          |   4 +-
 release/12.0.0.html                          |   4 +-
 release/12.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                           |   4 +-
 release/index.html                           |   4 +-
 45 files changed, 819 insertions(+), 137 deletions(-)

diff --git a/blog/2023/06/24/datafusion-25.0.0/index.html 
b/blog/2023/06/24/datafusion-25.0.0/index.html
new file mode 100644
index 00000000000..3049fd4523d
--- /dev/null
+++ b/blog/2023/06/24/datafusion-25.0.0/index.html
@@ -0,0 +1,499 @@
+<!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 DataFusion 26.0.0 | 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 DataFusion 26.0.0" />
+<meta name="author" content="pmc" />
+<meta property="og:locale" content="en_US" />
+<meta name="description" content="It has been a whirlwind 6 months of 
DataFusion development since our last update: the community has grown, many 
features have been added, performance improved and we are discussing branching 
out to our own top level Apache Project. Background Apache Arrow DataFusion is 
an extensible query engine and database toolkit, written in Rust, that uses 
Apache Arrow as its in-memory format. DataFusion, along with Apache Calcite, 
Facebook’s Velox and similar techno [...]
+<meta property="og:description" content="It has been a whirlwind 6 months of 
DataFusion development since our last update: the community has grown, many 
features have been added, performance improved and we are discussing branching 
out to our own top level Apache Project. Background Apache Arrow DataFusion is 
an extensible query engine and database toolkit, written in Rust, that uses 
Apache Arrow as its in-memory format. DataFusion, along with Apache Calcite, 
Facebook’s Velox and similar [...]
+<link rel="canonical" 
href="https://arrow.apache.org/blog/2023/06/24/datafusion-25.0.0/"; />
+<meta property="og:url" 
content="https://arrow.apache.org/blog/2023/06/24/datafusion-25.0.0/"; />
+<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="2023-06-24T00:00:00-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 DataFusion 26.0.0" />
+<meta name="twitter:site" content="@ApacheArrow" />
+<meta name="twitter:creator" content="@pmc" />
+<script type="application/ld+json">
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"pmc"},"dateModified":"2023-06-24T00:00:00-04:00","datePublished":"2023-06-24T00:00:00-04:00","description":"It
 has been a whirlwind 6 months of DataFusion development since our last update: 
the community has grown, many features have been added, performance improved 
and we are discussing branching out to our own top level Apache Project. 
Background Apache Arrow DataFusion is an extensible query engi [...]
+<!-- 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/main/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="/julia/">Julia</a>
+            <a class="dropdown-item" 
href="https://github.com/apache/arrow/blob/main/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/main/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="/adbc">ADBC</a>
+            <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://github.com/apache/arrow/issues";>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="https://www.apache.org/";>ASF 
Website</a>
+            <a class="dropdown-item" 
href="https://www.apache.org/licenses/";>License</a>
+            <a class="dropdown-item" 
href="https://www.apache.org/foundation/sponsorship.html";>Donate</a>
+            <a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
+            <a class="dropdown-item" 
href="https://www.apache.org/security/";>Security</a>
+          </div>
+        </li>
+      </ul>
+    </div><!-- /.navbar-collapse -->
+  </nav>
+
+  </header>
+
+  <div class="container p-4 pt-5">
+    <div class="col-md-8 mx-auto">
+      <main role="main" class="pb-5">
+        
+<h1>
+  Apache Arrow DataFusion 26.0.0
+</h1>
+<hr class="mt-4 mb-3">
+
+
+
+<p class="mb-4 pb-1">
+  <span class="badge badge-secondary">Published</span>
+  <span class="published mr-3">
+    24 Jun 2023
+  </span>
+  <br />
+  <span class="badge badge-secondary">By</span>
+  
+    <a class="mr-3" href="https://arrow.apache.org";>The Apache Arrow PMC (pmc) 
</a>
+  
+
+  
+</p>
+
+
+        <!--
+
+-->
+
+<p>It has been a whirlwind 6 months of DataFusion development since <a 
href="https://arrow.apache.org/blog/2023/01/19/datafusion-16.0.0";>our
+last update</a>: the community has grown, many features have been added,
+performance improved and we are <a 
href="https://github.com/apache/arrow-datafusion/discussions/6475";>discussing</a>
 branching out to our own
+top level Apache Project.</p>
+
+<h2 id="background">Background</h2>
+
+<p><a href="https://arrow.apache.org/datafusion/";>Apache Arrow DataFusion</a> 
is an extensible query engine and database
+toolkit, written in <a href="https://www.rust-lang.org/";>Rust</a>, that uses 
<a href="https://arrow.apache.org";>Apache Arrow</a> as its in-memory
+format.</p>
+
+<p>DataFusion, along with <a href="https://calcite.apache.org";>Apache 
Calcite</a>, Facebook’s <a 
href="https://github.com/facebookincubator/velox";>Velox</a> and
+similar technology are part of the next generation “<a 
href="https://www.usenix.org/publications/login/winter2018/khurana";>Deconstructed
+Database</a>” architectures, where new systems are built on a foundation
+of fast, modular components, rather as a single tightly integrated
+system.</p>
+
+<p>While single tightly integrated systems such as <a 
href="https://spark.apache.org/";>Spark</a>, <a 
href="https://duckdb.org";>DuckDB</a> and
+<a href="https://www.pola.rs/";>Pola.rs</a> are great pieces of technology, our 
community believes that
+anyone developing new data heavy application, such as those common in
+machine learning in the next 5 years, will <strong>require</strong> a high
+performance, vectorized, query engine to remain relevant. The only
+practical way to gain access to such technology without investing many
+millions of dollars to build a new tightly integrated engine, is
+though open source projects like DataFusion and similar enabling
+technologies such as <a href="https://arrow.apache.org";>Apache Arrow</a> and 
<a href="https://www.rust-lang.org/";>Rust</a>.</p>
+
+<p>DataFusion is targeted primarily at developers creating other data
+intensive analytics, and offers:</p>
+
+<ul>
+  <li>High performance, native, parallel streaming execution engine</li>
+  <li>Mature <a 
href="https://arrow.apache.org/datafusion/user-guide/sql/index.html";>SQL 
support</a>, featuring  subqueries, window functions, grouping sets, and 
more</li>
+  <li>Built in support for Parquet, Avro, CSV, JSON and Arrow formats and easy 
extension for others</li>
+  <li>Native DataFrame API and <a 
href="https://arrow.apache.org/datafusion-python/";>python bindings</a></li>
+  <li><a href="https://docs.rs/datafusion/latest/datafusion/index.html";>Well 
documented</a> source code and architecture, designed to be customized to suit 
downstream project needs</li>
+  <li>High quality, easy to use code <a 
href="https://crates.io/crates/datafusion/versions";>released every 2 weeks to 
crates.io</a></li>
+  <li>Welcoming, open community, governed by the highly regarded and well 
understood <a href="https://www.apache.org/";>Apache Software Foundation</a></li>
+</ul>
+
+<p>The rest of this post highlights some of the improvements we have made
+to DataFusion over the last 6 months and a preview of where we are
+heading. You can see a list of all changes in the detailed
+<a 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/CHANGELOG.md";>CHANGELOG</a>.</p>
+
+<h2 id="even-better-performance">(Even) Better Performance</h2>
+
+<p><a 
href="https://voltrondata.com/resources/speeds-and-feeds-hardware-and-software-matter";>Various</a>
 benchmarks show DataFusion to be quite close or <a 
href="https://github.com/tustvold/access-log-bench";>even
+faster</a> to the state of the art in analytic performance (at the moment
+this seems to be DuckDB). We continually work on improving performance
+(see <a 
href="https://github.com/apache/arrow-datafusion/issues/5546";>#5546</a> for a 
list) and would love additional help in this area.</p>
+
+<p>DataFusion now reads single large Parquet files significantly faster by
+<a href="https://github.com/apache/arrow-datafusion/pull/5057";>parallelizing 
across multiple cores</a>. Native speeds for reading JSON
+and CSV files are also up to 2.5x faster thanks to improvements
+upstream in arrow-rs <a 
href="https://github.com/apache/arrow-rs/pull/3479#issuecomment-1384353159";>JSON
 reader</a> and <a href="https://github.com/apache/arrow-rs/pull/3365";>CSV 
reader</a>.</p>
+
+<p>Also, we have integrated the <a 
href="https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-1/";>arrow-rs
 Row Format</a> into DataFusion resulting in up to <a 
href="https://github.com/apache/arrow-datafusion/pull/6163";>2-3x faster sorting 
and merging</a>.</p>
+
+<h2 id="improved-documentation-and-website">Improved Documentation and 
Website</h2>
+
+<p>Part of growing the DataFusion community is ensuring that DataFusion’s
+features are understood and that it is easy to contribute and
+participate. To that end the <a 
href="https://arrow.apache.org/datafusion/";>website</a> has been cleaned up, <a 
href="https://docs.rs/datafusion/latest/datafusion/index.html#architecture";>the
+architecture guide</a> expanded, the <a 
href="https://arrow.apache.org/datafusion/contributor-guide/roadmap.html";>roadmap</a>
 updated, and several
+overview talks created:</p>
+
+<ul>
+  <li>Apr 2023 <em>Query Engine</em>: <a 
href="https://youtu.be/NVKujPxwSBA";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1D3GDVas-8y0sA4c8EOgdCvEjVND4s2E7I6zfs67Y4j8/edit#slide=id.p";>slides</a></li>
+  <li>April 2023 <em>Logical Plan and Expressions</em>: <a 
href="https://youtu.be/EzZTLiSJnhY";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1ypylM3-w60kVDW7Q6S99AHzvlBgciTdjsAfqNP85K30";>slides</a></li>
+  <li>April 2023 <em>Physical Plan and Execution</em>: <a 
href="https://youtu.be/2jkWU3_w6z0";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1cA2WQJ2qg6tx6y4Wf8FH2WVSm9JQ5UgmBWATHdik0hg";>slides</a></li>
+</ul>
+
+<h2 id="new-features">New Features</h2>
+
+<h3 id="more-streaming-less-memory">More Streaming, Less Memory</h3>
+
+<p>We have made significany progress on the <a 
href="https://github.com/apache/arrow-datafusion/issues/4285";>streaming 
execution roadmap</a>
+such as <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/trait.ExecutionPlan.html#method.unbounded_output";>unbounded
 datasources</a>, <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/aggregates/enum.GroupByOrderMode.html";>streaming
 group by</a>, sophisticated
+<a 
href="https://docs.rs/datafusion/latest/datafusion/physical_optimizer/global_sort_selection/index.html";>sort</a>
 and <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_optimizer/repartition/index.html";>repartitioning</a>
 improvements in the optimizer, and support
+for <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/joins/struct.SymmetricHashJoinExec.html";>symmetric
 hash join</a> (read more about that in the great <a 
href="https://github.com/apache/arrow-datafusion/issues/4285";>Synnada
+Blog Post</a> on the topic). Together, these features both 1) make it
+easier to build streaming systems using DataFusion that can
+incrementally generate output before (or ever) seeing the end of the
+input and 2) allow general queries to use less memory and generate their
+results faster.</p>
+
+<p>We have also improved the runtime <a 
href="https://docs.rs/datafusion/latest/datafusion/execution/memory_pool/index.html";>memory
 management</a> system so that
+DataFusion now stays within its declared memory budget <a 
href="https://github.com/apache/arrow-datafusion/issues/3941";>generate
+runtime errors</a>.</p>
+
+<h3 id="dml-support-insert-delete-update-etc">DML Support (<code 
class="language-plaintext highlighter-rouge">INSERT</code>, <code 
class="language-plaintext highlighter-rouge">DELETE</code>, <code 
class="language-plaintext highlighter-rouge">UPDATE</code>, etc)</h3>
+
+<p>Part of building high performance data systems includes writing data,
+and DataFusion supports several features for creating new files:</p>
+
+<ul>
+  <li><code class="language-plaintext highlighter-rouge">INSERT INTO</code> 
and <code class="language-plaintext highlighter-rouge">SELECT ... INTO </code> 
support for memory backed and CSV tables</li>
+  <li>New <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/insert/trait.DataSink.html";>API
 for writing data into TableProviders</a></li>
+</ul>
+
+<p>We are working on easier to use <a 
href="https://github.com/apache/arrow-datafusion/issues/5654";>COPY INTO</a> 
syntax, better support
+for writing parquet, JSON, and AVRO, and more – see our <a 
href="https://github.com/apache/arrow-datafusion/issues/6569";>tracking epic</a>
+for more details.</p>
+
+<h3 id="timestamp-and-intervals">Timestamp and Intervals</h3>
+
+<p>One mark of the maturity of a SQL engine is how it handles the tricky
+world of timestamp, date, times and interval arithmetic. DataFusion is
+feature complete in this area and behaves as you would expect,
+supporting queries such as</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="k">SELECT</span> <span 
class="n">now</span><span class="p">()</span> <span class="o">+</span> <span 
class="s1">'1 month'</span> <span class="k">FROM</span> <span 
class="n">my_table</span><span class="p">;</span>
+</code></pre></div></div>
+
+<p>We still have a long tail of <a 
href="https://github.com/apache/arrow-datafusion/issues/3148";>date and time 
improvements</a>, which we are working on as well.</p>
+
+<h3 id="querying-structured-types-list-and-structs">Querying Structured Types 
(<code class="language-plaintext highlighter-rouge">List</code> and <code 
class="language-plaintext highlighter-rouge">Struct</code>s)</h3>
+
+<p>Arrow and Parquet <a 
href="https://arrow.apache.org/blog/2022/10/08/arrow-parquet-encoding-part-2/";>support
 nested data</a> well and DataFusion lets you
+easily query such <code class="language-plaintext 
highlighter-rouge">Struct</code> and <code class="language-plaintext 
highlighter-rouge">List</code>. For example, you can use
+DataFusion to read and query the <a 
href="https://data.mendeley.com/datasets/ct8f9skv97";>JSON Datasets for 
Exploratory OLAP -
+Mendeley Data</a> like this:</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="c1">----------</span>
+<span class="c1">-- Explore structured data using SQL</span>
+<span class="c1">----------</span>
+<span class="k">SELECT</span> <span class="k">delete</span> <span 
class="k">FROM</span> <span 
class="s1">'twitter-sample-head-100000.parquet'</span> <span 
class="k">WHERE</span> <span class="k">delete</span> <span class="k">IS</span> 
<span class="k">NOT</span> <span class="k">NULL</span> <span 
class="k">limit</span> <span class="mi">10</span><span class="p">;</span>
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+<span class="o">|</span> <span class="k">delete</span>                         
                                                                                
           <span class="o">|</span>
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">135037425050320896</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">135037425050320896</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134703982051463168</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134703982051463168</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134773741740765184</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134773741740765184</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">132543659655704576</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">132543659655704576</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">133786431926697984</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">133786431926697984</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134619093570560002</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134619093570560002</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134019857527214080</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134019857527214080</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">133931546469076993</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">133931546469076993</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134397743350296576</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134397743350296576</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">127833661767823360</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">127833661767823360</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+
+<span class="c1">----------</span>
+<span class="c1">-- Select some deeply nested fields</span>
+<span class="c1">----------</span>
+<span class="k">SELECT</span>
+  <span class="k">delete</span><span class="p">[</span><span 
class="s1">'status'</span><span class="p">][</span><span 
class="s1">'id'</span><span class="p">][</span><span 
class="s1">'$numberLong'</span><span class="p">]</span> <span 
class="k">as</span> <span class="n">delete_id</span><span class="p">,</span>
+  <span class="k">delete</span><span class="p">[</span><span 
class="s1">'status'</span><span class="p">][</span><span 
class="s1">'user_id'</span><span class="p">]</span> <span class="k">as</span> 
<span class="n">delete_user_id</span>
+<span class="k">FROM</span> <span 
class="s1">'twitter-sample-head-100000.parquet'</span> <span 
class="k">WHERE</span> <span class="k">delete</span> <span class="k">IS</span> 
<span class="k">NOT</span> <span class="k">NULL</span> <span 
class="k">LIMIT</span> <span class="mi">10</span><span class="p">;</span>
+
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+<span class="o">|</span> <span class="n">delete_id</span>          <span 
class="o">|</span> <span class="n">delete_user_id</span> <span 
class="o">|</span>
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+<span class="o">|</span> <span class="mi">135037425050320896</span> <span 
class="o">|</span> <span class="mi">334902461</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134703982051463168</span> <span 
class="o">|</span> <span class="mi">405383453</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134773741740765184</span> <span 
class="o">|</span> <span class="mi">64823441</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">132543659655704576</span> <span 
class="o">|</span> <span class="mi">45917834</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">133786431926697984</span> <span 
class="o">|</span> <span class="mi">67229952</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134619093570560002</span> <span 
class="o">|</span> <span class="mi">182430773</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134019857527214080</span> <span 
class="o">|</span> <span class="mi">257396311</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">133931546469076993</span> <span 
class="o">|</span> <span class="mi">124539548</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134397743350296576</span> <span 
class="o">|</span> <span class="mi">139836391</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">127833661767823360</span> <span 
class="o">|</span> <span class="mi">244442687</span>      <span 
class="o">|</span>
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+</code></pre></div></div>
+
+<h3 id="subqueries-all-the-way-down">Subqueries All the Way Down</h3>
+
+<p>DataFusion can run many different subqueries by rewriting them to
+joins. It has been able to run the full suite of TPC-H queries for at
+least the last year, but recently we have implemented significant
+improvements to this logic, sufficient to run almost all queries in
+the TPC-DS benchmark as well.</p>
+
+<h2 id="community-and-project-growth">Community and Project Growth</h2>
+
+<p>The six months since <a 
href="https://arrow.apache.org/blog/2023/01/19/datafusion-16.0.0";>our last 
update</a> saw significant growth in
+the DataFusion community. Between versions <code class="language-plaintext 
highlighter-rouge">17.0.0</code> and <code class="language-plaintext 
highlighter-rouge">26.0.0</code>,
+DataFusion merged 711 PRs from 107 distinct contributors, not
+including all the work that goes into our core dependencies such as
+<a href="https://crates.io/crates/arrow";>arrow</a>,
+<a href="https://crates.io/crates/parquet";>parquet</a>, and
+<a href="https://crates.io/crates/object_store";>object_store</a>, that much of
+the same community helps support.</p>
+
+<p>In addition, we have added 7 new committers and 1 new PMC member to
+the Apache Arrow project, largely focused on DataFusion, and we
+learned about some of the cool <a 
href="https://arrow.apache.org/datafusion/user-guide/introduction.html#known-users";>new
 systems</a> which are using
+DataFusion. Given the growth of the community and interest in the
+project, we also clarified the <a 
href="https://github.com/apache/arrow-datafusion/discussions/6441";>mission 
statement</a> and are
+<a 
href="https://github.com/apache/arrow-datafusion/discussions/6475";>discussing</a>
 “graduate”ing DataFusion to a new top level
+Apache Software Foundation project.</p>
+
+<!--
+$ git log --pretty=oneline 17.0.0..26.0.0 . | wc -l
+     711
+
+$ git shortlog -sn 17.0.0..26.0.0 . | wc -l
+      107
+-->
+
+<h1 id="how-to-get-involved">How to Get Involved</h1>
+
+<p>Kudos to everyone in the community who has contributed ideas,
+discussions, bug reports, documentation and code. It is exciting to be
+innovating on the next generation of database architectures together!</p>
+
+<p>If you are interested in contributing to DataFusion, we would love to
+have you join us. You can try out DataFusion on some of your own
+data and projects and let us know how it goes or contribute a PR with
+documentation, tests or code. A list of open issues suitable for
+beginners is <a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22";>here</a>.</p>
+
+<p>Check out our <a 
href="https://arrow.apache.org/datafusion/contributor-guide/communication.html";>Communication
 Doc</a> for more ways to engage with the
+community.</p>
+
+
+      </main>
+    </div>
+
+    <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-2023 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/blog/index.html b/blog/index.html
index 0730a122bf5..7becfec9319 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -236,6 +236,21 @@
 
 
   
+  <p>
+    <h3>
+      <a href="/blog/2023/06/24/datafusion-25.0.0/">Apache Arrow DataFusion 
26.0.0</a>
+    </h3>
+    
+    <p>
+    <span class="blog-list-date">
+      24 June 2023
+    </span>
+    </p>
+    It has been a whirlwind 6 months of DataFusion development since our last 
update: the community has grown, many features have been added, performance 
improved and we are discussing branching out to our own top level Apache 
Project. Background Apache Arrow DataFusion is an extensible query engine and 
database toolkit,...
+  </p>
+  
+
+  
   <p>
     <h3>
       <a href="/blog/2023/06/22/nanoarrow-0.120-release/">Apache Arrow 
nanoarrow 0.2 Release</a>
diff --git a/docs/c_glib/index.html b/docs/c_glib/index.html
index d5ad91debb5..baa0c2480e0 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 f5f1a823925..37b8d989233 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,223 @@
-<?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>2023-06-23T06:56:03-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>2023-06-24T07:15:15-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 [...]
+
+-->
+
+<p>It has been a whirlwind 6 months of DataFusion development since <a 
href="https://arrow.apache.org/blog/2023/01/19/datafusion-16.0.0";>our
+last update</a>: the community has grown, many features have been added,
+performance improved and we are <a 
href="https://github.com/apache/arrow-datafusion/discussions/6475";>discussing</a>
 branching out to our own
+top level Apache Project.</p>
+
+<h2 id="background">Background</h2>
+
+<p><a href="https://arrow.apache.org/datafusion/";>Apache Arrow DataFusion</a> 
is an extensible query engine and database
+toolkit, written in <a href="https://www.rust-lang.org/";>Rust</a>, that uses 
<a href="https://arrow.apache.org";>Apache Arrow</a> as its in-memory
+format.</p>
+
+<p>DataFusion, along with <a href="https://calcite.apache.org";>Apache 
Calcite</a>, Facebook’s <a 
href="https://github.com/facebookincubator/velox";>Velox</a> and
+similar technology are part of the next generation “<a 
href="https://www.usenix.org/publications/login/winter2018/khurana";>Deconstructed
+Database</a>” architectures, where new systems are built on a foundation
+of fast, modular components, rather as a single tightly integrated
+system.</p>
+
+<p>While single tightly integrated systems such as <a 
href="https://spark.apache.org/";>Spark</a>, <a 
href="https://duckdb.org";>DuckDB</a> and
+<a href="https://www.pola.rs/";>Pola.rs</a> are great pieces of technology, our 
community believes that
+anyone developing new data heavy application, such as those common in
+machine learning in the next 5 years, will <strong>require</strong> a high
+performance, vectorized, query engine to remain relevant. The only
+practical way to gain access to such technology without investing many
+millions of dollars to build a new tightly integrated engine, is
+though open source projects like DataFusion and similar enabling
+technologies such as <a href="https://arrow.apache.org";>Apache Arrow</a> and 
<a href="https://www.rust-lang.org/";>Rust</a>.</p>
+
+<p>DataFusion is targeted primarily at developers creating other data
+intensive analytics, and offers:</p>
+
+<ul>
+  <li>High performance, native, parallel streaming execution engine</li>
+  <li>Mature <a 
href="https://arrow.apache.org/datafusion/user-guide/sql/index.html";>SQL 
support</a>, featuring  subqueries, window functions, grouping sets, and 
more</li>
+  <li>Built in support for Parquet, Avro, CSV, JSON and Arrow formats and easy 
extension for others</li>
+  <li>Native DataFrame API and <a 
href="https://arrow.apache.org/datafusion-python/";>python bindings</a></li>
+  <li><a href="https://docs.rs/datafusion/latest/datafusion/index.html";>Well 
documented</a> source code and architecture, designed to be customized to suit 
downstream project needs</li>
+  <li>High quality, easy to use code <a 
href="https://crates.io/crates/datafusion/versions";>released every 2 weeks to 
crates.io</a></li>
+  <li>Welcoming, open community, governed by the highly regarded and well 
understood <a href="https://www.apache.org/";>Apache Software Foundation</a></li>
+</ul>
+
+<p>The rest of this post highlights some of the improvements we have made
+to DataFusion over the last 6 months and a preview of where we are
+heading. You can see a list of all changes in the detailed
+<a 
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/CHANGELOG.md";>CHANGELOG</a>.</p>
+
+<h2 id="even-better-performance">(Even) Better Performance</h2>
+
+<p><a 
href="https://voltrondata.com/resources/speeds-and-feeds-hardware-and-software-matter";>Various</a>
 benchmarks show DataFusion to be quite close or <a 
href="https://github.com/tustvold/access-log-bench";>even
+faster</a> to the state of the art in analytic performance (at the moment
+this seems to be DuckDB). We continually work on improving performance
+(see <a 
href="https://github.com/apache/arrow-datafusion/issues/5546";>#5546</a> for a 
list) and would love additional help in this area.</p>
+
+<p>DataFusion now reads single large Parquet files significantly faster by
+<a href="https://github.com/apache/arrow-datafusion/pull/5057";>parallelizing 
across multiple cores</a>. Native speeds for reading JSON
+and CSV files are also up to 2.5x faster thanks to improvements
+upstream in arrow-rs <a 
href="https://github.com/apache/arrow-rs/pull/3479#issuecomment-1384353159";>JSON
 reader</a> and <a href="https://github.com/apache/arrow-rs/pull/3365";>CSV 
reader</a>.</p>
+
+<p>Also, we have integrated the <a 
href="https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-1/";>arrow-rs
 Row Format</a> into DataFusion resulting in up to <a 
href="https://github.com/apache/arrow-datafusion/pull/6163";>2-3x faster sorting 
and merging</a>.</p>
+
+<h2 id="improved-documentation-and-website">Improved Documentation and 
Website</h2>
+
+<p>Part of growing the DataFusion community is ensuring that DataFusion’s
+features are understood and that it is easy to contribute and
+participate. To that end the <a 
href="https://arrow.apache.org/datafusion/";>website</a> has been cleaned up, <a 
href="https://docs.rs/datafusion/latest/datafusion/index.html#architecture";>the
+architecture guide</a> expanded, the <a 
href="https://arrow.apache.org/datafusion/contributor-guide/roadmap.html";>roadmap</a>
 updated, and several
+overview talks created:</p>
+
+<ul>
+  <li>Apr 2023 <em>Query Engine</em>: <a 
href="https://youtu.be/NVKujPxwSBA";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1D3GDVas-8y0sA4c8EOgdCvEjVND4s2E7I6zfs67Y4j8/edit#slide=id.p";>slides</a></li>
+  <li>April 2023 <em>Logical Plan and Expressions</em>: <a 
href="https://youtu.be/EzZTLiSJnhY";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1ypylM3-w60kVDW7Q6S99AHzvlBgciTdjsAfqNP85K30";>slides</a></li>
+  <li>April 2023 <em>Physical Plan and Execution</em>: <a 
href="https://youtu.be/2jkWU3_w6z0";>recording</a> and <a 
href="https://docs.google.com/presentation/d/1cA2WQJ2qg6tx6y4Wf8FH2WVSm9JQ5UgmBWATHdik0hg";>slides</a></li>
+</ul>
+
+<h2 id="new-features">New Features</h2>
+
+<h3 id="more-streaming-less-memory">More Streaming, Less Memory</h3>
+
+<p>We have made significany progress on the <a 
href="https://github.com/apache/arrow-datafusion/issues/4285";>streaming 
execution roadmap</a>
+such as <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/trait.ExecutionPlan.html#method.unbounded_output";>unbounded
 datasources</a>, <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/aggregates/enum.GroupByOrderMode.html";>streaming
 group by</a>, sophisticated
+<a 
href="https://docs.rs/datafusion/latest/datafusion/physical_optimizer/global_sort_selection/index.html";>sort</a>
 and <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_optimizer/repartition/index.html";>repartitioning</a>
 improvements in the optimizer, and support
+for <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/joins/struct.SymmetricHashJoinExec.html";>symmetric
 hash join</a> (read more about that in the great <a 
href="https://github.com/apache/arrow-datafusion/issues/4285";>Synnada
+Blog Post</a> on the topic). Together, these features both 1) make it
+easier to build streaming systems using DataFusion that can
+incrementally generate output before (or ever) seeing the end of the
+input and 2) allow general queries to use less memory and generate their
+results faster.</p>
+
+<p>We have also improved the runtime <a 
href="https://docs.rs/datafusion/latest/datafusion/execution/memory_pool/index.html";>memory
 management</a> system so that
+DataFusion now stays within its declared memory budget <a 
href="https://github.com/apache/arrow-datafusion/issues/3941";>generate
+runtime errors</a>.</p>
+
+<h3 id="dml-support-insert-delete-update-etc">DML Support (<code 
class="language-plaintext highlighter-rouge">INSERT</code>, <code 
class="language-plaintext highlighter-rouge">DELETE</code>, <code 
class="language-plaintext highlighter-rouge">UPDATE</code>, etc)</h3>
+
+<p>Part of building high performance data systems includes writing data,
+and DataFusion supports several features for creating new files:</p>
+
+<ul>
+  <li><code class="language-plaintext highlighter-rouge">INSERT INTO</code> 
and <code class="language-plaintext highlighter-rouge">SELECT ... INTO </code> 
support for memory backed and CSV tables</li>
+  <li>New <a 
href="https://docs.rs/datafusion/latest/datafusion/physical_plan/insert/trait.DataSink.html";>API
 for writing data into TableProviders</a></li>
+</ul>
+
+<p>We are working on easier to use <a 
href="https://github.com/apache/arrow-datafusion/issues/5654";>COPY INTO</a> 
syntax, better support
+for writing parquet, JSON, and AVRO, and more – see our <a 
href="https://github.com/apache/arrow-datafusion/issues/6569";>tracking epic</a>
+for more details.</p>
+
+<h3 id="timestamp-and-intervals">Timestamp and Intervals</h3>
+
+<p>One mark of the maturity of a SQL engine is how it handles the tricky
+world of timestamp, date, times and interval arithmetic. DataFusion is
+feature complete in this area and behaves as you would expect,
+supporting queries such as</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="k">SELECT</span> <span 
class="n">now</span><span class="p">()</span> <span class="o">+</span> <span 
class="s1">'1 month'</span> <span class="k">FROM</span> <span 
class="n">my_table</span><span class="p">;</span>
+</code></pre></div></div>
+
+<p>We still have a long tail of <a 
href="https://github.com/apache/arrow-datafusion/issues/3148";>date and time 
improvements</a>, which we are working on as well.</p>
+
+<h3 id="querying-structured-types-list-and-structs">Querying Structured Types 
(<code class="language-plaintext highlighter-rouge">List</code> and <code 
class="language-plaintext highlighter-rouge">Struct</code>s)</h3>
+
+<p>Arrow and Parquet <a 
href="https://arrow.apache.org/blog/2022/10/08/arrow-parquet-encoding-part-2/";>support
 nested data</a> well and DataFusion lets you
+easily query such <code class="language-plaintext 
highlighter-rouge">Struct</code> and <code class="language-plaintext 
highlighter-rouge">List</code>. For example, you can use
+DataFusion to read and query the <a 
href="https://data.mendeley.com/datasets/ct8f9skv97";>JSON Datasets for 
Exploratory OLAP -
+Mendeley Data</a> like this:</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="c1">----------</span>
+<span class="c1">-- Explore structured data using SQL</span>
+<span class="c1">----------</span>
+<span class="k">SELECT</span> <span class="k">delete</span> <span 
class="k">FROM</span> <span 
class="s1">'twitter-sample-head-100000.parquet'</span> <span 
class="k">WHERE</span> <span class="k">delete</span> <span class="k">IS</span> 
<span class="k">NOT</span> <span class="k">NULL</span> <span 
class="k">limit</span> <span class="mi">10</span><span class="p">;</span>
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+<span class="o">|</span> <span class="k">delete</span>                         
                                                                                
           <span class="o">|</span>
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">135037425050320896</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">135037425050320896</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134703982051463168</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134703982051463168</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134773741740765184</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134773741740765184</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">132543659655704576</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">132543659655704576</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">133786431926697984</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">133786431926697984</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134619093570560002</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134619093570560002</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134019857527214080</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134019857527214080</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">133931546469076993</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">133931546469076993</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">134397743350296576</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">134397743350296576</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">|</span> <span class="p">{</span><span 
class="n">status</span><span class="p">:</span> <span class="p">{</span><span 
class="n">id</span><span class="p">:</span> <span class="p">{</span><span 
class="err">$</span><span class="n">numberLong</span><span class="p">:</span> 
<span class="mi">127833661767823360</span><span class="p">},</span> <span 
class="n">id_str</span><span class="p">:</span> <span 
class="mi">127833661767823360</span><span class="p">,</span> <span class="n">us 
[...]
+<span class="o">+</span><span 
class="c1">---------------------------------------------------------------------------------------------------------------------------+</span>
+
+<span class="c1">----------</span>
+<span class="c1">-- Select some deeply nested fields</span>
+<span class="c1">----------</span>
+<span class="k">SELECT</span>
+  <span class="k">delete</span><span class="p">[</span><span 
class="s1">'status'</span><span class="p">][</span><span 
class="s1">'id'</span><span class="p">][</span><span 
class="s1">'$numberLong'</span><span class="p">]</span> <span 
class="k">as</span> <span class="n">delete_id</span><span class="p">,</span>
+  <span class="k">delete</span><span class="p">[</span><span 
class="s1">'status'</span><span class="p">][</span><span 
class="s1">'user_id'</span><span class="p">]</span> <span class="k">as</span> 
<span class="n">delete_user_id</span>
+<span class="k">FROM</span> <span 
class="s1">'twitter-sample-head-100000.parquet'</span> <span 
class="k">WHERE</span> <span class="k">delete</span> <span class="k">IS</span> 
<span class="k">NOT</span> <span class="k">NULL</span> <span 
class="k">LIMIT</span> <span class="mi">10</span><span class="p">;</span>
+
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+<span class="o">|</span> <span class="n">delete_id</span>          <span 
class="o">|</span> <span class="n">delete_user_id</span> <span 
class="o">|</span>
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+<span class="o">|</span> <span class="mi">135037425050320896</span> <span 
class="o">|</span> <span class="mi">334902461</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134703982051463168</span> <span 
class="o">|</span> <span class="mi">405383453</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134773741740765184</span> <span 
class="o">|</span> <span class="mi">64823441</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">132543659655704576</span> <span 
class="o">|</span> <span class="mi">45917834</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">133786431926697984</span> <span 
class="o">|</span> <span class="mi">67229952</span>       <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134619093570560002</span> <span 
class="o">|</span> <span class="mi">182430773</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134019857527214080</span> <span 
class="o">|</span> <span class="mi">257396311</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">133931546469076993</span> <span 
class="o">|</span> <span class="mi">124539548</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">134397743350296576</span> <span 
class="o">|</span> <span class="mi">139836391</span>      <span 
class="o">|</span>
+<span class="o">|</span> <span class="mi">127833661767823360</span> <span 
class="o">|</span> <span class="mi">244442687</span>      <span 
class="o">|</span>
+<span class="o">+</span><span 
class="c1">--------------------+----------------+</span>
+</code></pre></div></div>
+
+<h3 id="subqueries-all-the-way-down">Subqueries All the Way Down</h3>
+
+<p>DataFusion can run many different subqueries by rewriting them to
+joins. It has been able to run the full suite of TPC-H queries for at
+least the last year, but recently we have implemented significant
+improvements to this logic, sufficient to run almost all queries in
+the TPC-DS benchmark as well.</p>
+
+<h2 id="community-and-project-growth">Community and Project Growth</h2>
+
+<p>The six months since <a 
href="https://arrow.apache.org/blog/2023/01/19/datafusion-16.0.0";>our last 
update</a> saw significant growth in
+the DataFusion community. Between versions <code class="language-plaintext 
highlighter-rouge">17.0.0</code> and <code class="language-plaintext 
highlighter-rouge">26.0.0</code>,
+DataFusion merged 711 PRs from 107 distinct contributors, not
+including all the work that goes into our core dependencies such as
+<a href="https://crates.io/crates/arrow";>arrow</a>,
+<a href="https://crates.io/crates/parquet";>parquet</a>, and
+<a href="https://crates.io/crates/object_store";>object_store</a>, that much of
+the same community helps support.</p>
+
+<p>In addition, we have added 7 new committers and 1 new PMC member to
+the Apache Arrow project, largely focused on DataFusion, and we
+learned about some of the cool <a 
href="https://arrow.apache.org/datafusion/user-guide/introduction.html#known-users";>new
 systems</a> which are using
+DataFusion. Given the growth of the community and interest in the
+project, we also clarified the <a 
href="https://github.com/apache/arrow-datafusion/discussions/6441";>mission 
statement</a> and are
+<a 
href="https://github.com/apache/arrow-datafusion/discussions/6475";>discussing</a>
 “graduate”ing DataFusion to a new top level
+Apache Software Foundation project.</p>
+
+<!--
+$ git log --pretty=oneline 17.0.0..26.0.0 . | wc -l
+     711
+
+$ git shortlog -sn 17.0.0..26.0.0 . | wc -l
+      107
+-->
+
+<h1 id="how-to-get-involved">How to Get Involved</h1>
+
+<p>Kudos to everyone in the community who has contributed ideas,
+discussions, bug reports, documentation and code. It is exciting to be
+innovating on the next generation of database architectures together!</p>
+
+<p>If you are interested in contributing to DataFusion, we would love to
+have you join us. You can try out DataFusion on some of your own
+data and projects and let us know how it goes or contribute a PR with
+documentation, tests or code. A list of open issues suitable for
+beginners is <a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22";>here</a>.</p>
+
+<p>Check out our <a 
href="https://arrow.apache.org/datafusion/contributor-guide/communication.html";>Communication
 Doc</a> for more ways to engage with the
+community.</p>]]></content><author><name>pmc</name></author><category 
term="release" /><summary type="html"><![CDATA[It has been a whirlwind 6 months 
of DataFusion development since our last update: the community has grown, many 
features have been added, performance improved and we are discussing branching 
out to our own top level Apache Project. Background Apache Arrow DataFusion is 
an extensible query engine and database toolkit, written in Rust, that uses 
Apache Arrow as its in-memory [...]
 
 -->
 
@@ -1253,55 +1472,4 @@ to the invaluable advice and support of the Apache Arrow 
developer mailing list.
      1  Dane Pitkin
      1  Jonathan Keane
      1  Joris Van den Bossche
-</code></pre></div></div>]]></content><author><name>pmc</name></author><category
 term="release" /><summary type="html"><![CDATA[The Apache Arrow team is 
pleased to announce the 0.1.0 release of Apache Arrow nanoarrow. This initial 
release covers 31 resolved issues from 6 contributors. Release Highlights This 
initial release includes the following: A C library bundled as two files 
(nanoarrow.c and nanoarrow.h). An R package providing bindings for users of the 
R programming language. See t [...]
-
--->
-
-<p>The Apache Arrow team is pleased to announce the 0.2.0 release of
-the Apache Arrow ADBC libraries. This covers includes <a 
href="https://github.com/apache/arrow-adbc/milestone/2";><strong>34
-resolved issues</strong></a> from <a href="#contributors"><strong>7 distinct 
contributors</strong></a>.</p>
-
-<p>This is a release of the <strong>libraries</strong>, which are at version
-0.2.0.  The <strong>API specification</strong> is versioned separately and is
-at version 1.0.0.</p>
-
-<p>The release notes below are not exhaustive and only expose selected
-highlights of the release. Many other bugfixes and improvements have
-been made: we refer you to the <a 
href="https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.2.0/CHANGELOG.md";>complete
 changelog</a>.</p>
-
-<h2 id="release-highlights">Release Highlights</h2>
-
-<p>An ADBC Flight SQL driver in Go has been added.  This driver has
-bindings for C/C++ and Python as well.  This lets us distribute and
-update the driver independently of PyArrow, without causing conflicts
-in dependencies like Protobuf and gRPC.</p>
-
-<p>The Go database/sql interface now returns standard library <code 
class="language-plaintext highlighter-rouge">time.Time</code>
-values for Arrow time and date columns.</p>
-
-<p>The PostgreSQL driver has support for more types.</p>
-
-<h2 id="contributors">Contributors</h2>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>$ git shortlog --perl-regexp 
--author='^((?!dependabot\[bot\]).*)$' -sn 
apache-arrow-adbc-0.1.0..apache-arrow-adbc-0.2.0
-    56 David Li
-     8 Sutou Kouhei
-     7 Matt Topol
-     4 Jacob Marble
-     2 Benson Muite
-     1 Dave Hirschfeld
-     1 Jianfeng Mao
-</code></pre></div></div>
-
-<h2 id="roadmap">Roadmap</h2>
-
-<p>New extensions to the API specification have been proposed.  These
-will be backwards-compatible and will become API specification 1.1.0.
-For details, see the <a 
href="https://lists.apache.org/thread/247z3t06mf132nocngc1jkp3oqglz7jp";>mailing 
list discussion</a> and the
-<a href="https://github.com/apache/arrow-adbc/milestone/3";>milestone</a> 
tracking the proposed features.</p>
-
-<h2 id="getting-involved">Getting Involved</h2>
-
-<p>We welcome questions and contributions from all interested.  Issues
-can be filed on <a 
href="https://github.com/apache/arrow-adbc/issues";>GitHub</a>, and questions 
can be directed to GitHub
-or the <a href="/community/">Arrow mailing 
lists</a>.</p>]]></content><author><name>pmc</name></author><category 
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased 
to announce the 0.2.0 release of the Apache Arrow ADBC libraries. This covers 
includes 34 resolved issues from 7 distinct contributors. This is a release of 
the libraries, which are at version 0.2.0. The API specification is versioned 
separately and is at version 1.0.0. The release notes below are  [...]
\ No newline at end of file
+</code></pre></div></div>]]></content><author><name>pmc</name></author><category
 term="release" /><summary type="html"><![CDATA[The Apache Arrow team is 
pleased to announce the 0.1.0 release of Apache Arrow nanoarrow. This initial 
release covers 31 resolved issues from 6 contributors. Release Highlights This 
initial release includes the following: A C library bundled as two files 
(nanoarrow.c and nanoarrow.h). An R package providing bindings for users of the 
R programming language. See t [...]
\ No newline at end of file
diff --git a/release/0.1.0.html b/release/0.1.0.html
index 17a8f65d7e2..3f60c9dcaef 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 b9fb63c5285..b3d0a7dcec3 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 04fb3f2751b..47a63f36872 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 e24846d9afb..44cfae6e685 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 5427d8c78ec..8b8cb4780c5 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 061616eb580..1c37b108f60 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 471e04a7040..709e9d14479 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 8d744a48ceb..6bd6748d26e 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 66ed2002579..e0f192a0be4 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 74f7aee8edf..dffb5b3fd67 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 7d8c7c3fa73..14f0279ac40 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 472856c5afd..56c554d63e2 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 a0fe0c89cc5..28b2346bbbf 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 ee34167081b..55fcf60cf1f 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 30495f401ed..5b5c8647112 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 db52981c266..be88e45c4c3 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 e41f81c7dde..00febc90d16 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 dea4bfc8441..5c0465cc30b 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 9e9e3113628..cca1e8f346c 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 b17b3d04d10..9c01583d129 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 a28b37e8380..54d3f9b02ec 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 e1836e7dd6b..5a3f04a65f8 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 93d7e24ce0e..2ba3b779390 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 cd8fe67ca9c..1c9b908efbb 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 2f3443f9be4..60b75abc1c5 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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/10.0.0.html b/release/10.0.0.html
index 4b2aaee5aaa..d340fd1fb04 100644
--- a/release/10.0.0.html
+++ b/release/10.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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 10.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow 10.0.0 (26 October 2022) This is a major release covering more than 2 
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 536 commits from 100 distinct contributors. 
$ git shortlog -s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow 10.0.0 (26 October 2022) This is a major release covering more than 2 
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 536 commits from 100 distinct contributors. 
$ git shortlog -s [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/10.0.1.html b/release/10.0.1.html
index d826c9d5962..3b9b8bf3b14 100644
--- a/release/10.0.1.html
+++ b/release/10.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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 10.0.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow 10.0.1 (22 November 2022) This is a patch release covering more than 1 
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 15 distinct contributors. $ 
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow 10.0.1 (22 November 2022) This is a patch release covering more than 1 
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 15 distinct contributors. $ 
git shortlog -sn [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/11.0.0.html b/release/11.0.0.html
index 990c89398d4..c5fb9ce3847 100644
--- a/release/11.0.0.html
+++ b/release/11.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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 11.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow 11.0.0 (26 January 2023) 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 516 commits from 95 distinct contributors. $ 
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow 11.0.0 (26 January 2023) 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 516 commits from 95 distinct contributors. $ 
git shortlog -sn [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/12.0.0.html b/release/12.0.0.html
index c3513b2d867..d1d3d2ed50e 100644
--- a/release/12.0.0.html
+++ b/release/12.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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 12.0.0 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow 12.0.0 (2 May 2023) 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 531 commits from 97 distinct contributors. $ 
git shortlog -sn apac [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow 12.0.0 (2 May 2023) 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 531 commits from 97 distinct contributors. $ 
git shortlog -sn apac [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/12.0.1.html b/release/12.0.1.html
index 4888de7aeca..3874cad2ae7 100644
--- a/release/12.0.1.html
+++ b/release/12.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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 12.0.1 Release" />
 <meta name="twitter:site" content="@ApacheArrow" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow 12.0.1 (13 June 2023) This is a patch release covering more than 1 
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 32 commits from 12 distinct contributors. $ 
git shortlog -sn apa [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow 12.0.1 (13 June 2023) This is a patch release covering more than 1 
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 32 commits from 12 distinct contributors. $ 
git shortlog -sn apa [...]
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/release/2.0.0.html b/release/2.0.0.html
index b87718d662f..9951f5631d5 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 01062914c36..19042e76e3c 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 00341a58bb3..8b9d7a73347 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 b9e1040cfa7..1de61d3efc9 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 524a31a6328..7dff303a5bb 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 905ee0060a1..26d995d163b 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 4f1245ae52a..d4b53c45c15 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 5f1511448eb..3b8325fc1cb 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 c89367090e5..50a86431290 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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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
index 4c9132d208e..fcc55d4261d 100644
--- a/release/9.0.0.html
+++ b/release/9.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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-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 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-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 -->
 
 
diff --git a/release/index.html b/release/index.html
index 164655837d8..f767480a3ac 100644
--- a/release/index.html
+++ b/release/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="2023-06-23T06:56:03-04:00" />
+<meta property="article:published_time" content="2023-06-24T07:15:15-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":"2023-06-23T06:56:03-04:00","datePublished":"2023-06-23T06:56:03-04:00","description":"Apache
 Arrow Releases Navigate to the release page for downloads and the changelog. 
12.0.1 (13 June 2023) 12.0.0 (2 May 2023) 11.0.0 (26 January 2023) 10.0.1 (22 
November 2022) 10.0.0 (26 October 2022) 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 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-24T07:15:15-04:00","datePublished":"2023-06-24T07:15:15-04:00","description":"Apache
 Arrow Releases Navigate to the release page for downloads and the changelog. 
12.0.1 (13 June 2023) 12.0.0 (2 May 2023) 11.0.0 (26 January 2023) 10.0.1 (22 
November 2022) 10.0.0 (26 October 2022) 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 [...]
 <!-- End Jekyll SEO tag -->
 
 

Reply via email to