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

alamb 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 34b9200  Update 2025-03-20-parquet-pruning.md (#62)
34b9200 is described below

commit 34b9200d9540b81d331d33a150c9072033185b98
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Mar 20 14:00:03 2025 -0400

    Update 2025-03-20-parquet-pruning.md (#62)
---
 content/blog/2025-03-20-parquet-pruning.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2025-03-20-parquet-pruning.md 
b/content/blog/2025-03-20-parquet-pruning.md
index ffbdfed..19c38dd 100644
--- a/content/blog/2025-03-20-parquet-pruning.md
+++ b/content/blog/2025-03-20-parquet-pruning.md
@@ -46,7 +46,7 @@ This post provides an overview of the techniques used in 
DataFusion to selective
 ### The pipeline
 The diagram below illustrates the [Parquet reading pipeline] in DataFusion, 
highlighting how data flows through various pruning stages before being 
converted to Arrow format:
 
-[Parquet reading pipeline]: 
https://docs.rs/datafusion/46.0.0/datafusion/datasource/physical_plan/parquet/source/struct.ParquetSource.html```
+[Parquet reading pipeline]: 
https://docs.rs/datafusion/46.0.0/datafusion/datasource/physical_plan/parquet/source/struct.ParquetSource.html
 
 <img src="/blog/images/parquet-pruning/read-parquet.jpg" alt="Parquet pruning 
pipeline in DataFusion" width="100%" class="img-responsive">
 


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

Reply via email to