Commits


Rossi Sun authored and GitHub committed e12bc56c158
MINOR: [C++] Fix typo in partition sort comment (#45188) ### Rationale for this change "prtn_ranges + 1" is apparently a typo in https://github.com/apache/arrow/blob/f41f59066b79fbf59719e68ef0f908afd6c5218c/cpp/src/arrow/acero/partition_util.h#L40 ### What changes are included in this PR? Change to `num_prtns + 1`. ### Are these changes tested? ### Are there any user-facing changes? Authored-by: Rossi Sun <zanmato1984@gmail.com> Signed-off-by: Rossi Sun <zanmato1984@gmail.com>