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>"
|
||||
},
|
||||
"unnestFilter" : {
|
||||
"type" : "selector",
|
||||
"dimension" : "j0.unnest",
|
||||
"value" : "b"
|
||||
"type" : "equals",
|
||||
"column" : "j0.unnest",
|
||||
"matchValueType" : "STRING",
|
||||
"matchValue" : "b"
|
||||
}
|
||||
},
|
||||
"intervals" : {
|
||||
|
|
Loading…
Reference in New Issue