Skip to content

Commit

Permalink
Add limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Oct 29, 2023
1 parent 3a33301 commit bf4fcb0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ constant_keyword:

---
constant_keyword with null value:
- skip:
features: warnings
- do:
indices.create:
index: test
Expand All @@ -77,11 +75,9 @@ constant_keyword with null value:
- { "color": "red" }

- do:
warnings:
- "No limit defined, adding default limit of [500]"
esql.query:
body:
query: 'from test'
query: 'from test | limit 1'
- match: { columns.0.name: color }
- match: { columns.0.type: keyword }
- match: { columns.1.name: kind }
Expand Down

0 comments on commit bf4fcb0

Please sign in to comment.