This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 186
Support for array data type #618
Labels
Comments
@pasali Thanks for reporting the issue! Could you also post your index mapping and part of the data for us to reproduce the issue? |
@dai-chen Here is my mapping and data sample:
|
Thanks! Will look into it. |
@pasali Thanks for the info! I've reproduced the issue. Currently our plugin returns the type of element instead of array and no support from the JDBC driver. So this issue requires changes from both driver and plugin:
Reference for |
Issue for plugin: #326 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Elasticsearch doesn't have dedicated array datatype. First value in the array determines the field type. So if i have field that contains array of long values, the field type will be long. I am getting below exception when i try to display an array type field.
The text was updated successfully, but these errors were encountered: