[
https://issues.apache.org/jira/browse/PHOENIX-5262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16829944#comment-16829944
]
Hadoop QA commented on PHOENIX-5262:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12967422/PHOENIX-5262v2.patch
against master branch at commit 8124fedfe18554d2e4dbba0fec352c3ff27efc21.
ATTACHMENT ID: 12967422
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 6 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 6 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ pconn.createStatement().execute("CREATE TABLE t (k varchar(10)
primary key, v varchar) SALT_BUCKETS=20");
+ public ParameterizedScanUtilTest(List<List<KeyRange>> slots, int[]
widths, byte[] expectedKey, Bound bound)
+ ScanUtil.setKey(schema, slots,
ScanUtil.getDefaultSlotSpans(slots.size()), position,
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("a"),
true, Bytes.toBytes("a"), true), },
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("1"),
true, Bytes.toBytes("1"), true), },
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("A"),
true, Bytes.toBytes("A"),
+ true), } }, new int[] { 1, 1, 1 },
PChar.INSTANCE.toBytes("a1A"),
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("a"),
true, Bytes.toBytes("b"), true), },
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("1"),
true, Bytes.toBytes("2"), true), },
+ { PChar.INSTANCE.getKeyRange(Bytes.toBytes("A"),
true, Bytes.toBytes("B"),
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.HashJoinMoreIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2543//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2543//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2543//console
This message is automatically generated.
> Wrong Result on Salted table with Varbinary PK
> ----------------------------------------------
>
> Key: PHOENIX-5262
> URL: https://issues.apache.org/jira/browse/PHOENIX-5262
> Project: Phoenix
> Issue Type: Bug
> Reporter: Daniel Wong
> Assignee: Daniel Wong
> Priority: Major
> Attachments: PHOENIX-5262.patch, PHOENIX-5262v2.patch
>
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)