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 ce0279b commit d3503a3Copy full SHA for d3503a3
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/220_explain.yml
@@ -70,9 +70,9 @@ explainQuery:
70
- match: {columns.0.name: "parsedPlan"}
71
- match: {columns.0.type: "keyword"}
72
- match: {columns.1.name: "optimizedLogicalPlan"}
73
- - match: {columns.1.type: "text"}
+ - match: {columns.1.type: "keyword"}
74
- match: {columns.2.name: "optimizedPhysicalPlan"}
75
- - match: {columns.2.type: "text"}
+ - match: {columns.2.type: "keyword"}
76
77
78
---
0 commit comments