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

ASF GitHub Bot commented on METAMODEL-120:
------------------------------------------

Github user kaspersorensen commented on the pull request:

    https://github.com/apache/metamodel/pull/9#issuecomment-82436772
  
    Since the GitHub repo is only a mirror, it is not possible actually.
    
    The way it works is a bit lame, but here it is. First take the .diff file 
from github:
    
    https://github.com/apache/metamodel/pull/9.diff
    
    Then apply this to the regular (apache) git repo. Commit it with a message 
that says "Fixes #9". You can also have other stuff in the commit message, but 
this text triggers the close of this PR.


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

Reply via email to