File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -706,6 +706,7 @@ null | null | fork2 | spike
706
706
707
707
forkBeforeCompletion
708
708
required_capability: fork_v8
709
+ required_capability: completion
709
710
710
711
FROM employees
711
712
| KEEP emp_no, first_name, last_name
@@ -724,6 +725,7 @@ emp_no:integer | first_name:keyword | last_name:keyword | _fork:keyword | x:keyw
724
725
725
726
forkBranchWithCompletion
726
727
required_capability: fork_v8
728
+ required_capability: completion
727
729
728
730
FROM employees
729
731
| KEEP emp_no, first_name, last_name
@@ -742,6 +744,7 @@ emp_no:integer | first_name:keyword | last_name:keyword | x:keyword | _fo
742
744
743
745
forkAfterCompletion
744
746
required_capability: fork_v8
747
+ required_capability: completion
745
748
746
749
FROM employees
747
750
| KEEP emp_no, first_name, last_name
You can’t perform that action at this time.
0 commit comments