[
https://issues.apache.org/jira/browse/HBASE-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946102#comment-13946102
]
Ted Yu commented on HBASE-5175:
-------------------------------
Here is the filter for protobuf generated code:
{code}
lines=`cat $PATCH_DIR/patch | grep "^+" | grep -v "^@@" | grep -v "^+++" |
grep -v "import" | grep -v "hbase.protobuf.generated" | awk -v
len="$MAX_LINE_LENGTH_PATCH" 'length ($0) > len' | head -n 10`
{code}
Obviously 'com.google.protobuf.' should be considered as well.
Let me log another JIRA for enhancement.
> Add DoubleColumnInterpreter
> ---------------------------
>
> Key: HBASE-5175
> URL: https://issues.apache.org/jira/browse/HBASE-5175
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Assignee: Julian Wissmann
> Labels: aggregator, features
> Fix For: 0.98.1, 0.99.0
>
> Attachments: 5175-v5.txt, DoubleColumnInterpreter.java,
> DoubleColumnInterpreter.patch, DoubleColumnInterpreterV2.patch,
> DoubleColumnInterpreterV3.patch, DoubleColumnInterpreterV4.patch,
> HBase.proto, TestDoubleColumnInterpreter.java
>
>
> DoubleColumnInterpreter was requested by Royston Sellman.
--
This message was sent by Atlassian JIRA
(v6.2#6252)