-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Open
Labels
:Analytics/Compute EngineAnalytics in ES|QLAnalytics in ES|QL>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Description
The following test should work:
evalGroupAfterStatsOverRow
ROW type = ["one", "two"]
| STATS BY type
| EVAL is_one = type == "one"
| EVAL is_two = type == "two"
;
type:keyword |is_one:boolean |is_two:boolean
one |true |false
two |false |true
but if now fails, is_one and is_two being wrongly returned as null.
(Disabling PropagateEvalFoldables in the optimiser fixes it.)
Metadata
Metadata
Assignees
Labels
:Analytics/Compute EngineAnalytics in ES|QLAnalytics in ES|QL>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)