Skip to content

Commit 999472d

Browse files
committed
fixes
1 parent 6ffccb5 commit 999472d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/query-languages/esql/esql-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ FROM app_logs
709709

710710
In case of name collisions, the newly created columns will override existing columns.
711711

712-
```eqsl
712+
```esql
713713
FROM Left
714714
| WHERE Language IS NOT NULL // works and filter TLD UK
715715
| LOOKUP JOIN Right ON Key

docs/reference/query-languages/esql/esql-lookup-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ FROM Left
7979
|2|B|German|CH|
8080
|2|B|German|null|
8181

82-
::::{tip}
83-
`LOOKUP JOIN` does not guarantee the output to be in any particular order. If a certain order is required, users should use a [`SORT`](/reference/query-languages/esql/esql-commands.md#esql-sort) somewhere after the `LOOKUP JOIN`.
82+
::::{important}
83+
`LOOKUP JOIN` currently does not guarantee the output to be in any particular order. If a certain order is required, users should use a [`SORT`](/reference/query-languages/esql/esql-commands.md#esql-sort) somewhere after the `LOOKUP JOIN`.
8484

8585
::::
8686

0 commit comments

Comments
 (0)