elasticsearch/docs/reference/esql/source-commands
Alexander Spies da5392134f
ESQL: Validate unique plan attribute names (#110488)
* Enforce an invariant in our dependency checker so that logical plans never have duplicate output attribute names or ids.
* Fix ROW to not produce columns with duplicate names.
* Fix ResolveUnionTypes to not create multiple synthetic field attributes for the same union type.
* Add tests for commands using the same column name more than once.
* Update docs w.r.t. how commands behave if they are used with duplicate column names.
2024-07-17 11:39:02 +02:00
..
from.asciidoc Union types documentation (#110183) 2024-07-16 12:06:19 +02:00
row.asciidoc ESQL: Validate unique plan attribute names (#110488) 2024-07-17 11:39:02 +02:00
show.asciidoc ESQL: Move description of commands in docs (#110714) 2024-07-11 08:31:35 -04:00