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
i'm running into a similar error. I saw you closed the issue have you been able to find a workaround so that turnilo doesn't use null ?
I'm using v.1.40.2
from what i could see the problem was more about the casting to Double than the null. When i retrieve the cast the query succeed on druid (don't know how to avoid the cast from turnilo)
In our case we found out that the expression's divisor can be null on some intervals. It's not a common situation, so it's just became a known issue in our workflow. I guess the function fallback could be used as a workaround, but we haven't tested it.
From time to time we get 500 error when use some specific set of measures and time shift. In broker response I see following error:
at the same time I see following error in historical log:
I tried to localize what part of request triggers the error and here it is:
If I replace any or both of 'null' with '0', the query works. Looks like the error appears in case of "expression":"null/null"
The text was updated successfully, but these errors were encountered: