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 b6334a17f17 Updating built site
b6334a17f17 is described below
commit b6334a17f17e071163866dd5e8893a6ea3f7f3d4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 25 06:13:57 2025 +0000
Updating built site
---
blog/2022/03/21/datafusion-contrib/index.html | 4 ++--
community/index.html | 18 +++++++++---------
feed.xml | 2 +-
index.html | 6 +++---
install/index.html | 6 +++---
5 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/blog/2022/03/21/datafusion-contrib/index.html
b/blog/2022/03/21/datafusion-contrib/index.html
index da92a006330..b997b41e0b6 100644
--- a/blog/2022/03/21/datafusion-contrib/index.html
+++ b/blog/2022/03/21/datafusion-contrib/index.html
@@ -301,7 +301,7 @@
<p>The current priority is adding python bindings for
<code>S3FileSystem</code>. After that there will be async improvements as
DataFusion adopts more of that functionality and we are looking into S3 Select
functionality.</p>
<h3>How to Install</h3>
<p>Add the below to your <code>Cargo.toml</code> in your Rust Project with
DataFusion.</p>
-<div class="language-toml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="toml"><span
class="py">datafusion-objectstore-s3</span> <span class="p">=</span> <span
class="s">"0.1.0"</span>
+<div class="language-toml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="toml"><span
class="n">datafusion-objectstore-s3</span> <span class="o">=</span><span
class="w"> </span><span class="s">"0.1.0"</span>
</code></pre></div></div>
<h2>DataFusion-Substrait</h2>
<p><a href="https://substrait.io/" target="_blank"
rel="noopener">Substrait</a> is an emerging standard that provides a
cross-language serialization format for relational algebra (e.g. expressions
and query plans).</p>
@@ -330,7 +330,7 @@
</ul>
<h3>How to Install</h3>
<p>Add the below to your <code>Cargo.toml</code> in your Rust Project with
DataFusion.</p>
-<div class="language-toml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="toml"><span
class="py">datafusion-bigtable</span> <span class="p">=</span> <span
class="s">"0.1.0"</span>
+<div class="language-toml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="toml"><span
class="n">datafusion-bigtable</span> <span class="o">=</span><span class="w">
</span><span class="s">"0.1.0"</span>
</code></pre></div></div>
<h2>DataFusion-HDFS</h2>
<p>This <a
href="https://github.com/datafusion-contrib/datafusion-objectstore-hdfs"
target="_blank" rel="noopener">crate</a> introduces
<code>HadoopFileSystem</code> as a remote <code>ObjectStore</code> which
provides the ability to query HDFS files. For HDFS access the <a
href="https://github.com/yahoNanJing/fs-hdfs" target="_blank"
rel="noopener">fs-hdfs</a> library is used.</p>
diff --git a/community/index.html b/community/index.html
index ea50bc9c284..5f6d379bfc8 100644
--- a/community/index.html
+++ b/community/index.html
@@ -332,7 +332,7 @@ addition to the programming language. Some languages and
subprojects may have
their own tags (for example,
<a href="https://stackoverflow.com/questions/tagged/pyarrow" target="_blank"
rel="noopener">pyarrow</a>).</p>
<h2>Meetings</h2>
-<p>We host online meetings to provide spaces for synchronous discussions about
the Arrow project. These discussions usually focus on topics of interest to
developers who are contributing to Arrow, but we welcome users of Arrow to
join. Currently there are three series of regularly held meetings:</p>
+<p>We host online meetings to provide spaces for synchronous discussions about
the Arrow project. These discussions usually focus on topics of interest to
developers who are contributing to Arrow, but we welcome users of Arrow to
join.</p>
<table class="table table-striped">
<thead>
<tr>
@@ -344,24 +344,24 @@ their own tags (for example,
<tbody>
<tr>
<td>Arrow community meeting</td>
- <td>Biweekly</td>
+ <td>Every 2 weeks</td>
<td><a
href="https://docs.google.com/document/d/1xrji8fc6_24TVmKiHJB4ECX1Zy2sy2eRbBjpVJMnPmk/"
target="_blank" rel="noopener">Google Doc</a></td>
</tr>
+ <tr>
+ <td>PyArrow development meeting</td>
+ <td>Every 4 weeks</td>
+ <td><a
href="https://docs.google.com/document/d/1ioiJdEYf5mJwQ-rOjzjPYCeHTjOhAPo5ppUHy6iBrxU/"
target="_blank" rel="noopener">Google Doc</a></td>
+ </tr>
<tr>
<td>Arrow R package development meeting</td>
- <td>Biweekly</td>
+ <td>Irregular</td>
<td><a
href="https://docs.google.com/document/d/1nSIfJw8mfqtvScqvSVqmktpWff80pFmkqiZT7nTtiDo/"
target="_blank" rel="noopener">Google Doc</a></td>
</tr>
<tr>
<td>Arrow Rust sync meeting</td>
- <td>Varies</td>
+ <td>Irregular</td>
<td><a
href="https://docs.google.com/document/d/1atCVnoff5SR4eM4Lwf2M1BBJTY6g3_HUNR6qswYJW_U/"
target="_blank" rel="noopener">Google Doc</a></td>
</tr>
- <tr>
- <td>PyArrow development meeting</td>
- <td>Every 4 weeks</td>
- <td><a
href="https://docs.google.com/document/d/1ioiJdEYf5mJwQ-rOjzjPYCeHTjOhAPo5ppUHy6iBrxU/"
target="_blank" rel="noopener">Google Doc</a></td>
- </tr>
</tbody>
</table>
<p>For information about how to attend these meetings, see the meeting notes
and subscribe to the <code>dev@</code> mailing list as described above. The
hosts of some of these meetings send reminder emails to the mailing list prior
to each meeting with information about how to join.</p>
diff --git a/feed.xml b/feed.xml
index 048c9ac4534..05c411d939c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.4.1">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>2025-09-13T06:19:52-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is the universal
columnar fo [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.4.1">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>2025-09-25T02:10:14-04:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is the universal
columnar fo [...]
-->
<p>The Apache Arrow team is pleased to announce the version 20 release of
diff --git a/index.html b/index.html
index 32bdc7dedf2..ddf0f821ee1 100644
--- a/index.html
+++ b/index.html
@@ -151,9 +151,9 @@
<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="https://github.com/apache/arrow-dotnet" target="_blank"
rel="noopener">.NET</a>
<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"
target="_blank" rel="noopener">C#</a>
<a class="dropdown-item"
href="https://godoc.org/github.com/apache/arrow/go/arrow" target="_blank"
rel="noopener">Go</a>
<a class="dropdown-item" href="/docs/java">Java</a>
<a class="dropdown-item" href="/docs/js">JavaScript</a>
@@ -173,9 +173,9 @@
<div class="dropdown-menu" aria-labelledby="navbarDropdownSource">
<a class="dropdown-item" href="https://github.com/apache/arrow"
target="_blank" rel="noopener">Main Repo</a>
<hr>
- <a class="dropdown-item"
href="https://github.com/apache/arrow-dotnet" target="_blank"
rel="noopener">.NET</a>
<a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/c_glib" target="_blank"
rel="noopener">C GLib</a>
<a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/cpp" target="_blank"
rel="noopener">C++</a>
+ <a class="dropdown-item"
href="https://github.com/apache/arrow/tree/main/csharp" target="_blank"
rel="noopener">C#</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-go"
target="_blank" rel="noopener">Go</a>
<a class="dropdown-item"
href="https://github.com/apache/arrow-java" target="_blank"
rel="noopener">Java</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-js"
target="_blank" rel="noopener">JavaScript</a>
@@ -282,7 +282,7 @@
<div class="col-lg-4 mt-3">
<h3>Libraries</h3>
<p>Arrow's libraries implement the format and provide building blocks
for a range of <a href="/use_cases/">use cases</a>, including high performance
analytics. <a href="/powered_by/">Many popular projects</a> use Arrow to ship
columnar data efficiently or as the basis for analytic engines.</p>
- <p>Libraries are available for <a
href="https://github.com/apache/arrow-dotnet" target="_blank"
rel="noopener">.NET</a>, <a href="/docs/c_glib/">C</a>, <a
href="/docs/cpp/">C++</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow" target="_blank"
rel="noopener">Go</a>, <a href="/docs/java/">Java</a>, <a
href="/docs/js/">JavaScript</a>, <a href="/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md"
target="_blank" rel="noopener">MATLAB< [...]
+ <p>Libraries are available for <a href="/docs/c_glib/">C</a>, <a
href="/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow/blob/main/csharp/README.md"
target="_blank" rel="noopener">C#</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow" target="_blank"
rel="noopener">Go</a>, <a href="/docs/java/">Java</a>, <a
href="/docs/js/">JavaScript</a>, <a href="/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md"
target="_blank" rel= [...]
See <a href="/install/">how to install</a> and get started.
</p>
</div>
diff --git a/install/index.html b/install/index.html
index 7e5c09f0cb1..c8a6c399c88 100644
--- a/install/index.html
+++ b/install/index.html
@@ -418,9 +418,9 @@ conda <span class="nb">install </span>r-arrow<span
class="o">=</span>21.0.<span
<p>The Apache Arrow C++ port in vcpkg is kept up to date by Microsoft team
members and community contributors. If the version is out of date, please <a
href="https://github.com/Microsoft/vcpkg" target="_blank" rel="noopener">create
an issue or pull request on the vcpkg repository</a>.</p>
<h3>C++ Package on Conan</h3>
<p>You can download and install Apache Arrow C++ using the <a
href="https://conan.io/" target="_blank" rel="noopener">Conan</a> package
manager. For example, you can use the following <code>conanfile.txt</code>:</p>
-<div class="language-ini highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="ini"><span class="nn">[requires]</span>
-<span class="err">arrow/21.0.0</span>
-</code></pre></div></div>
+<div class="language-ini highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="ini"><span class="nn">[requires]</span><span
class="w">
+</span><span class="na">arrow/21.0.0</span><span class="w">
+</span></code></pre></div></div>
<h3>R Package on CRAN</h3>
<p>Install the R package from <a href="https://cran.r-project.org/"
target="_blank" rel="noopener">CRAN</a> with</p>
<div class="language-r highlighter-rouge"><div class="highlight"><pre
class="highlight"><code data-lang="r"><span
class="n">install.packages</span><span class="p">(</span><span
class="s2">"arrow"</span><span class="p">)</span><span class="w">