Skip to content

Commit

Permalink
Fix tests to work with #41558
Browse files Browse the repository at this point in the history
  • Loading branch information
imotov committed May 13, 2019
1 parent a17603c commit 881a357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugin/sql/qa/src/main/resources/geo/geosql.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugin/sql/qa/src/main/resources/ogc/ogc.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 881a357

Please sign in to comment.