amazon-archives / sql-jdbc

🔍 Open Distro for Elasticsearch JDBC Driver
Apache License 2.0
111 stars 49 forks source link

Result set metadata returns es type #47

Closed dai-chen closed 4 years ago

dai-chen commented 4 years ago

Issue #, if available: https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/43

Description of changes: Elasticsearch type was returned when getting type name from ResultSet metadata, ex. KEYWORD type which doesn't exist in JDBC spec. This PR is to change it to correspondent JDBC type.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.