zhuliquan commented on code in PR #13879:
URL: https://github.com/apache/datafusion/pull/13879#discussion_r1894946948
##########
datafusion-examples/examples/advanced_parquet_index.rs:
##########
@@ -211,7 +211,7 @@ async fn main() -> Result<()> {
//
// Note: in order to prune pages, the Page Index must be loaded and the
// ParquetExec will load it on demand if not present. To avoid a second IO
- // during query, this example loaded the Page Index pre-emptively by
setting
+ // during query, this example loaded the Page Index pre-emptily by setting
Review Comment:
Yeah, I got it, I will recover it
--
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]