OpenSearch/x-pack/plugin/sql/qa/single-node
Bogdan Pintea 5dfe27601e
SQL: supplement input checks on received request parameters (#52229) (#52277)
* Add more checks around parameter conversions

This commit adds two necessary verifications on received parameters:
- it checks the validity of the parameter's data type: if the declared
data type is resolved to an ES or Java type;
- it checks if the returned converter is non-null (i.e. a conversion is
possible) and generates an appropriate exception otherwise.

(cherry picked from commit eda30ac9c69383165324328c599ace39ac064342)
2020-02-12 19:45:12 +01:00
..
src/test/java/org/elasticsearch/xpack/sql/qa/single_node SQL: supplement input checks on received request parameters (#52229) (#52277) 2020-02-12 19:45:12 +01:00
build.gradle Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00