-
Notifications
You must be signed in to change notification settings - Fork 186
IP field types are currently not supported. #272
Comments
Did a small test to check the missing functionality.
Explain seems fine:
Query without
Query with
There is no error from Elasticsearch, this is a limitation from JDBC formatter. |
@HernanMora This issue is fixed now. Please try the latest version of plugin built from the source code in master branch. Thanks! |
Thank you! The JDBC driver works correctly =) For the SQL plugin I had to apply the commit from the master branch to opendistro-0.10
I also had to apply the following commit to query in multiple indexes
Is it possible to apply all the fixes after version 0.10.0.0 to get the maximum functionality of the plugin for Elasticsearch 6.8.3 ? That would be great =) |
@HernanMora Sorry about the inconvenience it might have brought to you, but we did critical compatibility check for every released version, so the new fixes might not be compatible with the old versions. We suggest you get the latest version of ES and our plugin source code and that would work well. |
Description
It is not possible to make queries where an IP type field is selected
Elasticsearch Version: 6.8.3
SQL Plugin version: 0.10.0.0
Request
Response
Is there any way to make queries where these types of fields are selected?
Regards!
The text was updated successfully, but these errors were encountered: