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

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cac97c1  Update parquet_index hyperlink (#204)
cac97c1 is described below

commit cac97c1956768e07f53a3e3f70d54cbf6c411c2d
Author: Pepijn Van Eeckhoudt <[email protected]>
AuthorDate: Mon Sep 21 23:40:37 2026 +0200

    Update parquet_index hyperlink (#204)
    
    Update the hyperlink pointing to `parquet_index.rs` in the datafusion 
repository
---
 content/blog/2025-08-15-external-parquet-indexes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2025-08-15-external-parquet-indexes.md 
b/content/blog/2025-08-15-external-parquet-indexes.md
index 58566a3..eda8549 100644
--- a/content/blog/2025-08-15-external-parquet-indexes.md
+++ b/content/blog/2025-08-15-external-parquet-indexes.md
@@ -380,7 +380,7 @@ called `value` along with the file name. Then it runs the 
following query:
 SELECT file_name, value FROM index_table WHERE value = 150
 ```
 
-[parquet_index.rs]: 
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/parquet_index.rs
+[parquet_index.rs]: 
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/data_io/parquet_index.rs
 
 The custom `IndexTableProvider`'s `scan` method uses the index to find files
 that may contain data matching the predicate as shown below:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to