Skip to content

Commit

Permalink
Internal duckdb#330: Quantile Merge Sort Trees
Browse files Browse the repository at this point in the history
Fix double decrement.
  • Loading branch information
hawkfish committed Oct 6, 2023
1 parent c4b338a commit b92640d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core_functions/aggregate/holistic/quantile.cpp
Expand Up @@ -105,7 +105,6 @@ size_t QuantileSortTree::SelectNth(const FrameBounds &frame, ElementType n) cons
cascade_idx.second = (upper_idx / CASCADING + 2 * result) * FANOUT;
result *= FANOUT;
level_width /= FANOUT;
--level_no;
break;
}

Expand Down

0 comments on commit b92640d

Please sign in to comment.