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" : {
|
"dataSource" : {
|
||||||
"type" : "inline",
|
"type" : "inline",
|
||||||
"columnNames" : [ "EXPR$0", "EXPR$1" ],
|
"columnNames" : [ "EXPR$0", "EXPR$1" ],
|
||||||
|
"columnTypes" : [ "STRING", "STRING" ],
|
||||||
"rows" : [ [ null, null ] ]
|
"rows" : [ [ null, null ] ]
|
||||||
},
|
},
|
||||||
"intervals" : {
|
"intervals" : {
|
||||||
|
@ -46,17 +47,12 @@ DruidProject(EXPR$0=[CAST($0):BIGINT], channel=[CAST($1):VARCHAR], druid=[logica
|
||||||
"virtualColumns" : [ {
|
"virtualColumns" : [ {
|
||||||
"type" : "expression",
|
"type" : "expression",
|
||||||
"name" : "v0",
|
"name" : "v0",
|
||||||
"expression" : "null",
|
"expression" : "CAST(\"EXPR$0\", 'LONG')",
|
||||||
"outputType" : "LONG"
|
"outputType" : "LONG"
|
||||||
}, {
|
|
||||||
"type" : "expression",
|
|
||||||
"name" : "v1",
|
|
||||||
"expression" : "null",
|
|
||||||
"outputType" : "STRING"
|
|
||||||
} ],
|
} ],
|
||||||
"resultFormat" : "compactedList",
|
"resultFormat" : "compactedList",
|
||||||
"columns" : [ "v0", "v1" ],
|
"columns" : [ "EXPR$1", "v0" ],
|
||||||
"columnTypes" : [ "LONG", "STRING" ],
|
"columnTypes" : [ "STRING", "LONG" ],
|
||||||
"granularity" : {
|
"granularity" : {
|
||||||
"type" : "all"
|
"type" : "all"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue