We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbe3fd commit ce0279bCopy full SHA for ce0279b
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/220_explain.yml
@@ -51,9 +51,9 @@ explainRow:
51
- match: {columns.0.name: "parsedPlan"}
52
- match: {columns.0.type: "keyword"}
53
- match: {columns.1.name: "optimizedLogicalPlan"}
54
- - match: {columns.1.type: "text"}
+ - match: {columns.1.type: "keyword"}
55
- match: {columns.2.name: "optimizedPhysicalPlan"}
56
- - match: {columns.2.type: "text"}
+ - match: {columns.2.type: "keyword"}
57
58
59
---
0 commit comments