Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jan 7, 2025
1 parent f41f590 commit 4698f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/partition_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PartitionSort {
/// This corresponds to ranges in the sorted array containing all row ids for
/// each of the partitions.
///
/// prtn_ranges must be initialized and have at least prtn_ranges + 1 elements
/// prtn_ranges must be initialized and have at least num_prtns + 1 elements
/// when this method returns prtn_ranges[i] will contains the total number of
/// elements in partitions 0 through i. prtn_ranges[0] will be 0.
///
Expand Down

0 comments on commit 4698f5c

Please sign in to comment.