diff --git a/x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec b/x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec index c84c8d86b02b9..31f3857216c0b 100644 --- a/x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec +++ b/x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec @@ -5,8 +5,8 @@ showTables SHOW TABLES "geo"; - name:s | type:s -geo |BASE TABLE + name:s | type:s | kind:s +geo |BASE TABLE |INDEX ; // DESCRIBE diff --git a/x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec b/x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec index 98176c849f301..f1941161697d2 100644 --- a/x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec +++ b/x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec @@ -5,8 +5,8 @@ showTables SHOW TABLES "ogc"; - name:s | type:s -ogc |BASE TABLE + name:s | type:s | kind:s +ogc |BASE TABLE |INDEX ; // DESCRIBE