getredash/redash

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

Open

#2,074 opened on 2017年11月6日

GitHub で見る
 (23 comments) (0 reactions) (0 assignees)Python (24,845 stars) (4,236 forks)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