Skip to content

Commit

Permalink
Update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Oct 10, 2024
1 parent 694b089 commit 46b2c3e
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand All @@ -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"
},
Expand Down

0 comments on commit 46b2c3e

Please sign in to comment.