You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running max aggregate on a table returns invalid result. I haven't gotten around to writing a unit test for this but can do if so required
Steps/Code to reproduce bug
Create the following table
Describe the bug
Running max aggregate on a table returns invalid result. I haven't gotten around to writing a unit test for this but can do if so required
Steps/Code to reproduce bug
Create the following table
running an aggregate(max) op on the double-column will result in the following table
Expected behavior
It should output this
Additional context
For context here is what aggregate(sum) does in cudf
The text was updated successfully, but these errors were encountered: