From 5ef596653acff25fa852bd256fca359f74d23cfb Mon Sep 17 00:00:00 2001 From: Muhammad Haseeb <14217455+mhaseeb123@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:01:08 -0800 Subject: [PATCH] Update cpp/src/io/parquet/page_decode.cuh Co-authored-by: Vukasin Milovanovic --- cpp/src/io/parquet/page_decode.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/parquet/page_decode.cuh b/cpp/src/io/parquet/page_decode.cuh index 2efe1b3397b..544630749f8 100644 --- a/cpp/src/io/parquet/page_decode.cuh +++ b/cpp/src/io/parquet/page_decode.cuh @@ -150,7 +150,7 @@ inline __device__ bool is_bounds_page(page_state_s* const s, size_t const end = start_row + num_rows; // For non-nested schemas, rows cannot span pages, so use a more restrictive test except for - // the page_end. This is because we may adjusted the `num_rows` for the last page in + // the page_end. This is because we may have adjusted the `num_rows` for the last page in // `generate_list_column_row_count_estimates()` to compensate for the list row size estimates // in case of chunked read mode. return has_repetition