Skip to content

Commit

Permalink
Update cpp/src/io/parquet/page_decode.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Vukasin Milovanovic <[email protected]>
  • Loading branch information
mhaseeb123 and vuule authored Nov 14, 2024
1 parent 7c8871b commit 5ef5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/page_decode.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ef5966

Please sign in to comment.