malloy
malloy copied to clipboard
null value for boolean.
I thought we had all these but this code returns a null value for a boolean...
source: stories is table('bigquery-public-data.hacker_news.full') {
dimension:
threshold is 10
is_interesting is score >= threshold
query: interesting is {
group_by: is_interesting
aggregate: c is count()
}
}
hmm ... i think maybe we didn't check for >= or <=
I'm not sure. It may be that we only need to do this when it is being returned as a dimension in a result not as a partial expression, but it will take me a bit to reload my brain on that.
I've unassigned myself. @lloydtabb feel free to re-assign back to me if you decide this is a bug