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
In partial only average aggregates having a columnar batch with one null entry for the sum column (averages are sent down as (sum,count) columns), results in wrong output for averages.
Steps/Code to reproduce bug
Here is a scala test to reproduce the issue and cn be run by adding it to HashAggregatesSuite.scala:
kuhushukla
changed the title
[BUG] Incorrect output from partial-only hash averages with nulls
[BUG] Incorrect output from partial-only averages with nulls
Jun 11, 2020
Describe the bug
In partial only average aggregates having a columnar batch with one null entry for the
sum
column (averages are sent down as(sum,count)
columns), results in wrong output for averages.Steps/Code to reproduce bug
Here is a scala test to reproduce the issue and cn be run by adding it to
HashAggregatesSuite.scala
:Expected behavior
cpu avg = 15, gpu avg = null
The text was updated successfully, but these errors were encountered: