changeset 80136:1217affb9d64 | |
---|---|
date: | 2021-02-22 19:58 +0100 |
user: | Niels Nes <niels@cwi.nl> |
branch: | Oct2020 |
files: | |
message: | merged |
changeset 80138:42bcd7772de8 | |
date: | 2021-02-23 09:24 +0100 |
user: | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
branch: | Oct2020 |
files: | sql/backends/monet5/sql_rank.c sql/test/BugTracker/Tests/rank_over.SF-1691098.stable.out sql/test/Tests/rank.stable.out sql/test/VOC/Tests/VOC.stable.out sql/test/VOC/VOCquery.sql sql/test/analytics/Tests/analytics01.sql sql/test/analytics/Tests/analytics01.stable.out |
message: | Fix for bug #7066, ie use partition row count to to compute percent_rank on the partitioned case. Another small bug fix, for rank and dense_rank, if there are no partitions or ordering, every row will have the same rank, because they are considered distinct |