[
https://issues.apache.org/jira/browse/PHOENIX-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16210376#comment-16210376
]
Hadoop QA commented on PHOENIX-4298:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12892917/PHOENIX-4298.patch
against master branch at commit c594038a1bee96b92edd9c788969e3e2dbd6db5a.
ATTACHMENT ID: 12892917
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 37 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ put.addColumn(QueryConstants.DEFAULT_COLUMN_FAMILY_BYTES,
dv, Bytes.toBytes("default"));
+ put.addColumn(QueryConstants.DEFAULT_COLUMN_FAMILY_BYTES,
first, Bytes.toBytes("first"));
+ put.addColumn(A_CF, QueryConstants.DEFAULT_COLUMN_FAMILY_BYTES,
ByteUtil.EMPTY_BYTE_ARRAY);
+ put.addColumn(A_CF, ByteUtil.concat(MAX_CLICK_COUNT_DYNCOL_PREFIX,
USER_ID2_BYTES), PInteger.INSTANCE.toBytes(ENTRY1_CLICK_COUNT));
+ put.addColumn(B_CF, ByteUtil.concat(LAST_LOGIN_TIME_DYNCOL_PREFIX,
USER_ID1_BYTES), PTime.INSTANCE.toBytes(ENTRY1_USER_ID1_LOGIN_TIME));
+ put.addColumn(B_CF, ByteUtil.concat(LAST_LOGIN_TIME_DYNCOL_PREFIX,
USER_ID2_BYTES), PTime.INSTANCE.toBytes(ENTRY1_USER_ID2_LOGIN_TIME));
+ put.addColumn(A_CF, QueryConstants.DEFAULT_COLUMN_FAMILY_BYTES,
ByteUtil.EMPTY_BYTE_ARRAY);
+ put.addColumn(A_CF, ByteUtil.concat(MAX_CLICK_COUNT_DYNCOL_PREFIX,
USER_ID3_BYTES), PInteger.INSTANCE.toBytes(ENTRY2_CLICK_COUNT));
+ put.addColumn(B_CF, ByteUtil.concat(LAST_LOGIN_TIME_DYNCOL_PREFIX,
USER_ID2_BYTES), PTime.INSTANCE.toBytes(ENTRY2_USER_ID2_LOGIN_TIME));
+ put.addColumn(B_CF, ByteUtil.concat(LAST_LOGIN_TIME_DYNCOL_PREFIX,
USER_ID3_BYTES), PTime.INSTANCE.toBytes(ENTRY2_USER_ID3_LOGIN_TIME));
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1552//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1552//console
This message is automatically generated.
> refactoring to avoid using deprecated API for Put/Delete
> --------------------------------------------------------
>
> Key: PHOENIX-4298
> URL: https://issues.apache.org/jira/browse/PHOENIX-4298
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Labels: HBase-2.0
> Fix For: 4.13.0
>
> Attachments: PHOENIX-4298.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)