getredash/redash

When column type is STRING and one of the values is NULL, values get cast to strings

Open

#2,074 创建于 2017年11月6日

在 GitHub 查看
 (23 评论) (0 反应) (0 负责人)Python (24,845 star) (4,236 fork)batch import
BugFrontendhelp wanted

描述

Query to reproduce:

select '2016-04-09' as t
union all
select null as t

http://demo.redash.io/queries/5638/source

贡献者指南

When column type is STRING and one of the values is NULL, values get cast to strings · getredash/redash#2074 | Good First Issue