fix: make __time an ok column name in SQL Lab (#10336)

This commit is contained in:
Ville Brofeldt
2020-07-16 10:34:50 +03:00
committed by GitHub
parent 2341e8d585
commit 611dd7a8f6
2 changed files with 10 additions and 4 deletions

View File

@@ -321,6 +321,11 @@ export const queryWithBadColumns = {
name: '_TIMESTAMP',
type: 'TIMESTAMP',
},
{
is_date: true,
name: '__TIME',
type: 'TIMESTAMP',
},
{
is_date: true,
name: '__TIMESTAMP',