OpenSearch/sql/server
Nik Everett b31bc786d3 Remove isValidIndex from SQL's Catalog interface (elastic/x-pack-elasticsearch#2195)
This moves validating that each index contains only a single type
into EsCatalog which removes a race condition and removes a method
from the Catalog interface. Removing methods from the Catalog
interface is nice because the fewer methods that the interface has
the fewer have to be secured.

Original commit: elastic/x-pack-elasticsearch@85cd089e47
2017-08-08 15:42:47 -04:00
..
licenses Fix licenses in server 2017-06-30 19:39:06 -04:00
src Remove isValidIndex from SQL's Catalog interface (elastic/x-pack-elasticsearch#2195) 2017-08-08 15:42:47 -04:00
build.gradle Move sql rest test into qa (elastic/x-pack-elasticsearch#2149) 2017-08-01 17:23:07 -04:00