• Varun Gupta's avatar
    MDEV-18373: DENSE_RANK is not calculated correctly · 43458683
    Varun Gupta authored
    Need to call split_sum_func if an aggregate function is part of order by
    or partition by clause so that we have the required fields inside the temporary
    table, as all the fields inside the partition by and order by clause of the
    window function needs to be there in the temp table used for window function
    computation.
    43458683
win.test 55.8 KB