You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:34:03 UTC

[jira] [Created] (HBASE-23445) CLONE - [C++] Address major issues from cpplint

guanyun created HBASE-23445:
-------------------------------

             Summary: CLONE - [C++] Address major issues from cpplint 
                 Key: HBASE-23445
                 URL: https://issues.apache.org/jira/browse/HBASE-23445
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
            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
(v8.3.4#803005)