This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c311d8b Commit build products
c311d8b is described below
commit c311d8b86449a7c2b0e79a394bab4d65155a3795
Author: Build Pelican (action) <[email protected]>
AuthorDate: Mon Sep 21 21:41:03 2026 +0000
Commit build products
---
output/2025/08/15/external-parquet-indexes/index.html | 2 +-
output/feeds/all-en.atom.xml | 2 +-
output/feeds/andrew-lamb-influxdata.atom.xml | 2 +-
output/feeds/blog.atom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/output/2025/08/15/external-parquet-indexes/index.html
b/output/2025/08/15/external-parquet-indexes/index.html
index e1eda87..ba3919c 100644
--- a/output/2025/08/15/external-parquet-indexes/index.html
+++ b/output/2025/08/15/external-parquet-indexes/index.html
@@ -322,7 +322,7 @@ with the <a
href="https://docs.rs/datafusion/latest/datafusion/datasource/trait.
and the <code>scan</code> method uses those predicates with the
external index to find the files that may contain data that matches the
query.</p>
<p>The DataFusion repository contains a fully working and well-commented
example,
-<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
+<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
The example creates a simple index that stores the min/max values for a column
called <code>value</code> along with the file name. Then it runs the following
query:</p>
<pre><code class="language-sql">SELECT file_name, value FROM index_table WHERE
value = 150
diff --git a/output/feeds/all-en.atom.xml b/output/feeds/all-en.atom.xml
index f04144b..0ec1882 100644
--- a/output/feeds/all-en.atom.xml
+++ b/output/feeds/all-en.atom.xml
@@ -8448,7 +8448,7 @@ with the <a
href="https://docs.rs/datafusion/latest/datafusion/datasource/tra
and the <code>scan</code> method uses those predicates with the
external index to find the files that may contain data that matches the
query.</p>
<p>The DataFusion repository contains a fully working and well-commented
example,
-<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
+<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
The example creates a simple index that stores the min/max values for a column
called <code>value</code> along with the file name. Then it runs
the following query:</p>
<pre><code class="language-sql">SELECT file_name, value FROM
index_table WHERE value = 150
diff --git a/output/feeds/andrew-lamb-influxdata.atom.xml
b/output/feeds/andrew-lamb-influxdata.atom.xml
index c7c2f2d..4e3d85e 100644
--- a/output/feeds/andrew-lamb-influxdata.atom.xml
+++ b/output/feeds/andrew-lamb-influxdata.atom.xml
@@ -266,7 +266,7 @@ with the <a
href="https://docs.rs/datafusion/latest/datafusion/datasource/tra
and the <code>scan</code> method uses those predicates with the
external index to find the files that may contain data that matches the
query.</p>
<p>The DataFusion repository contains a fully working and well-commented
example,
-<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
+<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
The example creates a simple index that stores the min/max values for a column
called <code>value</code> along with the file name. Then it runs
the following query:</p>
<pre><code class="language-sql">SELECT file_name, value FROM
index_table WHERE value = 150
diff --git a/output/feeds/blog.atom.xml b/output/feeds/blog.atom.xml
index 4224eff..8e2b3d0 100644
--- a/output/feeds/blog.atom.xml
+++ b/output/feeds/blog.atom.xml
@@ -8448,7 +8448,7 @@ with the <a
href="https://docs.rs/datafusion/latest/datafusion/datasource/tra
and the <code>scan</code> method uses those predicates with the
external index to find the files that may contain data that matches the
query.</p>
<p>The DataFusion repository contains a fully working and well-commented
example,
-<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
+<a
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/parquet_index.rs">parquet_index.rs</a>,
of this technique that you can use as a starting point.
The example creates a simple index that stores the min/max values for a column
called <code>value</code> along with the file name. Then it runs
the following query:</p>
<pre><code class="language-sql">SELECT file_name, value FROM
index_table WHERE value = 150
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]