mirror of https://github.com/apache/druid.git
Update test case.
This commit is contained in:
parent
694b08986d
commit
46b2c3e8b9
|
@ -37,6 +37,7 @@ DruidProject(EXPR$0=[CAST($0):BIGINT], channel=[CAST($1):VARCHAR], druid=[logica
|
|||
"dataSource" : {
|
||||
"type" : "inline",
|
||||
"columnNames" : [ "EXPR$0", "EXPR$1" ],
|
||||
"columnTypes" : [ "STRING", "STRING" ],
|
||||
"rows" : [ [ null, null ] ]
|
||||
},
|
||||
"intervals" : {
|
||||
|
@ -46,17 +47,12 @@ DruidProject(EXPR$0=[CAST($0):BIGINT], channel=[CAST($1):VARCHAR], druid=[logica
|
|||
"virtualColumns" : [ {
|
||||
"type" : "expression",
|
||||
"name" : "v0",
|
||||
"expression" : "null",
|
||||
"expression" : "CAST(\"EXPR$0\", 'LONG')",
|
||||
"outputType" : "LONG"
|
||||
}, {
|
||||
"type" : "expression",
|
||||
"name" : "v1",
|
||||
"expression" : "null",
|
||||
"outputType" : "STRING"
|
||||
} ],
|
||||
"resultFormat" : "compactedList",
|
||||
"columns" : [ "v0", "v1" ],
|
||||
"columnTypes" : [ "LONG", "STRING" ],
|
||||
"columns" : [ "EXPR$1", "v0" ],
|
||||
"columnTypes" : [ "STRING", "LONG" ],
|
||||
"granularity" : {
|
||||
"type" : "all"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue