Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Together with the [`FUSE`](/reference/query-languages/esql/commands/fuse.md) com

::::{note}

@leemthompo leemthompo Mar 3, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ioanatia I'd suggest changing this note to an applies-switch which is basically versioned tabs (in this case one tab for 9.1-9.3 and another for 9.4+/serverless)

Then we can keep the old information in the 9.1-9.3 tab and the new info in the 9.4+ tab.

example:

::::{applies-switch}

:::{applies-item} { serverless: , stack: ga 9.4+ }
<New content>
:::

:::{applies-item} stack: preview 9.1-9.3
<Old content>
:::

::::

`FORK` branches default to `LIMIT 1000` if no `LIMIT` is provided.

In a future release, no implicit `LIMIT` will be added to `FORK` branches.
To maintain the current behavior of the queries using `FORK`, it is recommended
to include a `LIMIT` in each `FORK` branch.
::::

## Output behavior
Expand Down
Loading