Skip to content

Commit

Permalink
Initialize is_num_rows_adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Nov 15, 2024
1 parent c984528 commit 241a88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/io/parquet/page_hdr.cu
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ void __launch_bounds__(128) gpuDecodePageHeaders(ColumnChunkDesc* chunks,
// definition levels
bs->page.chunk_row = 0;
bs->page.num_rows = 0;
bs->page.is_num_rows_adjusted = false;
bs->page.skipped_values = -1;
bs->page.skipped_leaf_values = 0;
bs->page.str_bytes = 0;
Expand Down

0 comments on commit 241a88f

Please sign in to comment.