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
This issue took up half my day, so I'm sharing it with the community. Starting from Druid 28, the useDefaultValueForNull is set to false, affecting aggregations. For example, in my case:
$main.sum($c1) + $main.sum($c2)
was returning null even though one of the values was non-null.
setting useDefaultValueForNull explicitly to true solved the issue
The text was updated successfully, but these errors were encountered:
anton-antropov
changed the title
useDefaultValueForNull explicitly set to true starting druid 28
useDefaultValueForNull need to be explicitly set to true starting druid 28
May 27, 2024
This issue took up half my day, so I'm sharing it with the community. Starting from Druid 28, the useDefaultValueForNull is set to false, affecting aggregations. For example, in my case:
$main.sum($c1) + $main.sum($c2)
was returning null even though one of the values was non-null.
setting useDefaultValueForNull explicitly to true solved the issue
The text was updated successfully, but these errors were encountered: