You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/12/17 00:29:58 UTC

[jira] [Resolved] (HBASE-17220) [C++] Address major issues from cpplint

     [ https://issues.apache.org/jira/browse/HBASE-17220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar resolved HBASE-17220.
-----------------------------------
       Resolution: Fixed
         Assignee: Enis Soztutar
    Fix Version/s: HBASE-14850

I've pushed this to the branch to get things going. 

> [C++] Address major issues from cpplint 
> ----------------------------------------
>
>                 Key: HBASE-17220
>                 URL: https://issues.apache.org/jira/browse/HBASE-17220
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: HBASE-14850
>
>         Attachments: hbase-17220_v1.patch
>
>
> See HBASE-17218. 
> Some warnings seems important to address: 
> {code}
> core/time_range.cc:29:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
> core/cell.h:39:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
> core/cell.h:45:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)