Skip to content

Commit b2ea69f

Browse files
change codeblock to markdown
1 parent cd5dace commit b2ea69f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/release-notes/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ stack: ga 9.1.5
3030
::::{dropdown} Prevent LIMIT + MV_EXPAND before remote ENRICH
3131
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
3232
These queries are now unsupported and produce an error. Example:
33-
[source,yaml]
34-
----------------------------
33+
34+
```yaml
3535
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
36-
----------------------------
36+
```
37+
3738
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
3839
::::
3940

0 commit comments

Comments
 (0)