Skip to content

Commit 405b78f

Browse files
authored
Add missing capability in csv tests (#129472)
1 parent c568bc3 commit 405b78f

File tree

1 file changed

+3
-0
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+3
-0
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/fork.csv-spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ null | null | fork2 | spike
706706

707707
forkBeforeCompletion
708708
required_capability: fork_v8
709+
required_capability: completion
709710

710711
FROM employees
711712
| KEEP emp_no, first_name, last_name
@@ -724,6 +725,7 @@ emp_no:integer | first_name:keyword | last_name:keyword | _fork:keyword | x:keyw
724725

725726
forkBranchWithCompletion
726727
required_capability: fork_v8
728+
required_capability: completion
727729

728730
FROM employees
729731
| KEEP emp_no, first_name, last_name
@@ -742,6 +744,7 @@ emp_no:integer | first_name:keyword | last_name:keyword | x:keyword | _fo
742744

743745
forkAfterCompletion
744746
required_capability: fork_v8
747+
required_capability: completion
745748

746749
FROM employees
747750
| KEEP emp_no, first_name, last_name

0 commit comments

Comments
 (0)