[
https://issues.apache.org/jira/browse/CALCITE-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-3190:
------------------------------------
Labels: pull-request-available (was: )
> ElasticsearchJson throws Exception when visitMappingProperties
> ---------------------------------------------------------------
>
> Key: CALCITE-3190
> URL: https://issues.apache.org/jira/browse/CALCITE-3190
> Project: Calcite
> Issue Type: Improvement
> Components: elasticsearch-adapter
> Affects Versions: 1.20.0
> Reporter: Pengfei Duan
> Priority: Major
> Labels: pull-request-available
> Fix For: next
>
>
> ElasticsearchJson throws Exception when visitMappingProperties
> java.lang.ClassCastException: com.fasterxml.jackson.databind.node.BooleanNode
> cannot be cast to com.fasterxml.jackson.databind.node.ObjectNode
> The mapping json likes below:
> {"mappings":\{"default":{"properties":{"city":{"type":"keyword"},"state":\{"type":"text"},"pop":\{"type":"long"}}},"type1":\{"_source":{"enabled":false}}}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)