From 9030e7b19ad3051b4b813023d48104668d345443 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 14 Jun 2024 07:44:47 -0400 Subject: [PATCH] Update datafusion-examples/examples/advanced_parquet_index.rs Co-authored-by: Alex Huang --- datafusion-examples/examples/advanced_parquet_index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-examples/examples/advanced_parquet_index.rs b/datafusion-examples/examples/advanced_parquet_index.rs index 1390914e2a77..923670d2819f 100644 --- a/datafusion-examples/examples/advanced_parquet_index.rs +++ b/datafusion-examples/examples/advanced_parquet_index.rs @@ -321,7 +321,7 @@ impl IndexTableProvider { // If we want to use row selections, which the parquet reader can // use to skip data pages when the parquet file has a "page index" - // and the reader is configured to read it, add a row seelction + // and the reader is configured to read it, add a row selection if self.use_row_selections() { let offset_in_row_group = val - row_group_index * num_rows_in_row_group; let selection = RowSelection::from(vec![