getredash/redash
View on GitHubWhen column type is STRING and one of the values is NULL, values get cast to strings
Open
#2,074 opened on Nov 6, 2017
BugFrontendhelp wanted
Repository metrics
- Stars
- (24,845 stars)
- PR merge metrics
- (Avg merge 9d 5h) (3 merged PRs in 30d)
Description
Query to reproduce:
select '2016-04-09' as t
union all
select null as t