Skip to content
Merged
Changes from all commits
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 @@ -197,8 +197,8 @@ basic with documents_found:
query: 'from test | keep data | sort data | limit 2'
columnar: true

- match: {documents_found: 10} # two documents per shard
- match: {values_loaded: 10} # one per document
- gte: {documents_found: 2} # we might early terminate, so the most we can assume is >=2
- gte: {values_loaded: 2} # same as above
- match: {columns.0.name: "data"}
- match: {columns.0.type: "long"}
- match: {values.0: [1, 1]}
Expand Down