mirror of
https://github.com/apache/druid.git
synced 2025-03-09 14:35:31 +00:00
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…
x
Reference in New Issue
Block a user