You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Alberto (JIRA)" <ji...@apache.org> on 2015/03/17 08:50:38 UTC

[jira] [Commented] (METAMODEL-120) ElasticSearch module does not return Boolean objects for columns with BOOLEAN type

    [ https://issues.apache.org/jira/browse/METAMODEL-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364730#comment-14364730 ] 

Alberto commented on METAMODEL-120:
-----------------------------------

I will create a new PR fixing this issue.

> 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)