Commit b13ada2
authored
Fix approx distinct count nan handling (rapidsai#21806)
This PR fixes a bug uncovered by the cuco version bump. The cuco update is required for Spark 26.04, as it enables full support for deletion vectors.
Authors:
- Yunsong Wang (https://github.com/PointKernel)
Approvers:
- Nghia Truong (https://github.com/ttnghia)
- Bradley Dice (https://github.com/bdice)
URL: rapidsai#218061 parent 0f291eb commit b13ada2
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
112 | | - | |
| 115 | + | |
113 | 116 | | |
114 | | - | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
0 commit comments