You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "David Chen (JIRA)" <ji...@apache.org> on 2015/09/29 01:18:04 UTC

[jira] [Updated] (TAJO-1461) Follow Protocol Buffer Style Guide

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

David Chen updated TAJO-1461:
-----------------------------
    Attachment: TAJO-1461.0.patch

RB: https://reviews.apache.org/r/38829/

> Follow Protocol Buffer Style Guide
> ----------------------------------
>
>                 Key: TAJO-1461
>                 URL: https://issues.apache.org/jira/browse/TAJO-1461
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: David Chen
>            Assignee: David Chen
>            Priority: Minor
>
> Similar to HBASE-8915, many of Tajo's Protocol Buffer definitions follow Java conventions (i.e. {{camelCase}} field names) rather than the convention described in the Protocol Buffers Style Guide: https://developers.google.com/protocol-buffers/docs/style
> Since we have been discussing improving portability of Tajo's service interfaces (TAJO-1331, TAJO-1458), it would be good to conform to the Protocol Buffers Style Guide.
> For the most part, this is not a difficult change and for the most part would not result in much change in the generated Java code since the proto compiler will automatically convert {{field_name}} to {{getFieldName}} for the generated Java classes.



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