Skip to content

Commit

Permalink
Fix bad search/replace
Browse files Browse the repository at this point in the history
Co-authored-by: Rossi Sun <[email protected]>
  • Loading branch information
pitrou and zanmato1984 authored Jan 21, 2025
1 parent 8c59c76 commit 0dc9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_sort_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ class TestRankQuantile : public BaseTestRank {
ARROW_SCOPED_TRACE("type = ", type->ToString());
AssertRankQuantileEmpty(type);

// Reproduce the example from https://en.wikipedia.org/wiki/Quantile_rank
// Reproduce the example from https://en.wikipedia.org/wiki/Percentile_rank
SetInput(ArrayFromJSON(type, "[7, 5, 5, 4, 4, 3, 3, 3, 2, 1]"));
for (auto null_placement : AllNullPlacements()) {
AssertRankQuantile(SortOrder::Ascending, null_placement, 10.0,
Expand Down

0 comments on commit 0dc9ebf

Please sign in to comment.