[
https://issues.apache.org/jira/browse/METAMODEL-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364758#comment-14364758
]
ASF GitHub Bot commented on METAMODEL-120:
------------------------------------------
GitHub user ardlema opened a pull request:
https://github.com/apache/metamodel/pull/9
BugFix for #METAMODEL-120 & #METAMODEL-121
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ardlema/metamodel es_mapping_bugs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 8bc57c5ce5db4580f1c507bd97f6908cd1cb92b8
Author: Alberto Rodriguez <[email protected]>
Date: 2015-03-17T08:21:04Z
BugFix for #METAMODEL-120 & #METAMODEL-121
----
> ElasticSearch module does not return Boolean objects for columns with BOOLEAN
> type
> ----------------------------------------------------------------------------------
>
> Key: METAMODEL-120
> URL: https://issues.apache.org/jira/browse/METAMODEL-120
> Project: Apache MetaModel
> Issue Type: Bug
> Reporter: Alberto
> Priority: Minor
>
> There is a bug within the getColumnTypeFromMetaDataField method where we are
> assigning FLOAT type instead of BOOLEAN for boolean columns:
> } else if (metaDataFieldType.equals("boolean")) {
> columnType = ColumnType.FLOAT;
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)