You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/02/09 22:50:18 UTC

[jira] [Created] (PARQUET-518) Review usages of size_t and unsigned integers generally per Google style guide

Wes McKinney created PARQUET-518:
------------------------------------

             Summary: Review usages of size_t and unsigned integers generally per Google style guide
                 Key: PARQUET-518
                 URL: https://issues.apache.org/jira/browse/PARQUET-518
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-cpp
            Reporter: Wes McKinney
            Priority: Minor


The Google style guide recommends generally avoiding unsigned integers for the bugs they can silently introduce. 

https://google.github.io/styleguide/cppguide.html#Integer_Types




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