Skip to content

ESQL: ROW not allowing using of previously-declared fields #140119

@ivancea

Description

@ivancea

While a query like this with EVAL works:

ROW x = 0 | EVAL x = 4, y = 2, z = x + y

This same query with ROW fails:

ROW x = 4, y = 2, z = x + y

With:

Unknown column [x], Unknown column [y]

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions