Skip to content

Commit d3503a3

Browse files
Fix test
1 parent ce0279b commit d3503a3

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/220_explain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ explainQuery:
7070
- match: {columns.0.name: "parsedPlan"}
7171
- match: {columns.0.type: "keyword"}
7272
- match: {columns.1.name: "optimizedLogicalPlan"}
73-
- match: {columns.1.type: "text"}
73+
- match: {columns.1.type: "keyword"}
7474
- match: {columns.2.name: "optimizedPhysicalPlan"}
75-
- match: {columns.2.type: "text"}
75+
- match: {columns.2.type: "keyword"}
7676

7777

7878
---

0 commit comments

Comments
 (0)