File tree Expand file tree Collapse file tree
datafusion/physical-plan/src/aggregates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2209,24 +2209,16 @@ mod tests {
22092209 +---+-----+---------------+-----------------+
22102210 | a | b | __grouping_id | COUNT(1)[count] |
22112211 +---+-----+---------------+-----------------+
2212- | | 1.0 | 2 | 1 |
2213- | | 1.0 | 2 | 1 |
2214- | | 2.0 | 2 | 1 |
2215- | | 2.0 | 2 | 1 |
2216- | | 3.0 | 2 | 1 |
2217- | | 3.0 | 2 | 1 |
2218- | | 4.0 | 2 | 1 |
2219- | | 4.0 | 2 | 1 |
2220- | 2 | | 1 | 1 |
2221- | 2 | | 1 | 1 |
2222- | 2 | 1.0 | 0 | 1 |
2223- | 2 | 1.0 | 0 | 1 |
2224- | 3 | | 1 | 1 |
2225- | 3 | | 1 | 2 |
2212+ | | 1.0 | 2 | 2 |
2213+ | | 2.0 | 2 | 2 |
2214+ | | 3.0 | 2 | 2 |
2215+ | | 4.0 | 2 | 2 |
2216+ | 2 | | 1 | 2 |
2217+ | 2 | 1.0 | 0 | 2 |
2218+ | 3 | | 1 | 3 |
22262219 | 3 | 2.0 | 0 | 2 |
22272220 | 3 | 3.0 | 0 | 1 |
2228- | 4 | | 1 | 1 |
2229- | 4 | | 1 | 2 |
2221+ | 4 | | 1 | 3 |
22302222 | 4 | 3.0 | 0 | 1 |
22312223 | 4 | 4.0 | 0 | 2 |
22322224 +---+-----+---------------+-----------------+
You can’t perform that action at this time.
0 commit comments