From 881a35709551849e8819ff7c625ad7fca41e45d8 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Mon, 13 May 2019 14:29:57 -0400 Subject: [PATCH] Fix tests to work with #41558 --- x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec | 4 ++-- x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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