Skip to content

Commit ce0279b

Browse files
Fix test
1 parent ffbe3fd commit ce0279b

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
@@ -51,9 +51,9 @@ explainRow:
5151
- match: {columns.0.name: "parsedPlan"}
5252
- match: {columns.0.type: "keyword"}
5353
- match: {columns.1.name: "optimizedLogicalPlan"}
54-
- match: {columns.1.type: "text"}
54+
- match: {columns.1.type: "keyword"}
5555
- match: {columns.2.name: "optimizedPhysicalPlan"}
56-
- match: {columns.2.type: "text"}
56+
- match: {columns.2.type: "keyword"}
5757

5858

5959
---

0 commit comments

Comments
 (0)