goutamadwant commented on code in PR #24129:
URL: https://github.com/apache/datafusion/pull/24129#discussion_r3733020546


##########
datafusion-examples/examples/data_io/parquet_advanced_index.rs:
##########
@@ -83,7 +83,7 @@ use url::Url;
 ///
 /// Specifically, this example illustrates how to:
 /// 1. Use [`ParquetFileReaderFactory`] to avoid re-reading parquet metadata 
on each query
-/// 2. Use [`PruningPredicate`] for predicate analysis
+/// 2. Use [`datafusion::physical_optimizer::pruning::PruningPredicate`] for 
predicate analysis

Review Comment:
   I updated this @alamb. I restored the `PruningPredicate` link and added its 
reference definition alongside the existing documentation links. Let me know if 
this is good. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to