Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/2025-08-15-external-parquet-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading