Skip to content

Commit

Permalink
Update cpp/src/io/parquet/rle_stream.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: nvdbaranec <[email protected]>
  • Loading branch information
pmattione-nvidia and nvdbaranec authored Oct 18, 2024
1 parent 0237e5c commit 07ffbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/rle_stream.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ struct rle_stream {
__device__ inline int skip_runs(int target_count)
{
// we want to process all runs UP TO BUT NOT INCLUDING the run that overlaps with the skip
// amount so threads spin like crazy on fill_run_batch(), skipping writing unnecessary run info
// amount so threads spin like crazy on fill_run_batch(), skipping writing unnecessary run info.
// then when it hits the one that matters, we don't process it at all and bail as if we never
// started basically we're setting up the rle_stream vars necessary to start fill_run_batch for
// the first time
Expand Down

0 comments on commit 07ffbf2

Please sign in to comment.