mirror of https://github.com/apache/druid.git
fix for sqlcompat
This commit is contained in:
parent
86bec3bdc0
commit
b8726c3e72
|
@ -45,9 +45,10 @@ DruidAggregate(group=[{1}], EXPR$1=[COUNT()], druid=[logical])
|
||||||
"outputType" : "ARRAY<STRING>"
|
"outputType" : "ARRAY<STRING>"
|
||||||
},
|
},
|
||||||
"unnestFilter" : {
|
"unnestFilter" : {
|
||||||
"type" : "selector",
|
"type" : "equals",
|
||||||
"dimension" : "j0.unnest",
|
"column" : "j0.unnest",
|
||||||
"value" : "b"
|
"matchValueType" : "STRING",
|
||||||
|
"matchValue" : "b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"intervals" : {
|
"intervals" : {
|
||||||
|
|
Loading…
Reference in New Issue