-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Initial FORK with restrictions #121950
Copy link
Copy link
Closed
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>featureTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:highA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineersv9.2.0
Metadata
Metadata
Assignees
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>featureTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:highA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineersv9.2.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
Meta issue: #121652
The initial implementation of FORK will be under snapshot and will have the following restrictions:
Tasks:
fieldNamesinEsqlSession) ES|QL: Make Fork n-ary #126074FROM employees | FORK (EVAL x = 1) ( EVAL y = 1) | stats max(salary)ends up with
"stack_trace": "org.elasticsearch.ElasticsearchException$1: Cannot invoke \"org.elasticsearch.xpack.esql.planner.Layout$ChannelAndType.channel()\" because the return value of \"org.elasticsearch.xpack.esql.planner.Layout.get(org.elasticsearch.xpack.esql.core.expression.NameId)\" is nullFROM employees | EVAL language_code = languages | LOOKUP JOIN languages_lookup ON language_code | FORK (EVAL x = 1) ( EVAL y = 1) | keep l*results inorg.elasticsearch.xpack.esql.plan.physical.ProjectExec cannot be cast to class org.elasticsearch.xpack.esql.plan.physical.EsQueryExec